|
Scala 2.3.2
|
class
TestCase
extends
java.lang.Object
with
SUnit.this.Test
with
SUnit.this.Assert
with
scala.ScalaObject
TestCase
defines the fixture to run multiple
tests.name -
...
Constructor Summary | |
def
this
(name: java.lang.String)
|
Val Summary | |
val
name
: java.lang.String
|
Def Summary | |
protected
|
def
createResult
: SUnit.this.TestResult
|
def
run
: scala.Unit
|
|
def
run
(r: SUnit.this.TestResult)
: scala.Unit
|
|
protected
|
def
runTest
: scala.Unit
|
def
setUp
: scala.Unit
|
|
def
tearDown
: scala.Unit
|
|
override
|
def
toString
: java.lang.String
|
Def inherited from SUnit.this.Test | |
run |
Def inherited from SUnit.this.Assert | |
assertEquals , assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail |
Constructor Detail |
Val Detail |
Def Detail |
protected
def
createResult
: SUnit.this.TestResult
def
run
: scala.Unit
def
run
(r: SUnit.this.TestResult): scala.Unit
protected
def
runTest
: scala.Unit
def
setUp
: scala.Unit
def
tearDown
: scala.Unit
override
def
toString
: java.lang.String