|
@@ -402,6 +402,30 @@ return self;
|
|
|
}; }),
|
|
|
$globals.TestCase);
|
|
|
|
|
|
+$core.addMethod(
|
|
|
+$core.method({
|
|
|
+selector: "debugCase",
|
|
|
+protocol: "running",
|
|
|
+
|
|
|
+args: [],
|
|
|
+source: "debugCase\x0a\x09self deprecatedAPI: 'Use #runCase instead.'.\x0a\x09^ self runCase",
|
|
|
+referencedClasses: [],
|
|
|
+
|
|
|
+pragmas: [],
|
|
|
+messageSends: ["deprecatedAPI:", "runCase"]
|
|
|
+}, function ($methodClass){ return function (){
|
|
|
+var self=this,$self=this;
|
|
|
+
|
|
|
+return $core.withContext(function($ctx1) {
|
|
|
+
|
|
|
+$self._deprecatedAPI_("Use #runCase instead.");
|
|
|
+return $self._runCase();
|
|
|
+
|
|
|
+}, function($ctx1) {$ctx1.fill(self,"debugCase",{})});
|
|
|
+
|
|
|
+}; }),
|
|
|
+$globals.TestCase);
|
|
|
+
|
|
|
$core.addMethod(
|
|
|
$core.method({
|
|
|
selector: "deny:",
|