JavaTestCaseProxy.st
branchdevelopment
changeset 2392 692a6e18e95e
parent 2380 9195eccdcbd9
child 2429 ebece4dcaab9
--- a/JavaTestCaseProxy.st	Fri Feb 22 00:34:22 2013 +0000
+++ b/JavaTestCaseProxy.st	Fri Feb 22 16:06:12 2013 +0000
@@ -30,7 +30,11 @@
 JavaTestCaseProxy class instanceVariableNames:'javaClassName shouldFork'
 
 "
- No other class instance variables are inherited by this class.
+ The following class instance variables are inherited by this class:
+
+	TestCase - lastOutcomes
+	TestAsserter - 
+	Object - 
 "
 !
 
@@ -60,7 +64,6 @@
 "
 ! !
 
-
 !JavaTestCaseProxy class methodsFor:'initialization'!
 
 initialize
@@ -79,7 +82,6 @@
     "Created: / 01-03-2011 / 10:43:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaTestCaseProxy class methodsFor:'accessing'!
 
 javaClass
@@ -114,7 +116,6 @@
     "Created: / 10-08-2011 / 21:21:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaTestCaseProxy class methodsFor:'private'!
 
 testSelectors
@@ -123,7 +124,6 @@
     ^ self subclassResponsibility
 ! !
 
-
 !JavaTestCaseProxy class methodsFor:'queries'!
 
 isAbstract
@@ -140,7 +140,6 @@
     "Created: / 21-06-2011 / 16:57:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaTestCaseProxy class methodsFor:'subclass creation'!
 
 for: javaClass 
@@ -176,7 +175,6 @@
     "Created: / 21-06-2011 / 17:07:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaTestCaseProxy methodsFor:'accessing'!
 
 javaClass
@@ -192,7 +190,6 @@
 
 ! !
 
-
 !JavaTestCaseProxy methodsFor:'queries'!
 
 shouldSkip
@@ -201,7 +198,6 @@
     "Created: / 29-11-2012 / 12:03:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaTestCaseProxy class methodsFor:'documentation'!
 
 version_CVS