|
ScalaTest 1.0
|
|
final
class
ResultOfAfterWordApplication(val text : java.lang.String, val f : () => Unit)
extends AnyRefWordSpec
and FixtureWordSpec.
A ResultOfAfterWordApplication, which encapsulates the text of the after word
and a block,
is accepted by when, should, must, can, and that
methods. For more information, see the
main documentation for trait WordSpec.
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
|
ScalaTest 1.0
|
|