Packages

  • package root
    Definition Classes
    root
  • trait ItSetup extends AnyRef
    Definition Classes
    root

trait ItSetup extends AnyRef

Self Type
ItSetup with Eventually with Matchers with AppendedClues with Informing with Notifying
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ItSetup
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val appName: String
  2. abstract val crFile: File

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def assertFailure[A](tryA: Try[A]): Throwable
  6. def assertRunningApp(): ApplicationStatus
  7. def assertSuccess[A](tryA: Try[A]): A
  8. def assumeAppListed(): Unit
  9. def assumeAppRunning(): ApplicationStatus
  10. def assumeClusterExists(): Unit
  11. def assumeSuccess[A](tryA: Try[A]): A
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def configureApp[A](wait: FiniteDuration = resource.postConfigurationTimeout)(action: (ApplicationStatus) => Try[A]): A

    Run an action, then wait for app to be Ready.

  14. def configureAppExpectFail[A](wait: FiniteDuration = resource.postConfigurationTimeout)(action: (ApplicationStatus) => Try[A]): Unit
  15. def deployApp(): Unit
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val logger: Logger
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def precond(test: Boolean, message: String): Any
  27. val resource: ItResources
  28. def safeCleanup(namespace: String): Assertion
  29. def streamletPodLog(status: ApplicationStatus, streamletName: String): String
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def undeployApp(failIfNotPresent: Boolean = true): Unit
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. def withK8s[A](action: (KubernetesClient) => A): A
  37. def withRunningApp[A](action: (ApplicationStatus) => A): A
  38. def withStreamletPod[A](status: ApplicationStatus, streamletName: String)(action: (PodResource[Pod]) => A): A

Inherited from AnyRef

Inherited from Any

Ungrouped