Searched refs:add_cleanup (Results 1 – 4 of 4) sorted by relevance
12 t.add_cleanup(() => {27 t.add_cleanup(() => {
158 testCase.add_cleanup(() => {170 testCase.add_cleanup(() => {
2027 t.add_cleanup(function() {2050 t.add_cleanup(function() {2077 t.add_cleanup(function() {
1672 Test.prototype.add_cleanup = function(callback) { method in Test