im.yagni.driveby.scalatest

DriveBySpecification

trait DriveBySpecification extends Spec with NakedSpecification with NakedExample with SpecificationTracking with ExampleTracking with DriveByReporting

Self Type
DriveBySpecification with Spec
Linear Supertypes
DriveByReporting, BrowserAware, ExampleTracking, SpecificationTracking, NakedExample, ExampleAware, BeforeAndAfterEach, NakedSpecification, SpecificationAware, BeforeAndAfter, SuiteMixin, Spec, SpecLike, Documenting, Alerting, Notifying, Informing, Suite, Serializable, AbstractSuite, Assertions, TripleEquals, TripleEqualsSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DriveBySpecification
  2. DriveByReporting
  3. BrowserAware
  4. ExampleTracking
  5. SpecificationTracking
  6. NakedExample
  7. ExampleAware
  8. BeforeAndAfterEach
  9. NakedSpecification
  10. SpecificationAware
  11. BeforeAndAfter
  12. SuiteMixin
  13. Spec
  14. SpecLike
  15. Documenting
  16. Alerting
  17. Notifying
  18. Informing
  19. Suite
  20. Serializable
  21. AbstractSuite
  22. Assertions
  23. TripleEquals
  24. TripleEqualsSupport
  25. AnyRef
  26. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class AssertionsHelper extends AnyRef

    Definition Classes
    Assertions
  2. class CheckingEqualizer[L] extends AnyRef

    Definition Classes
    TripleEqualsSupport
  3. class Equalizer[L] extends AnyRef

    Definition Classes
    TripleEqualsSupport
  4. class LegacyCheckingEqualizer[L] extends AnyRef

    Definition Classes
    TripleEqualsSupport
  5. class LegacyEqualizer[L] extends AnyRef

    Definition Classes
    TripleEqualsSupport
  6. trait NoArgTest extends () ⇒ Outcome with TestData

    Attributes
    protected
    Definition Classes
    Suite

Abstract Value Members

  1. abstract def browser: Browser

    Definition Classes
    BrowserAware

Concrete Value Members

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

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

    Definition Classes
    Any
  3. def !==[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]

    Definition Classes
    TripleEqualsSupport
  4. def !==(right: Null): TripleEqualsInvocation[Null]

    Definition Classes
    TripleEqualsSupport
  5. def !==[T](right: T): TripleEqualsInvocation[T]

    Definition Classes
    TripleEqualsSupport
  6. final def ##(): Int

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

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

    Definition Classes
    Any
  9. def ===[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]

    Definition Classes
    TripleEqualsSupport
  10. def ===(right: Null): TripleEqualsInvocation[Null]

    Definition Classes
    TripleEqualsSupport
  11. def ===[T](right: T): TripleEqualsInvocation[T]

    Definition Classes
    TripleEqualsSupport
  12. def after(fun: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    BeforeAndAfter
  13. def afterEach(): Unit

    Definition Classes
    NakedExample → BeforeAndAfterEach
  14. def afterExample: List[(Example) ⇒ Unit]

    Definition Classes
    DriveByReportingExampleAware
  15. def afterSpecification: List[() ⇒ Unit]

  16. def alert: Alerter

    Attributes
    protected
    Definition Classes
    SpecLike → Alerting
  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. def assert(condition: Boolean, clue: Any): Unit

    Definition Classes
    Assertions
    Annotations
    @macroImpl( ... )
  19. def assert(condition: Boolean): Unit

    Definition Classes
    Assertions
    Annotations
    @macroImpl( ... )
  20. def assertResult(expected: Any)(actual: Any): Unit

    Definition Classes
    Assertions
  21. def assertResult(expected: Any, clue: Any)(actual: Any): Unit

    Definition Classes
    Assertions
  22. def assertTypeError(code: String): Unit

    Definition Classes
    Assertions
    Annotations
    @macroImpl( ... )
  23. val assertionsHelper: (DriveBySpecification.this)#AssertionsHelper

    Definition Classes
    Assertions
  24. def assume(condition: Boolean, clue: Any): Unit

    Definition Classes
    Assertions
    Annotations
    @macroImpl( ... )
  25. def assume(condition: Boolean): Unit

    Definition Classes
    Assertions
    Annotations
    @macroImpl( ... )
  26. def before(fun: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    BeforeAndAfter
  27. def beforeEach(): Unit

    Definition Classes
    NakedExample → BeforeAndAfterEach
  28. def beforeExample: List[(Example) ⇒ Unit]

    Definition Classes
    ExampleTrackingExampleAware
  29. def beforeSpecification: List[() ⇒ Unit]

  30. def cancel(cause: Throwable): Nothing

    Definition Classes
    Assertions
  31. def cancel(message: String, cause: Throwable): Nothing

    Definition Classes
    Assertions
  32. def cancel(message: String): Nothing

    Definition Classes
    Assertions
  33. def cancel(): Nothing

    Definition Classes
    Assertions
  34. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def conversionCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], cnv: (B) ⇒ A): Constraint[A, B]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  36. def convertEquivalenceToAToBConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: <:<[A, B]): Constraint[A, B]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  37. def convertEquivalenceToAToBConversionConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: (A) ⇒ B): Constraint[A, B]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  38. def convertEquivalenceToBToAConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: <:<[B, A]): Constraint[A, B]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  39. def convertEquivalenceToBToAConversionConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: (B) ⇒ A): Constraint[A, B]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  40. def convertToCheckingEqualizer[T](left: T): (DriveBySpecification.this)#CheckingEqualizer[T]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  41. implicit def convertToEqualizer[T](left: T): (DriveBySpecification.this)#Equalizer[T]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  42. def convertToLegacyCheckingEqualizer[T](left: T): (DriveBySpecification.this)#LegacyCheckingEqualizer[T]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  43. def convertToLegacyEqualizer[T](left: T): (DriveBySpecification.this)#LegacyEqualizer[T]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  44. def defaultEquality[A]: Equality[A]

    Definition Classes
    TripleEqualsSupport
  45. final def doAfterExample(): Unit

    Definition Classes
    ExampleAware
  46. final def doAfterSpecification(): Unit

    Definition Classes
    SpecificationAware
  47. final def doBeforeExample(): Unit

    Definition Classes
    ExampleAware
  48. final def doBeforeSpecification(): Unit

    Definition Classes
    SpecificationAware
  49. final def doOnFailure(message: String): Unit

    Definition Classes
    ExampleAware
  50. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  52. def example: Example

    Definition Classes
    NakedExampleExampleAware
  53. final def execute: Unit

    Definition Classes
    Suite
  54. final def execute(testName: String, configMap: ConfigMap, color: Boolean, durations: Boolean, shortstacks: Boolean, fullstacks: Boolean, stats: Boolean): Unit

    Definition Classes
    Suite
  55. final def expectedTestCount(filter: Filter): Int

    Definition Classes
    SpecLike → Suite → AbstractSuite
  56. def fail(cause: Throwable): Nothing

    Definition Classes
    Assertions
  57. def fail(message: String, cause: Throwable): Nothing

    Definition Classes
    Assertions
  58. def fail(message: String): Nothing

    Definition Classes
    Assertions
  59. def fail(): Nothing

    Definition Classes
    Assertions
  60. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  63. def info: Informer

    Attributes
    protected
    Definition Classes
    SpecLike → Informing
  64. def intercept[T <: AnyRef](f: ⇒ Any)(implicit manifest: Manifest[T]): T

    Definition Classes
    Assertions
  65. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  66. def lowPriorityConversionCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], cnv: (A) ⇒ B): Constraint[A, B]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  67. def lowPriorityTypeCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], ev: <:<[A, B]): Constraint[A, B]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  68. def markup: Documenter

    Attributes
    protected
    Definition Classes
    SpecLike → Documenting
  69. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  70. def nestedSuites: IndexedSeq[Suite]

    Definition Classes
    Suite → AbstractSuite
  71. def note: Notifier

    Attributes
    protected
    Definition Classes
    SpecLike → Notifying
  72. final def notify(): Unit

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

    Definition Classes
    AnyRef
  74. def onFailure: List[(Example, String) ⇒ Unit]

    Definition Classes
    DriveByReportingExampleAware
  75. def pending: PendingNothing

    Definition Classes
    Suite
  76. def pendingUntilFixed(f: ⇒ Unit): Unit

    Definition Classes
    Suite
  77. def rerunner: Option[String]

    Definition Classes
    Suite → AbstractSuite
  78. def run(testName: Option[String], args: Args): Status

    Definition Classes
    BeforeAndAfter → SuiteMixin
  79. final def run(testName: Option[String], reporter: Reporter, stopper: Stopper, filter: Filter, configMap: Map[String, Any], distributor: Option[Distributor], tracker: Tracker): Status

    Definition Classes
    AbstractSuite
  80. def runNestedSuites(args: Args): Status

    Attributes
    protected
    Definition Classes
    Suite → AbstractSuite
  81. def runTest(testName: String, args: Args): Status

    Attributes
    protected
    Definition Classes
    NakedExample → BeforeAndAfterEach → SuiteMixin
  82. def runTests(testName: Option[String], args: Args): Status

    Attributes
    protected
    Definition Classes
    SpecLike → Suite → AbstractSuite
  83. val specification: Specification

    Definition Classes
    NakedSpecificationSpecificationAware
  84. final val styleName: String

    Definition Classes
    SpecLike → Suite → AbstractSuite
  85. def suiteId: String

    Definition Classes
    Suite
  86. def suiteName: String

    Definition Classes
    Suite
  87. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  88. def tags: Map[String, Set[String]]

    Definition Classes
    SpecLike → Suite → AbstractSuite
  89. def testDataFor(testName: String, theConfigMap: ConfigMap): TestData

    Definition Classes
    SpecLike → Suite
  90. def testNames: Set[String]

    Definition Classes
    SpecLike → Suite → AbstractSuite
  91. def toString(): String

    Definition Classes
    Spec → AnyRef → Any
  92. def trap[T](f: ⇒ T): Throwable

    Definition Classes
    Assertions
  93. def typeCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], ev: <:<[B, A]): Constraint[A, B]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  94. implicit def unconstrainedEquality[A, B](implicit equalityOfA: Equality[A]): Constraint[A, B]

    Definition Classes
    TripleEquals → TripleEqualsSupport
  95. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  98. def withClue[T](clue: Any)(fun: ⇒ T): T

    Definition Classes
    Assertions
  99. def withFixture(test: (DriveBySpecification.this)#NoArgTest): Outcome

    Definition Classes
    NakedExample → SuiteMixin

Deprecated Value Members

  1. def afterEach(testData: TestData): Unit

    Attributes
    protected
    Definition Classes
    BeforeAndAfterEach
    Annotations
    @deprecated
    Deprecated

    Please use the afterEach(TestData) method of trait BeforeAndAfterEachTestData instead.

  2. def afterEach(configMap: ConfigMap): Unit

    Attributes
    protected
    Definition Classes
    BeforeAndAfterEach
    Annotations
    @deprecated
    Deprecated

    Please use the afterEach(TestData) method of trait BeforeAndAfterEachTestData instead.

  3. def assert(o: Option[String]): Unit

    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This method has been deprecated in favor of macro assertion and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.

  4. def assert(o: Option[String], clue: Any): Unit

    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This method has been deprecated in favor of macro assertion and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.

  5. def assume(o: Option[String]): Unit

    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This method has been deprecated in favor of macro assumption and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.

  6. def assume(o: Option[String], clue: Any): Unit

    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This method has been deprecated in favor of macro assumption and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.

  7. def beforeEach(testData: TestData): Unit

    Attributes
    protected
    Definition Classes
    BeforeAndAfterEach
    Annotations
    @deprecated
    Deprecated

    Please use the beforeEach(TestData) method of trait BeforeAndAfterEachTestData instead.

  8. def beforeEach(configMap: ConfigMap): Unit

    Attributes
    protected
    Definition Classes
    BeforeAndAfterEach
    Annotations
    @deprecated
    Deprecated

    Please use the beforeEach(TestData) method of trait BeforeAndAfterEachTestData instead.

  9. def expect(expected: Any)(actual: Any): Unit

    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This expect method has been deprecated. Please replace all invocations of expect with an identical invocation of assertResult instead.

  10. def expect(expected: Any, clue: Any)(actual: Any): Unit

    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This expect method has been deprecated. Please replace all invocations of expect with an identical invocation of assertResult instead.

  11. def expectResult(expected: Any)(actual: Any): Unit

    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This expectResult method has been deprecated. Please replace all invocations of expectResult with an identical invocation of assertResult instead.

  12. def expectResult(expected: Any, clue: Any)(actual: Any): Unit

    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This expectResult method has been deprecated. Please replace all invocations of expectResult with an identical invocation of assertResult instead.

Inherited from DriveByReporting

Inherited from BrowserAware

Inherited from ExampleTracking

Inherited from SpecificationTracking

Inherited from NakedExample

Inherited from ExampleAware

Inherited from BeforeAndAfterEach

Inherited from NakedSpecification

Inherited from SpecificationAware

Inherited from BeforeAndAfter

Inherited from SuiteMixin

Inherited from Spec

Inherited from SpecLike

Inherited from Documenting

Inherited from Alerting

Inherited from Notifying

Inherited from Informing

Inherited from Suite

Inherited from Serializable

Inherited from AbstractSuite

Inherited from Assertions

Inherited from TripleEquals

Inherited from TripleEqualsSupport

Inherited from AnyRef

Inherited from Any

Ungrouped