Trait

catalysts.speclite.testkit

TestSpec

Related Doc: package testkit

Permalink

trait TestSpec extends SpecLite with testkit.TestSpec with TestKit

Linear Supertypes
TestKit, testkit.TestKit, testkit.TestSpec, SpecLite, SpecBase[Prop, Properties], Properties, Prop, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestSpec
  2. TestKit
  3. TestKit
  4. TestSpec
  5. SpecLite
  6. SpecBase
  7. Properties
  8. Prop
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class AnyOps2[A] extends AnyRef

    Permalink
    Definition Classes
    SpecBase
  2. implicit class AnyRefOps[A <: AnyRef] extends AnyRef

    Permalink
    Definition Classes
    SpecBase
  3. type AssertResult = Unit

    Permalink
    Definition Classes
    TestKit → TestKit
  4. type ExceptionResult = Unit

    Permalink
    Definition Classes
    TestKit → TestKit
  5. class PropertySpecifier extends AnyRef

    Permalink
    Definition Classes
    Properties
  6. abstract class SpecBaseStringOps extends AnyRef

    Permalink
    Definition Classes
    SpecBase
  7. implicit class SpecLiteStringOps extends SpecBaseStringOps

    Permalink
    Definition Classes
    SpecLite
  8. type TestBlock = Unit

    Permalink
    Definition Classes
    TestKit → TestKit
  9. type TestEqual[A] = Unit

    Permalink
    Definition Classes
    TestKit → TestKit
  10. type TestNest = Unit

    Permalink
    Definition Classes
    TestKit → TestKit
  11. type TestShow[A] = Unit

    Permalink
    Definition Classes
    TestKit → TestKit

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def anyToProp(u: ⇒ Any): Prop

    Permalink
    Definition Classes
    SpecBase
  5. def apply(p: Parameters): Result

    Permalink
    Definition Classes
    PropertiesProp
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def assertEqEqEqImpl[A](actual: ⇒ A, expected: ⇒ A)(implicit show: Show[A], equal: Equal[A]): AssertResult

    Permalink
    Definition Classes
    TestSpec → TestSpec
  8. def assertEqEqImpl[A](actual: ⇒ A, expected: ⇒ A): AssertResult

    Permalink
    Definition Classes
    TestSpec → TestSpec
  9. def assertMsgEqEqImpl[A](msg: String, actual: ⇒ A, expected: ⇒ A): AssertResult

    Permalink
    Definition Classes
    TestSpec → TestSpec
  10. macro def assert_==[A](msg: String, actual: ⇒ A, expected: ⇒ A): AssertResult

    Permalink
    Definition Classes
    TestSpec
  11. macro def assert_==[A](actual: ⇒ A, expected: ⇒ A): AssertResult

    Permalink
    Definition Classes
    TestSpec
  12. macro def assert_===[A](actual: ⇒ A, expected: ⇒ A): AssertResult

    Permalink
    Definition Classes
    TestSpec
  13. macro def assert_Throw[A, T <: Throwable](actual: ⇒ A): ExceptionResult

    Permalink
    Definition Classes
    TestSpec
  14. def assert_ThrowImpl[A, T <: Throwable](actual: ⇒ A)(implicit m: ClassTag[T]): ExceptionResult

    Permalink
    Definition Classes
    TestSpec → TestSpec
  15. def block(s: String)(a: ⇒ Any): Unit

    Permalink
    Definition Classes
    TestSpec → TestSpec
  16. implicit def booleanToProp(b: ⇒ Boolean): Prop

    Permalink
    Definition Classes
    SpecLite → SpecBase
  17. def check(x: ⇒ Boolean): Unit

    Permalink
    Definition Classes
    SpecBase
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def fail(msg: String): Nothing

    Permalink
    Definition Classes
    SpecBase
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. val name: String

    Permalink
    Definition Classes
    SpecLiteProperties
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def nest(s: String)(a: ⇒ Any): Unit

    Permalink
    Definition Classes
    TestSpec → TestSpec
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. implicit def propToProp(p: ⇒ Prop): Prop

    Permalink
    Definition Classes
    SpecBase
  32. def properties: Seq[(String, Prop)]

    Permalink

    Returns all properties of this collection in a list of name/property pairs.

    Returns all properties of this collection in a list of name/property pairs.

    Definition Classes
    Properties
  33. lazy val property: PropertySpecifier

    Permalink
    Definition Classes
    Properties
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TestKit

Inherited from testkit.TestKit

Inherited from testkit.TestSpec

Inherited from SpecLite

Inherited from SpecBase[Prop, Properties]

Inherited from Properties

Inherited from Prop

Inherited from AnyRef

Inherited from Any

Ungrouped