Skip to content

Commit

Permalink
Safer and repeatable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Sep 24, 2019
1 parent 2b335f3 commit 23b37ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/UnifiedFFI-Tests/FFICalloutAPITest.class.st
Expand Up @@ -145,6 +145,14 @@ FFICalloutAPITest >> setUp [
arguments: #(1 2).
]

{ #category : #running }
FFICalloutAPITest >> tearDown [

self resetFFIMethods.
FFICallbackFunctionResolution reset.
super tearDown.
]

{ #category : #'tests pointer' }
FFICalloutAPITest >> testByteArrayToExternalAddress [
| result dest |
Expand Down

0 comments on commit 23b37ca

Please sign in to comment.