|
|
Scala 2.3.3
|
class
Report
extends java.lang.Object
with scala.ScalaObject
| Constructor Summary | |
def
this
(report_ok: () => scala.Unit, report_fail: (java.lang.String, java.lang.String) => scala.Unit)
|
|
| Def Summary | |
def
fail
(actual: java.lang.String, expected: java.lang.String)
: scala.Unit
|
|
def
ok
: scala.Unit
|
|
| Constructor Detail |
def
this
(report_ok: () => scala.Unit, report_fail: (java.lang.String, java.lang.String) => scala.Unit)
| Def Detail |