Skip to content

Commit 4e1b9dd

Browse files
authored
Merge pull request SeasideSt#195 from tukanos/AddingPharoAssertsToGemStone
Adding pharo asserts to GemStone
2 parents 022659c + abe61d4 commit 4e1b9dd

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*grease-gemstone-core
2+
assert: anObject identicalTo: otherObj
3+
4+
self assert: anObject identical: otherObj
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*grease-gemstone-core
2+
deny: anObject identicalTo: anotherObject
3+
self
4+
deny: anObject == anotherObject
5+
description: anObject printString, ' is *not* identical to ', anotherObject printString.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
"name" : "TestAsserter" }

0 commit comments

Comments
 (0)