package dynamic
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- sealed trait ConfigKey extends AnyRef
- class DataSupplier extends AnyRef
-
class
DynamicStubDataController extends ServiceStubResponse with BaseController with JsonFormats with Logging
- Annotations
- @Singleton()
- trait EndPoint extends AnyRef
- case class Expectation(testId: String, endpoint: EndPoint, data: Map[ConfigKey, ValueType], delay: Option[Long], resultCode: Option[Int], timeToLive: Option[Long]) extends Product with Serializable
- trait JsonFormats extends AnyRef
- case class ListValue(data: Seq[Map[ConfigKey, ValueType]]) extends ValueType with Product with Serializable
- case class MultiConfigKey(name: String, children: Seq[ConfigKey]) extends ConfigKey with Product with Serializable
- case class ObjectConfigKey(name: String, children: Seq[ConfigKey]) extends ConfigKey with Product with Serializable
- case class ObjectValue(data: Map[ConfigKey, ValueType]) extends ValueType with Product with Serializable
- trait ServiceStubResponse extends Logging
- case class SingleConfigKey(name: String) extends ConfigKey with Product with Serializable
- case class StringValue(value: String) extends ValueType with Product with Serializable
- abstract class UrlTemplate extends AnyRef
- sealed trait ValueType extends AnyRef
Value Members
- object TimedEvent