Packages

p

uk.gov.hmrc.stub

dynamic

package dynamic

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait ConfigKey extends AnyRef
  2. class DataSupplier extends AnyRef
  3. class DynamicStubDataController extends ServiceStubResponse with BaseController with JsonFormats with Logging
    Annotations
    @Singleton()
  4. trait EndPoint extends AnyRef
  5. case class Expectation(testId: String, endpoint: EndPoint, data: Map[ConfigKey, ValueType], delay: Option[Long], resultCode: Option[Int], timeToLive: Option[Long]) extends Product with Serializable
  6. trait JsonFormats extends AnyRef
  7. case class ListValue(data: Seq[Map[ConfigKey, ValueType]]) extends ValueType with Product with Serializable
  8. case class MultiConfigKey(name: String, children: Seq[ConfigKey]) extends ConfigKey with Product with Serializable
  9. case class ObjectConfigKey(name: String, children: Seq[ConfigKey]) extends ConfigKey with Product with Serializable
  10. case class ObjectValue(data: Map[ConfigKey, ValueType]) extends ValueType with Product with Serializable
  11. trait ServiceStubResponse extends Logging
  12. case class SingleConfigKey(name: String) extends ConfigKey with Product with Serializable
  13. case class StringValue(value: String) extends ValueType with Product with Serializable
  14. abstract class UrlTemplate extends AnyRef
  15. sealed trait ValueType extends AnyRef

Value Members

  1. object TimedEvent

Ungrouped