|
Scala
1.4.0.3 |
|||
Field Summary | |
val name: String
|
Method Summary | |
protected
|
def createResult(): TestResult
|
def run(r: TestResult): Unit
|
|
def run(): Unit
|
|
protected
|
def runTest(): Unit
|
def setUp(): Unit
|
|
def tearDown(): Unit
|
|
override
|
def toString(): String
|
Methods inherited from java/lang/Object-class |
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/ScalaObject-class |
getScalaType |
Methods inherited from scala/testing/SUnit/Assert-class |
assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail |
Field Detail |
val name: String
Method Detail |
protected def createResult(): TestResult
protected def runTest(): Unit
def run(r: TestResult): Unit
def run(): Unit
def setUp(): Unit
def tearDown(): Unit
override def toString(): String
|
Scala
1.4.0.3 |
|||