Uses of Interface
uk.org.webcompere.modelassert.json.dsl.Satisfies
Packages that use Satisfies
Package
Description
-
Uses of Satisfies in uk.org.webcompere.modelassert.json.assertjson
Classes in uk.org.webcompere.modelassert.json.assertjson that implement Satisfies -
Uses of Satisfies in uk.org.webcompere.modelassert.json.condition
Classes in uk.org.webcompere.modelassert.json.condition that implement SatisfiesMethods in uk.org.webcompere.modelassert.json.condition with parameters of type SatisfiesModifier and TypeMethodDescriptionstatic <A> NumberComparisonDsl<A>Switch to Size Condition building context to allow the size to be spec -
Uses of Satisfies in uk.org.webcompere.modelassert.json.dsl
Subinterfaces of Satisfies in uk.org.webcompere.modelassert.json.dslModifier and TypeInterfaceDescriptioninterfaceDSLs available on any JsonNode of unknown type.Classes in uk.org.webcompere.modelassert.json.dsl that implement SatisfiesModifier and TypeClassDescriptionstatic classBuilder of anatcondition, for JSON Pointer comparisonclassSubsetDsl<A>Reduce the DSL down to a subsetConstructors in uk.org.webcompere.modelassert.json.dsl with parameters of type Satisfies -
Uses of Satisfies in uk.org.webcompere.modelassert.json.dsl.nodespecific
Subinterfaces of Satisfies in uk.org.webcompere.modelassert.json.dsl.nodespecificModifier and TypeInterfaceDescriptioninterfaceArrayNodeDsl<A>Assertions specific to being an array nodeinterfaceAssertions for Boolean nodesinterfaceDSL assertions specific to arbitrary numbersinterfaceDSL assertions specific to numeric nodesinterfaceAssertions specific to object nodesinterfaceSizeable<A>interfaceTextNodeDsl<A>Test node specific assertionsinterfaceAssertions comparing one tree with anotherClasses in uk.org.webcompere.modelassert.json.dsl.nodespecific that implement SatisfiesModifier and TypeClassDescriptionclassArrayNodes<A>Reduce the DSL down to just AarraysclassBooleanNodes<A>Reduce the DSL down to just booleansclassNumberNodes<A>Reduce the DSL down to just numbersclassObjectNodes<A>Reduce the DSL down to just objectclassTextNodes<A>Reduce the DSL down to just string nodesConstructors in uk.org.webcompere.modelassert.json.dsl.nodespecific with parameters of type SatisfiesModifierConstructorDescriptionArrayNodes(Satisfies<A> satisfies) BooleanNodes(Satisfies<A> satisfies) NumberNodes(Satisfies<A> satisfies) ObjectNodes(Satisfies<A> satisfies) -
Uses of Satisfies in uk.org.webcompere.modelassert.json.dsl.nodespecific.tree
Classes in uk.org.webcompere.modelassert.json.dsl.nodespecific.tree that implement SatisfiesConstructors in uk.org.webcompere.modelassert.json.dsl.nodespecific.tree with parameters of type Satisfies -
Uses of Satisfies in uk.org.webcompere.modelassert.json.hamcrest
Classes in uk.org.webcompere.modelassert.json.hamcrest that implement SatisfiesModifier and TypeClassDescriptionclassAdd strong typing to theCoreJsonAssertionto provide a hamcrest only assertionclassThis is an interim object - the result of starting to build a hamcrest JSON assertion. -
Uses of Satisfies in uk.org.webcompere.modelassert.json.impl
Classes in uk.org.webcompere.modelassert.json.impl that implement SatisfiesModifier and TypeClassDescriptionclassCoreJsonAssertion<T,A extends CoreJsonAssertion<T, A>> Common implementation of both variants of the json assertion.