Class JsonTest
java.lang.Object
test.de.oktoflow.platform.support.json.jackson.JsonTest
Tests
Json.- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidassertData(JsonTest.Data value, JsonTest.Data expected) Asserts data instances.voidtestJson()Tests basic JSON functions.voidTestsJsoniterAny.voidTests basicJsonObjectfunctions.
-
Constructor Details
-
JsonTest
public JsonTest()
-
-
Method Details
-
assertData
Asserts data instances.- Parameters:
value- the value to testexpected- the expected value
-
testJson
Tests basic JSON functions.- Throws:
IOException- shall not occur
-
testJsonObject
Tests basicJsonObjectfunctions.- Throws:
IOException- shall not occur
-
testJsonIter
TestsJsoniterAny.- Throws:
IOException- shall not occur
-