Trait

org.zalando.test.kit

Specs2ServiceKit

Related Doc: package kit

Permalink

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

    Permalink
    Definition Classes
    FragmentBuilder
  2. abstract def addFragmentBlock(block: ⇒ Fragment): Fragment

    Permalink
    Definition Classes
    FragmentBuilder
  3. abstract def addFragments(fs: Fragments): Fragments

    Permalink
    Definition Classes
    FragmentBuilder
  4. abstract def addFragmentsBlock(block: ⇒ Fragments): Fragments

    Permalink
    Definition Classes
    FragmentBuilder
  5. abstract def is: SpecStructure

    Permalink
    Definition Classes
    SpecificationStructure
  6. abstract def testServices: Composition

    Permalink
    Definition Classes
    TestServiceKit

Concrete 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. def action(a: ⇒ Any): Fragment

    Permalink
    Definition Classes
    ActionDsl → ActionDsl
  5. def afterAll(): Unit

    Permalink
    Definition Classes
    Specs2ServiceKit → BeforeAfterAll
  6. def afterSuite(): Unit

    Permalink
    Definition Classes
    TestServiceKit
  7. def afterTest(): Unit

    Permalink
    Definition Classes
    TestServiceKit
  8. def around[R](r: ⇒ R)(implicit arg0: AsResult[R]): Result

    Permalink
    Definition Classes
    Specs2ServiceKit → AroundEach
  9. def aroundContext: (Env) ⇒ Context

    Permalink
    Attributes
    protected
    Definition Classes
    AroundEach
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def beforeAll(): Unit

    Permalink
    Definition Classes
    Specs2ServiceKit → BeforeAfterAll
  12. def beforeSuite(): Unit

    Permalink
    Definition Classes
    TestServiceKit
  13. def beforeTest(): Unit

    Permalink
    Definition Classes
    TestServiceKit
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def decorate(is: SpecStructure, env: Env): SpecStructure

    Permalink
    Definition Classes
    SpecificationStructure
  16. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def fragmentFactory: ContextualFragmentFactory

    Permalink
    Attributes
    protected
    Definition Classes
    AroundEach → FragmentsFactory
  20. def fragments: (Env) ⇒ Fragments

    Permalink
    Definition Classes
    ContextualSpecificationStructure
  21. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  24. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  25. def map(fs: ⇒ Fragments): Fragments

    Permalink
    Definition Classes
    BeforeAfterAll → SpecificationStructure
  26. def map(fs: ⇒ Fragments, env: Env): Fragments

    Permalink
    Definition Classes
    SpecificationStructure
  27. def map(structure: SpecStructure): SpecStructure

    Permalink
    Definition Classes
    SpecificationStructure
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  31. def step(a: ⇒ Any, global: Boolean): Fragment

    Permalink
    Definition Classes
    ActionDsl → ActionDsl
  32. def step(a: ⇒ Any): Fragment

    Permalink
    Definition Classes
    ActionDsl → ActionDsl
  33. def stopWhen(f: (Result) ⇒ Boolean): Fragment

    Permalink
    Definition Classes
    ActionDsl
  34. def stopWhen(r: Result): Fragment

    Permalink
    Definition Classes
    ActionDsl
  35. def stopWhenFail(when: ⇒ Boolean): Fragment

    Permalink
    Definition Classes
    ActionDsl
  36. def stopWhenFail: Fragment

    Permalink
    Definition Classes
    ActionDsl
  37. def stopWhenSkipped(when: ⇒ Boolean): Fragment

    Permalink
    Definition Classes
    ActionDsl
  38. def stopWhenSkipped: Fragment

    Permalink
    Definition Classes
    ActionDsl
  39. def structure: (Env) ⇒ SpecStructure

    Permalink
    Definition Classes
    SpecificationStructure → ContextualSpecificationStructure
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

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

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

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

    Permalink
    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