Skip to content

Commit

Permalink
Removed test because the method (and the logic) was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Sep 21, 2023
1 parent 96ae1fa commit d4f7998
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,6 @@ IllProfilerMpHandlerTest >> testCaptureAllObjectsAndIgnoringClasses [
self assert: (handler shouldICaptureTheObject: nil)
]

{ #category : 'tests' }
IllProfilerMpHandlerTest >> testCleanProfilingData [

handler
objectsToCapture: { Color . Point };
objectsToIgnore: { ByteString };
samplingRate: 20;
samplingCounter: 22.

handler cleanObjectAllocations.

self assert: handler objectAllocations isEmpty.
self assert: handler samplingRate closeTo: 100 / 20.
self assert: handler samplingCounter equals: 0.
self assertCollection: handler objectsToCapture hasSameElements: { Color . Point }.
self assertCollection: handler objectsToIgnore hasSameElements: { ByteString }
]

{ #category : 'tests' }
IllProfilerMpHandlerTest >> testObjectsToCapture [

Expand Down

0 comments on commit d4f7998

Please sign in to comment.