org.scalatest

fixture

package fixture

Classes and traits supporting ScalaTest's "fixture" style traits, which allow you to pass fixture objects into tests.

This package is released as part of the scalatest-core module.

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. fixture
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait AsyncConfigMapFixture extends AnyRef

    Trait that when mixed into a FixtureAsyncTestSuite passes the config map passed to runTest as a fixture into each test.

  2. trait AsyncTestDataFixture extends AnyRef

    Trait that when mixed into a FixtureAsyncTestSuite passes the TestData passed to withFixture as a fixture into each test.

  3. trait ConfigMapFixture extends AnyRef

    Trait that when mixed into a FixtureSuite passes the config map passed to runTest as a fixture into each test.

  4. trait NoArg extends DelayedInit with () ⇒ Unit

    A function that takes no parameters (i.e., a Function0 or "no-arg" function) and results in Unit, which when invoked executes the body of the constructor of the class into which this trait is mixed.

  5. trait TestDataFixture extends AnyRef

    Trait that when mixed into a FixtureSuite passes the TestData passed to withFixture as a fixture into each test.

  6. trait UnitFixture extends AnyRef

    Trait that when mixed into a FixtureSuite passes the unit value as a fixture into each test.

Inherited from AnyRef

Inherited from Any

Ungrouped