|
@@ -2289,25 +2289,24 @@ $core.addMethod(
|
|
$core.method({
|
|
$core.method({
|
|
selector: "performFailure:",
|
|
selector: "performFailure:",
|
|
protocol: "actions",
|
|
protocol: "actions",
|
|
-fn: function (aTestCase){
|
|
|
|
|
|
+//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
|
|
+args: ["aTestCase"],
|
|
|
|
+source: "performFailure: aTestCase\x0a\x09aTestCase debugCase",
|
|
|
|
+referencedClasses: [],
|
|
|
|
+//>>excludeEnd("ide");
|
|
|
|
+pragmas: [],
|
|
|
|
+messageSends: ["debugCase"]
|
|
|
|
+}, function ($methodClass){ return function (aTestCase){
|
|
var self=this,$self=this;
|
|
var self=this,$self=this;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
return $core.withContext(function($ctx1) {
|
|
return $core.withContext(function($ctx1) {
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-$recv(aTestCase)._runCase();
|
|
|
|
|
|
+$recv(aTestCase)._debugCase();
|
|
return self;
|
|
return self;
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
//>>excludeStart("ctx", pragmas.excludeDebugContexts);
|
|
}, function($ctx1) {$ctx1.fill(self,"performFailure:",{aTestCase:aTestCase})});
|
|
}, function($ctx1) {$ctx1.fill(self,"performFailure:",{aTestCase:aTestCase})});
|
|
//>>excludeEnd("ctx");
|
|
//>>excludeEnd("ctx");
|
|
-},
|
|
|
|
-//>>excludeStart("ide", pragmas.excludeIdeData);
|
|
|
|
-args: ["aTestCase"],
|
|
|
|
-source: "performFailure: aTestCase\x0a\x09aTestCase runCase",
|
|
|
|
-referencedClasses: [],
|
|
|
|
-//>>excludeEnd("ide");
|
|
|
|
-pragmas: [],
|
|
|
|
-messageSends: ["runCase"]
|
|
|
|
-}),
|
|
|
|
|
|
+}; }),
|
|
$globals.HLSUnitResultListWidget);
|
|
$globals.HLSUnitResultListWidget);
|
|
|
|
|
|
$core.addMethod(
|
|
$core.addMethod(
|