Sounds like a good idea, but please implement them as constructors/class side methods in Halt instead of adding even more methods to Object.
"self haltIfTest -> Halt ifTest"
Best regards,
Henrik
To mirror the existing API, what do you think of:
- haltOnlyInTest -> #haltIfTest
- haltOnlyOutOfTest -> #haltIfNotTest
- haltOnlyMe -> #haltOnly