assert:hasTheSameElementsInTheSameOrderThat:
asserts that two sequenceable collections have the same elements in the same orderassert:includes:
asserts that a collection includes an elementdeny:includes:
denies that a collection includes an elementshould:raise:withMessageText:
asserts that a block raises a specific exception including a specific message textuse:asLocaleDuring:
allows changing the current locale during a block executionuse:asNaturalLanguageTranslatorDuring:
allows using and configuring a language translator during a block executionwithTheOnlyOneIn:do:
provides a facility to assert that a collection has only one element and evaluates a block with it
assert:identicalTo:
asserts that an object is identical to another onedeny:identicalTo:
denies that an object is identical to another oneassertCollection:hasSameElements:
asserts that two collections have the same elementsfail
will make the test failshould:raise:withExceptionDo:
asserts that a block raises a specific exception and evaluates the provided block with the signal
runOnlyInGemStone64:
evaluates the block only if running in GS64runOnlyInPharo:
evaluates the block only if running in PharorunOnlyInVAST:
evaluates the block only if running in VAST Platform