Packages

o

flawless

syntax

object syntax extends AllDsl with AllPredicates

Linear Supertypes
AllPredicates, AllDsl, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. syntax
  2. AllPredicates
  3. AllDsl
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def assertion(cond: Boolean, ifFalse: String): Assertion
    Definition Classes
    AllDsl
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def ensure[A](value: A, predicate: Predicate[A]): Assertion
    Definition Classes
    AllDsl
  8. def ensureEqual[A](actual: A, expected: A)(implicit arg0: Diff[A], arg1: Show[A]): Assertion
    Definition Classes
    AllDsl
  9. def ensureEqualEq[A](actual: A, expected: A)(implicit arg0: Eq[A], arg1: Show[A]): Assertion
    Definition Classes
    AllDsl
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equalTo[T](another: T)(implicit arg0: Diff[T], arg1: Show[T]): Predicate[T]
    Definition Classes
    AllPredicates
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def failed(message: String): Predicate[Any]
    Definition Classes
    AllPredicates
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def greaterThan[A](another: A)(implicit arg0: Order[A], arg1: Show[A]): Predicate[A]
    Definition Classes
    AllPredicates
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isTrue(ifFalse: String): Predicate[Boolean]
    Definition Classes
    AllPredicates
  19. def lazyTest(name: String)(assertions: ⇒ Assertion): NonEmptyList[Test[Nothing]]
    Definition Classes
    AllDsl
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def pureTest(name: String)(assertions: Assertion): NonEmptyList[Test[Nothing]]
    Definition Classes
    AllDsl
  24. val successful: Predicate[Any]
    Definition Classes
    AllPredicates
  25. def suite[F[_]](name: String)(tests: NonEmptyList[Test[F]]): data.Suite[F]
    Definition Classes
    AllDsl
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def test[F[_]](name: String)(assertions: F[Assertion]): NonEmptyList[Test[F]]
    Definition Classes
    AllDsl
  28. def testMonadic[F[_]](name: String)(assertions: (Assert[F]) ⇒ F[Unit])(implicit arg0: Sync[F]): NonEmptyList[Test[F]]

    Provides access to assertions in a monadic fashion.

    Provides access to assertions in a monadic fashion. If no assertions are added, the test completes with a single successful assertion.

    Definition Classes
    AllDsl
  29. def tests[F[_]](firstTest: NonEmptyList[Test[F]], rest: NonEmptyList[Test[F]]*): NonEmptyList[Test[F]]
    Definition Classes
    AllDsl
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AllPredicates

Inherited from AllDsl

Inherited from AnyRef

Inherited from Any

Ungrouped