trait BlendedIntegrationTestSupport extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BlendedIntegrationTestSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assertCondition(condition: Condition)(implicit testKit: TestKit): Boolean
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def containerReady(ctProxy: ActorRef)(implicit timeout: Timeout, testKit: TestKit): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def execContainerCommand(ctProxy: ActorRef, ctName: String, cmdTimeout: FiniteDuration, user: String, cmd: String*)(implicit timeout: Timeout, testKit: TestKit): Future[ExecuteContainerCommandResult]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def readContainerDirectory(ctProxy: ActorRef, ctName: String, dirName: String)(implicit timeout: Timeout, testKit: TestKit): Future[GetContainerDirectoryResult]
- def saveContainerDirectory(baseDir: String, dir: ContainerDirectory): Unit
- def stopContainers(ctProxy: ActorRef)(implicit timeout: Timeout, testKit: TestKit): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def testContext(ctProxy: ActorRef)(implicit timeout: Timeout, testKit: TestKit): CamelContext
- val testOutput: String
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def writeContainerDirectory(ctProxy: ActorRef, ctName: String, target: String, file: File, user: Int = 0, group: Int = 0)(implicit timeout: Timeout, testKit: TestKit): Future[WriteContainerDirectoryResult]