p

funsuite

package funsuite

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. funsuite
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package internal

Type Members

  1. class AfterEach extends AnyRef
  2. trait Assertions extends AnyRef
  3. class BeforeEach extends AnyRef
  4. class FailException extends Exception
  5. class FlakyFailure extends Exception with NoStackTrace
  6. class Framework extends JUnitFramework
  7. abstract class FunSuite extends Suite with Assertions with TestOptionsConversions
  8. class FunSuiteRunner extends Runner with Filterable
  9. class Location extends Annotation with Serializable
  10. abstract class Suite extends AnyRef

    The base class for all test suites.

    The base class for all test suites. Extend this class if you don't need the functionality in FunSuite.

  11. class Tag extends Annotation
  12. class Test extends AnyRef
  13. case class TestOptions(name: String, tags: Set[Tag], loc: Location) extends Product with Serializable

    Options used when running a test.

    Options used when running a test. It can be built implicitly from a String (@see tests.TestOptionsConverstions)

    name

    the test name, used in the UI and to select it with testOnly

    tags

    a set of tests.Tag, used to attach semantic information to a test

  14. trait TestOptionsConversions extends AnyRef

Value Members

  1. val Fail: Tag
  2. val Flaky: Tag
  3. val Ignore: Tag
  4. val Only: Tag
  5. object Assertions extends Assertions
  6. object Location extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped