org.scalatest

refspec

package refspec

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.

Ungrouped