lumiera_/tests/30resourcecollector.tests

23 lines
475 B
Text
Raw Normal View History

TESTING "Resourcecollector" ./test-resourcecollector
PLANNED "basic register, destroy" basic <<END
out: unregistering memory handler
return: 0
END
PLANNED "memory success" memory_collection_mockup 1 <<END
out: unregistering memory handler
return: 0
END
PLANNED "memory success, 2nd try" memory_collection_mockup 2 <<END
out: memory handler got called
out: unregistering memory handler
return: 0
END
PLANNED "memory panic" memory_collection_mockup 10 <<END
return: 1
END