Class JsonAssertionsFormatter
- java.lang.Object
-
- dev.aherscu.qa.jgiven.commons.formatters.JsonAssertionsFormatter
-
- All Implemented Interfaces:
com.tngtech.jgiven.format.ArgumentFormatter<Iterable<? extends dev.aherscu.qa.testing.utils.assertions.JsonAssertion<?>>>
@ThreadSafe public class JsonAssertionsFormatter extends Object implements com.tngtech.jgiven.format.ArgumentFormatter<Iterable<? extends dev.aherscu.qa.testing.utils.assertions.JsonAssertion<?>>>
Annotation formatter for JSON paths.- Author:
- aherscu
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
JsonAssertionsFormatter.Annotation
Formatter annotation forBy
objects.
-
Constructor Summary
Constructors Constructor Description JsonAssertionsFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
format(Iterable<? extends dev.aherscu.qa.testing.utils.assertions.JsonAssertion<?>> argumentToFormat, String... notUsed)
-