org.scalatest.verb

class ResultOfAfterWordApplication

[source: org/scalatest/verb/ResultOfAfterWordApplication.scala]

final class ResultOfAfterWordApplication(val text : java.lang.String, val f : () => Unit)
extends AnyRef
Class that supports the use of after words in WordSpec 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

Copyright (C) 2001-2010 Artima, Inc. All rights reserved.