Skip to content

Commit 6ace40a

Browse files
author
Patrik
committed
Adding assert(s) alias for GemStone to allow running Pharo tests on GS
1 parent 80e5889 commit 6ace40a

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 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)