Trait

org.scalatest.fixture

SafeTestRegistration

Related Doc: package fixture

Permalink

trait SafeTestRegistration extends AnyRef

Self Type
SafeTestRegistration with Suite
Source
SafeTestRegistration.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SafeTestRegistration
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def registerIgnoredTest(testText: String, testTags: Tag*)(testFun: ((SafeTestRegistration.this)#FixtureParam) ⇒ Assertion): Unit

    Permalink
  2. abstract def registerTest(testText: String, testTags: Tag*)(testFun: ((SafeTestRegistration.this)#FixtureParam) ⇒ Assertion): Unit

    Permalink