ArrayLengthMatcher

Constructors

Link copied to clipboard
constructor(predicate: JsonPredicate)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
protected open override fun apply(jsonValue: JsonValue, ignoreCase: Boolean): Boolean

Matches a json value.

Link copied to clipboard
open operator override fun equals(o: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toJsonValue(): JsonValue

Returns the objects represented as a JsonValue.

Inherited functions

Link copied to clipboard
open override fun apply(@Nullable value: JsonSerializable?): Boolean

Applies the predicate against a value.

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