Packages

t

org.zalando.test.kit

Specs2ServiceKit

trait Specs2ServiceKit extends BeforeAfterAll with AroundEach with TestServiceKit with ActionDsl

Linear Supertypes
ActionDsl, ActionDsl, FragmentBuilder, TestServiceKit, StrictLogging, AroundEach, BeforeAfterAll, FragmentsFactory, SpecificationStructure, ContextualSpecificationStructure, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Specs2ServiceKit
  2. ActionDsl
  3. ActionDsl
  4. FragmentBuilder
  5. TestServiceKit
  6. StrictLogging
  7. AroundEach
  8. BeforeAfterAll
  9. FragmentsFactory
  10. SpecificationStructure
  11. ContextualSpecificationStructure
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addFragment(f: Fragment): Fragment
    Definition Classes
    FragmentBuilder
  2. abstract def addFragmentBlock(block: ⇒ Fragment): Fragment
    Definition Classes
    FragmentBuilder
  3. abstract def addFragments(fs: Fragments): Fragments
    Definition Classes
    FragmentBuilder
  4. abstract def addFragmentsBlock(block: ⇒ Fragments): Fragments
    Definition Classes
    FragmentBuilder
  5. abstract def is: SpecStructure
    Definition Classes
    SpecificationStructure
  6. abstract def testServices: Composition
    Definition Classes
    TestServiceKit

Concrete 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. def action(a: ⇒ Any): Fragment
    Definition Classes
    ActionDsl → ActionDsl
  5. def afterAll(): Unit
    Definition Classes
    Specs2ServiceKit → BeforeAfterAll
  6. def afterSuite(): Unit
    Definition Classes
    TestServiceKit
  7. def afterTest(): Unit
    Definition Classes
    TestServiceKit
  8. def around[R](r: ⇒ R)(implicit arg0: AsResult[R]): Result
    Definition Classes
    Specs2ServiceKit → AroundEach
  9. def aroundContext: (Env) ⇒ Context
    Attributes
    protected
    Definition Classes
    AroundEach
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def beforeAll(): Unit
    Definition Classes
    Specs2ServiceKit → BeforeAfterAll
  12. def beforeSuite(): Unit
    Definition Classes
    TestServiceKit
  13. def beforeTest(): Unit
    Definition Classes
    TestServiceKit
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def decorate(is: SpecStructure, env: Env): SpecStructure
    Definition Classes
    SpecificationStructure
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def fragmentFactory: ContextualFragmentFactory
    Attributes
    protected
    Definition Classes
    AroundEach → FragmentsFactory
  20. def fragments: (Env) ⇒ Fragments
    Definition Classes
    ContextualSpecificationStructure
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  25. def map(fs: ⇒ Fragments): Fragments
    Definition Classes
    BeforeAfterAll → SpecificationStructure
  26. def map(fs: ⇒ Fragments, env: Env): Fragments
    Definition Classes
    SpecificationStructure
  27. def map(structure: SpecStructure): SpecStructure
    Definition Classes
    SpecificationStructure
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  31. def step(a: ⇒ Any, global: Boolean): Fragment
    Definition Classes
    ActionDsl → ActionDsl
  32. def step(a: ⇒ Any): Fragment
    Definition Classes
    ActionDsl → ActionDsl
  33. def stopWhen(f: (Result) ⇒ Boolean): Fragment
    Definition Classes
    ActionDsl
  34. def stopWhen(r: Result): Fragment
    Definition Classes
    ActionDsl
  35. def stopWhenFail(when: ⇒ Boolean): Fragment
    Definition Classes
    ActionDsl
  36. def stopWhenFail: Fragment
    Definition Classes
    ActionDsl
  37. def stopWhenSkipped(when: ⇒ Boolean): Fragment
    Definition Classes
    ActionDsl
  38. def stopWhenSkipped: Fragment
    Definition Classes
    ActionDsl
  39. def structure: (Env) ⇒ SpecStructure
    Definition Classes
    SpecificationStructure → ContextualSpecificationStructure
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ActionDsl

Inherited from ActionDsl

Inherited from FragmentBuilder

Inherited from TestServiceKit

Inherited from StrictLogging

Inherited from AroundEach

Inherited from BeforeAfterAll

Inherited from FragmentsFactory

Inherited from SpecificationStructure

Inherited from ContextualSpecificationStructure

Inherited from AnyRef

Inherited from Any

Ungrouped