rapture.core.test

Tests

object Tests extends TestSuite

Linear Supertypes
TestSuite, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Tests
  2. TestSuite
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class AlphaException() extends Exception with Product with Serializable

  2. case class BetaException() extends Exception with Product with Serializable

  3. case class MiscException() extends Exception with Product with Serializable

  4. abstract class Test extends TestCase

    Definition Classes
    TestSuite

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val Catching failure: Test { type Return = rapture.core.Result[Nothing,rapture.core.test.Tests.AlphaException] }

  7. val Catching success: Test { type Return = rapture.core.Result[String,rapture.core.test.Tests.AlphaException] }

  8. val Catching unforeseen: Test { type Return = rapture.core.Result[Nothing,rapture.core.test.Tests.AlphaException] }

  9. val Checking isAnswer with answer: Test { type Return = Boolean }

  10. val Checking isAnswer with errata: Test { type Return = Boolean }

  11. val Checking isErrata with answer: Test { type Return = Boolean }

  12. val Checking isErrata with errata: Test { type Return = Boolean }

  13. val Checking isUnforeseen with answer: Test { type Return = Boolean }

  14. val Checking isUnforeseen with errata: Test { type Return = Boolean }

  15. val Checking isUnforeseen with unforeseen: Test { type Return = Boolean }

  16. val Exists answer: Test { type Return = Boolean }

  17. val Exists answer none found: Test { type Return = Boolean }

  18. val Exists errata: Test { type Return = Boolean }

  19. val Expected error Result: Test { type Return = rapture.core.Result[Int,rapture.core.test.Tests.AlphaException] }

  20. val FlatMapped Successful Result: Test { type Return = rapture.core.Result[Int,rapture.core.test.Tests.AlphaException with rapture.core.test.Tests.BetaException] }

  21. val FlatMapped first fails: Test { type Return = rapture.core.Result[Int,rapture.core.test.Tests.AlphaException with rapture.core.test.Tests.BetaException] }

  22. val FlatMapped second fails: Test { type Return = rapture.core.Result[Int,rapture.core.test.Tests.AlphaException with rapture.core.test.Tests.BetaException] }

  23. val Fold answer: Test { type Return = Int }

  24. val Fold errata: Test { type Return = Int }

  25. val Forall answer: Test { type Return = Boolean }

  26. val Forall answer none found: Test { type Return = Boolean }

  27. val Forall errata: Test { type Return = Boolean }

  28. val Resolving errata 1: Test { type Return = rapture.core.Resolved[Int,Nothing] }

  29. val Resolving errata 2: Test { type Return = rapture.core.Resolved[Int,Nothing] }

  30. val ResultT Checking isAnswer with answer: Test { type Return = Boolean }

  31. val ResultT Checking isAnswer with errata: Test { type Return = Boolean }

  32. val ResultT Checking isErrata with answer: Test { type Return = Boolean }

  33. val ResultT Checking isErrata with errata: Test { type Return = Boolean }

  34. val ResultT Checking isUnforeseen with answer: Test { type Return = Boolean }

  35. val ResultT Checking isUnforeseen with errata: Test { type Return = Boolean }

  36. val ResultT withFilter accumulating exceptions: Test { type Return = Int }

  37. val Successful Result: Test { type Return = rapture.core.Result[Int,rapture.core.test.Tests.AlphaException] }

  38. val Unforeseen Result: Test { type Return = rapture.core.Result[Int,rapture.core.test.Tests.AlphaException] }

  39. def alpha(x: Int)(implicit mode: Mode[_]): Wrap[Int, AlphaException]

  40. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  41. def beta(x: Int)(implicit mode: Mode[_]): Wrap[Int, BetaException]

  42. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  45. val filter answer: Test { type Return = rapture.core.Result[Int,Nothing with rapture.core.NotMatchingFilter] }

  46. val filter answer 2: Test { type Return = rapture.core.Result[Int,Nothing with rapture.core.NotMatchingFilter] }

  47. val filter errata: Test { type Return = rapture.core.Result[String,Nothing with rapture.core.NotMatchingFilter] }

  48. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  50. val getOrElse answer: Test { type Return = Int }

  51. val getOrElse errata: Test { type Return = Int }

  52. def hashCode(): Int

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

    Definition Classes
    Any
  54. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  55. final def notify(): Unit

    Definition Classes
    AnyRef
  56. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  58. def test[T](act: ⇒ T): Test { type Return = T }

    Definition Classes
    TestSuite
  59. val toEither answer: Test { type Return = scala.util.Either[Seq[(scala.reflect.ClassTag[_], (String, Exception))],Int] }

  60. val toEither errata: Test { type Return = scala.util.Either[Seq[(scala.reflect.ClassTag[_], (String, Exception))],Int] }

  61. val toList answer: Test { type Return = List[Int] }

  62. val toList errata: Test { type Return = List[Int] }

  63. val toOption answer: Test { type Return = Option[Int] }

  64. val toOption errata: Test { type Return = Option[Int] }

  65. val toStream answer: Test { type Return = scala.collection.immutable.Stream[Int] }

  66. val toStream errata: Test { type Return = scala.collection.immutable.Stream[Int] }

  67. def toString(): java.lang.String

    Definition Classes
    AnyRef → Any
  68. val valueOr answer: Test { type Return = Int }

  69. val valueOr errata: Test { type Return = Int }

  70. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. val withFilter answer monadic: Test { type Return = Product with Serializable with rapture.core.Result[Int,Nothing with rapture.core.NotMatchingFilter] }

  74. val withFilter errata monadic: Test { type Return = Product with Serializable with rapture.core.Result[Int,Nothing with rapture.core.NotMatchingFilter] }

  75. val | answer: Test { type Return = Int }

  76. val | errata: Test { type Return = Int }

Inherited from TestSuite

Inherited from AnyRef

Inherited from Any

Ungrouped