MessageRegexCase

smithy.test.HttpMalformedResponseBodyAssertion.MessageRegexCase
See theMessageRegexCase companion object
final case class MessageRegexCase(messageRegex: String) extends HttpMalformedResponseBodyAssertion

A regex to evaluate against the message field in the body. For responses that may have some variance from platform to platform, such as those that include messages from a parser.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

object project

Attributes

Inherited from:
HttpMalformedResponseBodyAssertion
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

final def $ordinal: Int

Inherited methods

def accept[A](visitor: Visitor[A]): A

Attributes

Inherited from:
HttpMalformedResponseBodyAssertion
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product