scalax.testing.TestSuite

class SingleTestCase

[source: scalax/testing/TestSuite.scala]

class SingleTestCase(val name : java.lang.String, code : => Unit)
extends TestCase with AnyRef
Method Summary
def run : (Int, Int)
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def run : (Int, Int)
Overrides
TestCase.run


Copyright (c) 2005-8 The Scalax Project. All Rights Reserved.