Trait

org.specs2.specification

NoMatchResultAutoExamples

Related Doc: package specification

Permalink

trait NoMatchResultAutoExamples extends AutoExamples

This trait can be used to deactivate the MatchResult conversions to fragments and examples

Self Type
NoMatchResultAutoExamples with FragmentsBuilder
Linear Supertypes
AutoExamples, AutoExamplesLowImplicits, Results, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NoMatchResultAutoExamples
  2. AutoExamples
  3. AutoExamplesLowImplicits
  4. Results
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class BooleanResultFragment extends FragmentsFragment with (AutoExamplesLowImplicits.this)#ExampleFragment

    Permalink

    This class is especially created when the first fragment of a specification is a boolean result (no text before) The startDepth and offsets are special tweakings to make sure we get the right line in that specific case

    This class is especially created when the first fragment of a specification is a boolean result (no text before) The startDepth and offsets are special tweakings to make sure we get the right line in that specific case

    Definition Classes
    AutoExamplesLowImplicits
  2. trait ExampleFragment extends AnyRef

    Permalink
    Definition Classes
    AutoExamplesLowImplicits
  3. class MatchResultFragment extends FragmentsFragment with (AutoExamplesLowImplicits.this)#ExampleFragment

    Permalink

    This class is especially created when the first fragment of a specification is a match result (no text before) The startDepth and offsets are special tweakings to make sure we get the right line in that specific case

    This class is especially created when the first fragment of a specification is a match result (no text before) The startDepth and offsets are special tweakings to make sure we get the right line in that specific case

    Definition Classes
    AutoExamplesLowImplicits
  4. class ResultFragment extends FragmentsFragment with (AutoExamplesLowImplicits.this)#ExampleFragment

    Permalink

    This class is especially created when the first fragment of a specification is a Result (no text before) The startDepth and offsets are special tweakings to make sure we get the right line in that specific case

    This class is especially created when the first fragment of a specification is a Result (no text before) The startDepth and offsets are special tweakings to make sure we get the right line in that specific case

    Definition Classes
    AutoExamplesLowImplicits
  5. class ToBooleanExample extends AnyRef

    Permalink
    Definition Classes
    AutoExamplesLowImplicits
  6. class ToDataTableExample[T] extends AnyRef

    Permalink
    Definition Classes
    AutoExamples
  7. class ToMatchResultExample extends AnyRef

    Permalink

    this syntax allows to declare auto examples with { ...

    this syntax allows to declare auto examples with { ... }.eg in mutable specifications

    Definition Classes
    AutoExamplesLowImplicits
  8. class ToResultExample extends AnyRef

    Permalink
    Definition Classes
    AutoExamplesLowImplicits

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 aBooleanExample(expression: ⇒ Boolean): (NoMatchResultAutoExamples.this)#ToBooleanExample

    Permalink
    Definition Classes
    AutoExamplesLowImplicits
  5. implicit def aDataTableExample[T](expression: ⇒ DecoratedResult[T]): (NoMatchResultAutoExamples.this)#ToDataTableExample[T]

    Permalink

    this syntax allows to declare auto examples with { ...

    this syntax allows to declare auto examples with { ... }.eg in mutable specifications

    Definition Classes
    AutoExamples
  6. def aMatchResultExample(expression: ⇒ MatchResult[_]): (NoMatchResultAutoExamples.this)#ToMatchResultExample

    Permalink
    Definition Classes
    NoMatchResultAutoExamples → AutoExamplesLowImplicits
  7. implicit def aResultExample(expression: ⇒ Result): (NoMatchResultAutoExamples.this)#ToResultExample

    Permalink
    Definition Classes
    AutoExamplesLowImplicits
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. implicit def booleanExample(expression: ⇒ Boolean): Example

    Permalink
    Definition Classes
    AutoExamplesLowImplicits
  10. implicit def booleanFragments(expression: ⇒ Boolean): Fragments

    Permalink

    this implicit def is necessary when the expression is at the start of the spec

    this implicit def is necessary when the expression is at the start of the spec

    Definition Classes
    AutoExamplesLowImplicits
  11. implicit def booleanFragmentsFragment(expression: ⇒ Boolean): (NoMatchResultAutoExamples.this)#BooleanResultFragment

    Permalink

    this implicit def is necessary when the expression is at the start of the spec

    this implicit def is necessary when the expression is at the start of the spec

    Definition Classes
    AutoExamplesLowImplicits
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. implicit def dataTableExample[T](result: ⇒ DecoratedResult[T]): Example

    Permalink
    Definition Classes
    AutoExamples
  14. implicit def dataTableFragments[T](result: ⇒ DecoratedResult[T]): Fragments

    Permalink

    specific implicits for datatables

    specific implicits for datatables

    Definition Classes
    AutoExamples
  15. def eg[T](expression: ⇒ DecoratedResult[T])(implicit p: (NoMatchResultAutoExamples.this)#ImplicitParam): Example

    Permalink

    explicit call

    explicit call

    Definition Classes
    AutoExamples
  16. def eg(expression: ⇒ Result): Fragment

    Permalink

    explicit call The result type is different from the eg method to create examples in order to avoid an overloading error

    explicit call The result type is different from the eg method to create examples in order to avoid an overloading error

    Definition Classes
    AutoExamplesLowImplicits
  17. def eg(expression: ⇒ Boolean): Fragments

    Permalink

    explicit call.

    explicit call. The result type is different from the eg method to create examples in order to avoid an overloading error

    Definition Classes
    AutoExamplesLowImplicits
  18. def eg(expression: ⇒ MatchResult[_]): Example

    Permalink

    explicit call

    explicit call

    Definition Classes
    AutoExamplesLowImplicits
  19. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  25. def matchExample(expression: ⇒ MatchResult[_]): Example

    Permalink
    Definition Classes
    NoMatchResultAutoExamples → AutoExamplesLowImplicits
  26. def matchFragments(expression: ⇒ MatchResult[_]): Fragments

    Permalink

    this implicit def is necessary when the expression is at the start of the spec The startDepth and offsets are special tweakings to make sure we get the right line in that specific case

    this implicit def is necessary when the expression is at the start of the spec The startDepth and offsets are special tweakings to make sure we get the right line in that specific case

    Definition Classes
    NoMatchResultAutoExamples → AutoExamplesLowImplicits
  27. def matchFragmentsFragment(expression: ⇒ MatchResult[_]): (NoMatchResultAutoExamples.this)#MatchResultFragment

    Permalink

    this implicit def is necessary when the expression is at the start of the spec

    this implicit def is necessary when the expression is at the start of the spec

    Definition Classes
    NoMatchResultAutoExamples → AutoExamplesLowImplicits
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. def negate(r: Result): Result

    Permalink
    Definition Classes
    Results
  30. def negateWhen(condition: Boolean)(r: Result): Result

    Permalink
    Definition Classes
    Results
  31. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  33. implicit def resultExample(expression: ⇒ Result): Example

    Permalink
    Definition Classes
    AutoExamplesLowImplicits
  34. implicit def resultFragments(result: ⇒ Result): Fragments

    Permalink

    this implicit def is necessary when the expression is at the start of the spec

    this implicit def is necessary when the expression is at the start of the spec

    Definition Classes
    AutoExamplesLowImplicits
  35. def resultFragmentsFragment(expression: ⇒ Result): (NoMatchResultAutoExamples.this)#ResultFragment

    Permalink

    this implicit def is necessary when the expression is at the start of the spec

    this implicit def is necessary when the expression is at the start of the spec

    Definition Classes
    AutoExamplesLowImplicits
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. implicit def toResult(b: Boolean): Result

    Permalink
    Definition Classes
    Results
  38. def toString(): String

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

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

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

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

Inherited from AutoExamples

Inherited from AutoExamplesLowImplicits

Inherited from Results

Inherited from AnyRef

Inherited from Any

Ungrouped