Packages

c

org.scalatest.words

ResultOfAfterWordApplication

final class ResultOfAfterWordApplication extends AnyRef

Class that supports the use of after words in WordSpec and fixture.WordSpec.

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.

Source
ResultOfAfterWordApplication.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResultOfAfterWordApplication
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResultOfAfterWordApplication(text: String, f: () ⇒ Unit)

Value Members

  1. val f: () ⇒ Unit
  2. val text: String
  3. def toString(): String

    Overrides toString to return the passed in text.

    Overrides toString to return the passed in text.

    Definition Classes
    ResultOfAfterWordApplication → AnyRef → Any