org.scalatest

refspec

package refspec

Classes and traits for ScalaTest's RefSpec style.

This package is released as the scalatest-refspec module.

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

Type Members

  1. class RefSpec extends RefSpecLike

    Facilitates a “behavior-driven” style of development (BDD), in which tests are methods, optionally nested inside singleton objects defining textual scopes.

  2. trait RefSpecLike extends TestSuite with Informing with Notifying with Alerting with Documenting

    Implementation trait for class RefSpec, which facilitates a “behavior-driven” style of development (BDD), in which tests are methods, optionally nested inside singleton objects defining textual scopes.

Inherited from AnyRef

Inherited from Any

Ungrouped