ObjectContent

class ObjectContent<T> : AssertProvider<A>

Object content usually created from AbstractJsonMarshalTester. Generally used only to provideObjectContentAssert to AssertJ assertThat calls.

Author

Phillip Webb

Since

1.4.0

Parameters

<T>

the content type

Constructors

Link copied to clipboard
constructor(type: ResolvableType, object: T)
Create a new ObjectContent instance.

Properties

Link copied to clipboard
val object: T

Functions

Link copied to clipboard
Link copied to clipboard
open fun toString(): String