HttpMalformedResponseBodyDefinition

smithy.test.HttpMalformedResponseBodyDefinition
See theHttpMalformedResponseBodyDefinition companion object
final case class HttpMalformedResponseBodyDefinition(assertion: HttpMalformedResponseBodyAssertion, mediaType: String)

Value parameters

assertion

The assertion to execute against the response body.

mediaType

The media type of the response body. This is used to help test runners to parse and evaluate contents' andmessageRegex` in the assertion

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product