object Predef extends JmsDsl
Imports to be used to simplify the DSL
Scenario scripts will import this and generally start interacting with the DSL from the functions exposed here
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Predef
- JmsDsl
- JmsCheckSupport
- 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
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
jms(requestName: String): JmsRequestBuilderBase
DSL text to start the jms builder
DSL text to start the jms builder
- requestName
human readable name of request
- returns
a PingBuilder instance which can be used to build up a ping
- Definition Classes
- JmsDsl
-
val
jms: JmsProtocolBuilderBase.type
- Definition Classes
- JmsDsl
-
implicit
def
jmsProtocolBuilder2jmsProtocol(builder: JmsProtocolBuilder): JmsProtocol
Convert a JmsProtocolBuilder to a JmsProtocol
Convert a JmsProtocolBuilder to a JmsProtocol
Simplifies the API somewhat (you can pass the builder reference to the scenario .protocolConfig() method)
- Definition Classes
- JmsDsl
-
implicit
def
jmsRequestBuilder2ActionBuilder(builder: JmsReplyRequestBuilder): ActionBuilder
- Definition Classes
- JmsDsl
-
implicit
def
jmsRequestBuilder2ActionBuilder(builder: JmsSendRequestBuilder): ActionBuilder
- Definition Classes
- JmsDsl
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
queue(name: String): JmsQueue
- Definition Classes
- JmsDsl
-
def
simpleCheck: JmsSimpleCheck.type
- Definition Classes
- JmsCheckSupport
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
topic(name: String): JmsTopic
- Definition Classes
- JmsDsl
-
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
- @throws( ... )
-
def
xpath(expression: Expression[String], namespaces: List[(String, String)] = Nil)(implicit saxonXPathExtractorFactory: SaxonXPathExtractorFactory, jdkXPathExtractorFactory: JdkXPathExtractorFactory): DefaultMultipleFindCheckBuilder[Check[Message], Message, _ >: Option[XdmNode] with Option[Document] <: Option[AnyRef], String]
- Definition Classes
- JmsCheckSupport