From 7eacefe6da09b0c8f7454e44766c0a210c9e23a8 Mon Sep 17 00:00:00 2001 From: YASSER <75129790+melkiyasser@users.noreply.github.com> Date: Wed, 7 Aug 2024 09:43:40 +0200 Subject: [PATCH] MicBookTesterResult merged with MicResult --- .../MicBookTestResult.class.st | 44 +------------------ 1 file changed, 1 insertion(+), 43 deletions(-) diff --git a/src/Microdown-BookTester/MicBookTestResult.class.st b/src/Microdown-BookTester/MicBookTestResult.class.st index 60dd557b..ab924a0f 100644 --- a/src/Microdown-BookTester/MicBookTestResult.class.st +++ b/src/Microdown-BookTester/MicBookTestResult.class.st @@ -30,14 +30,10 @@ fragmentedText: #('Plop' 'plop1' '^ ''1''') " Class { #name : 'MicBookTestResult', - #superclass : 'Object', + #superclass : 'MicResult', #instVars : [ 'text', 'fragmentedText', - 'status', - 'explanation', - 'message', - 'source', 'isExpectedFailure' ], #classInstVars : [ @@ -145,44 +141,6 @@ MicBookTestResult >> isValid [ ^ status ] -{ #category : 'accessing' } -MicBookTestResult >> message [ - - ^ message -] - -{ #category : 'accessing' } -MicBookTestResult >> message: anObject [ - - message := anObject -] - -{ #category : 'accessing' } -MicBookTestResult >> source [ - - ^ source -] - -{ #category : 'accessing' } -MicBookTestResult >> source: anObject [ - - source := anObject -] - -{ #category : 'accessing' } -MicBookTestResult >> status [ - "true means that the test is valid, false means that the test got a problem or failed" - - ^ status -] - -{ #category : 'accessing' } -MicBookTestResult >> status: aBoolean [ - "true means that the test is valid, false means that the test got a problem or failed" - - status := aBoolean -] - { #category : 'accessing' } MicBookTestResult >> text [