de.wayofquality.blended.itestsupport.camel

protocol

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type AssertionResult = Either[Throwable, String]

  2. case class CheckAssertions(assertions: Seq[(List[CamelMessage]) ⇒ AssertionResult]) extends Product with Serializable

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

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

  5. case class MockMessageReceived(uri: String) extends Product with Serializable

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

Value Members

  1. object GetReceivedMessages extends Product with Serializable

  2. object ResetMessages extends Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped