Scala Library Documentation
|
|
scala/testing/UnitTest.scala
]
class
Report(report_ok : () => Unit, report_fail : (java.lang.String, java.lang.String) => Unit)
extends
AnyRefMethod Summary | |
def
|
fail (actual : java.lang.String, expected : java.lang.String) : Unit |
def
|
ok : Unit |
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 |
Scala Library Documentation
|
|