org.specs2.matcher

JUnitMustExpectations

trait JUnitMustExpectations extends MustThrownExpectations with JUnitExpectations

This trait can be imported to use MustMatchers in JUnit

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JUnitMustExpectations
  2. JUnitExpectations
  3. MustThrownExpectations
  4. MustExpectations
  5. ThrownExpectations
  6. ScopedExpectations
  7. StandardMatchResults
  8. StandardResults
  9. Expectations
  10. CanBeEqual
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CanBeEqualExpectation[T] extends AnyRef

    Definition Classes
    CanBeEqual
  2. class Descriptible[T] extends AnyRef

    Definition Classes
    Expectations
  3. implicit class pendingResult extends AnyRef

    any block of code following a pending object will be pending

  4. implicit class skippedResult extends AnyRef

    any block of code following a skipped object will be skipped

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. implicit def akaMust[T](tm: Expectable[T]): MustExpectable[T]

  5. def anError: Error

    Definition Classes
    ThrownExpectationsStandardResults
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. implicit def canBeEqual[T](t: ⇒ T): CanBeEqualExpectation[T]

    A value can be tested against another with the === operator.

    A value can be tested against another with the === operator. It is equivalent to writing a must_== b

    Definition Classes
    CanBeEqual
  8. def checkFailure[T](m: MatchResult[T]): MatchResult[T]

    this method can be overriden to throw exceptions when checking the match result

    this method can be overriden to throw exceptions when checking the match result

    Attributes
    protected
    Definition Classes
    JUnitExpectationsExpectations
  9. def checkMatchResultFailure[T](m: MatchResult[T]): MatchResult[T]

    this method can be overriden to throw exceptions when checking the match result

    this method can be overriden to throw exceptions when checking the match result

    Attributes
    protected
    Definition Classes
    ThrownExpectationsExpectations
  10. def checkResultFailure(r: Result): Result

    this method can be overriden to throw exceptions when checking the result

    this method can be overriden to throw exceptions when checking the result

    Attributes
    protected
    Definition Classes
    ThrownExpectationsExpectations
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def createExpectable[T](t: ⇒ T, alias: Option[(String) ⇒ String]): Expectable[T]

    returns

    an Expectable with a description function

    Definition Classes
    ThrownExpectationsExpectations
  13. def createExpectable[T](t: ⇒ T, alias: (String) ⇒ String): Expectable[T]

    returns

    an Expectable with a description function

    Definition Classes
    Expectations
  14. def createExpectable[T](t: ⇒ T, alias: ⇒ String): Expectable[T]

    returns

    an Expectable with a description

    Definition Classes
    Expectations
  15. def createExpectable[T](t: ⇒ T): Expectable[T]

    returns

    an Expectable

    Definition Classes
    Expectations
  16. def createExpectableWithShowAs[T](t: ⇒ T, show: ⇒ String): Expectable[T]

    returns

    an Expectable with a function to show the element T

    Definition Classes
    ThrownExpectationsExpectations
  17. def createMustExpectable[T](t: ⇒ T): MustExpectable[T]

    Attributes
    protected
    Definition Classes
    MustThrownExpectationsMustExpectations
  18. implicit def describe[T](t: ⇒ T): Descriptible[T]

    describe a value with the aka method

    describe a value with the aka method

    Definition Classes
    Expectations
  19. def done: Success

    Definition Classes
    StandardResults
  20. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  22. def failure(f: Failure): Failure

    Attributes
    protected
    Definition Classes
    ThrownExpectations
  23. def failure(m: String): Failure

    Attributes
    protected
    Definition Classes
    ThrownExpectations
  24. def failure: Failure

    Definition Classes
    ThrownExpectationsStandardResults
  25. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  28. implicit def inScope(s: Scope): Success

    transform a scope to a success to be able to create traits containing any variables and usable in any Examples

    transform a scope to a success to be able to create traits containing any variables and usable in any Examples

    Definition Classes
    ScopedExpectations
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def ko(m: String): MatchFailure[None.type]

    Definition Classes
    StandardMatchResults
  31. lazy val ko: MatchFailure[None.type]

  32. def mapMatchResult[T](m: MatchResult[T]): MatchResult[T]

    this method can be overriden to intercept a MatchResult and change its message before it is thrown

    this method can be overriden to intercept a MatchResult and change its message before it is thrown

    Attributes
    protected
    Definition Classes
    Expectations
  33. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  36. def ok(m: String): MatchSuccess[None.type]

    Definition Classes
    StandardMatchResults
  37. lazy val ok: MatchSuccess[None.type]

    Definition Classes
    StandardMatchResults
  38. def pending(s: Pending): Pending

    Attributes
    protected
    Definition Classes
    ThrownExpectations
  39. def pending(m: String): Pending

    Definition Classes
    ThrownExpectationsStandardResults
  40. def pending: Pending

    Definition Classes
    ThrownExpectationsStandardResults
  41. def pending[R](r: ⇒ R)(implicit arg0: AsResult[R]): Pending

    Definition Classes
    StandardResults
  42. implicit def scopeAsResult[S <: Scope]: AsResult[S]

    typeclass to transform a Scope to a Result

    typeclass to transform a Scope to a Result

    Definition Classes
    ScopedExpectations
  43. def skipped(s: Skipped): Skipped

    Attributes
    protected
    Definition Classes
    ThrownExpectations
  44. def skipped(m: String): Skipped

    Definition Classes
    ThrownExpectationsStandardResults
  45. def skipped: Skipped

    Definition Classes
    ThrownExpectationsStandardResults
  46. def skipped[R](r: ⇒ R)(implicit arg0: AsResult[R]): Skipped

    Definition Classes
    StandardResults
  47. def success(m: String): Success

    Attributes
    protected
    Definition Classes
    ThrownExpectations
  48. lazy val success: Success

    Definition Classes
    ThrownExpectationsStandardResults
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  50. implicit def theBlock(t: ⇒ Nothing): MustExpectable[Nothing]

    Definition Classes
    MustExpectations
  51. implicit def theValue[T](t: ⇒ T): MustExpectable[T]

    Definition Classes
    MustExpectations
  52. def toString(): String

    Definition Classes
    AnyRef → Any
  53. def todo: Pending

    Definition Classes
    ThrownExpectationsStandardResults
  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def wontdo: Success

    Definition Classes
    StandardResults

Inherited from JUnitExpectations

Inherited from MustThrownExpectations

Inherited from MustExpectations

Inherited from ThrownExpectations

Inherited from ScopedExpectations

Inherited from StandardMatchResults

Inherited from StandardResults

Inherited from Expectations

Inherited from CanBeEqual

Inherited from AnyRef

Inherited from Any

Ungrouped