Package

blended.testsupport.camel

protocol

Permalink

package protocol

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. protocol
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AssertionResult = Either[Throwable, String]

    Permalink
  2. case class CheckAssertions(assertions: Seq[MockAssertion]) extends Product with Serializable

    Permalink
  3. case class CheckResults(results: List[AssertionResult]) extends Product with Serializable

    Permalink
  4. type MockAssertion = (List[CamelMessage]) ⇒ AssertionResult

    Permalink
  5. case class MockMessageReceived(uri: String, msg: CamelMessage) extends Product with Serializable

    Permalink
  6. case class ReceiveStopped(uri: String) extends Product with Serializable

    Permalink
  7. case class ReceivedMessages(messages: List[CamelMessage]) extends Product with Serializable

    Permalink

Value Members

  1. object GetReceivedMessages extends Product with Serializable

    Permalink
  2. object ResetMessages extends Product with Serializable

    Permalink
  3. object StopReceive extends Product with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped