Ok I got it I ws confused by SUnit interference

testDo
        "self run: #testDo"
        
        self do: [ Error signal].
        self assert: x = 3



self run: #testDo -> red tests
        
self debug: #testDo + proceed -> green tests






Reply via email to