ScalaTest 1.0

This document is the API specification for ScalaTest 1.0

Class Summary
final class Conductor extends AnyRef
Class that facilitates the testing of classes, traits, and libraries designed to be used by multiple threads concurrently.
trait ConductorFixture extends AnyRef
Trait that can pass a new Conductor fixture into tests.
trait ConductorMethods extends AbstractSuite with AnyRef
Trait that provides each test with access to a new Conductor via methods.
trait ConductorMultiFixture extends AnyRef
Trait that can pass a new Conductor fixture into tests, for use in suites such as MultipleFixtureFunSuite or MultipleFixtureSpec, which facilitate writing tests that take different types of fixtures.