c

funsuite

FunSuite

class FunSuite extends Assertions with TestOptionsConversions

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FunSuite
  2. TestOptionsConversions
  3. Assertions
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FunSuite()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def afterAll(context: AfterAll): Unit
  5. def afterEach(context: AfterEach): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def assert(cond: Boolean, details: => Any)(implicit loc: Location): Unit
    Definition Classes
    Assertions
  8. def assert(cond: Boolean)(implicit loc: Location): Unit
    Definition Classes
    Assertions
  9. def assertEqual[A, B](obtained: A, expected: B, details: => Any = "values are not the same")(implicit loc: Location, ev: =:=[A, B]): Unit
    Definition Classes
    Assertions
  10. def assertNoDiff(obtained: String, expected: String, details: => Any = "diff assertion failed")(implicit loc: Location): Unit
    Definition Classes
    Assertions
  11. def assume(cond: Boolean, details: => Any)(implicit loc: Location): Unit
    Definition Classes
    Assertions
  12. def beforeAll(context: BeforeAll): Unit
  13. def beforeEach(context: BeforeEach): Unit
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def fail(message: String)(implicit loc: Location): Nothing
    Definition Classes
    Assertions
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. def funsuiteExpectFailure(options: TestOptions, body: => Any): Any
  20. def funsuiteFlaky(options: TestOptions, body: => Any): Any
  21. def funsuiteRunTest(options: TestOptions, body: => Any): Any
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def locatedDetails(loc: Location, details: => Any): Str
    Definition Classes
    Assertions
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def test(options: TestOptions)(body: => Any)(implicit loc: Location): Unit
  31. def test(name: String, tag: Tag*)(body: => Any)(implicit loc: Location): Unit
  32. implicit def testOptionsFromString(name: String)(implicit loc: Location): TestOptions

    Implicitly create a TestOptions given a test name.

    Implicitly create a TestOptions given a test name. This allows writing test("name") { ... } even if test accepts a TestOptions

    Definition Classes
    TestOptionsConversions
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from TestOptionsConversions

Inherited from Assertions

Inherited from AnyRef

Inherited from Any

Ungrouped