ScalaTest 1.0

This document is the API specification for ScalaTest 1.0

Class Summary
final class BehaveWord extends AnyRef
Class that supports shared test registration via instances referenced from the behave field of Specs, FlatSpecs, and WordSpecs as well as instance of their sister traits, FixtureSpec, FixtureFlatSpec, and FixtureWordSpec.
trait CanVerb extends AnyRef
Provides an implicit conversion that adds can methods to String to support the syntax of FlatSpec, WordSpec, FixtureFlatSpec, and FixtureWordSpec.
trait MustVerb extends AnyRef
Provides an implicit conversion that adds must methods to String to support the syntax of FlatSpec, WordSpec, FixtureFlatSpec, and FixtureWordSpec.
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.
abstract class ResultOfStringPassedToVerb (val verb : java.lang.String, val rest : java.lang.String) extends AnyRef
Abstract class that supports test registration in FlatSpec and FixtureFlatSpec.
abstract class ResultOfTaggedAsInvocation (val verb : java.lang.String, val rest : java.lang.String, val tags : scala.List[Tag]) extends AnyRef
Supports the registration of tagged tests in shorthand form in FlatSpec and FixtureFlatSpec.
trait ShouldVerb extends AnyRef
Provides an implicit conversion that adds should methods to String to support the syntax of FlatSpec, WordSpec, FixtureFlatSpec, and FixtureWordSpec.
abstract class StringVerbBlockRegistration extends (java.lang.String, java.lang.String, () => Unit) => Unit
Class that provides a role-specific type for an implicit conversion used to support the registration of subject descriptions in WordSpec and FixtureWordSpec.