Skip to content
Success

Console Output

Skipping 855 KB.. Full Log
INFO: Trip JsonException if there is an i/o error on JsonWriter.write(JsonStructure).
Oct 20, 2023 12:47:55 PM ee.jakarta.tck.jsonp.api.jsonwritertests.ClientTests jsonWriterIOErrorTests
INFO: Calling JsonWriter.write(JsonStructure)
Oct 20, 2023 12:47:55 PM ee.jakarta.tck.jsonp.common.MyBufferedWriter checkToTripIOException
INFO: *** tripping an IOException ***
Oct 20, 2023 12:47:55 PM ee.jakarta.tck.jsonp.common.MyBufferedWriter checkToTripIOException
INFO: *** tripping an IOException ***
Oct 20, 2023 12:47:55 PM ee.jakarta.tck.jsonp.api.jsonwritertests.ClientTests jsonWriterIOErrorTests
INFO: Caught expected JsonException
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.444 s - in ee.jakarta.tck.jsonp.api.jsonwritertests.ClientTests
[INFO] Running ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest1
INFO: Create JsonReaderFactory with Map<String, ?> with EMPTY config
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest1
INFO: Checking factory configuration properties
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** Beg: Dumping Config Map contents ***
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** End: Dumping Config Map contents ***
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property size
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Expecting no of properties=0, got=0
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest1
INFO: --------------------------------------------------
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest1
INFO: TEST CASE [JsonReaderFactory.createReader(Reader)]
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest1
INFO: --------------------------------------------------
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest1
INFO: Create 1st JsonReader using JsonReaderFactory
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: int match
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: 1
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   1
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: bar
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   bar
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest1
INFO: Create 2nd JsonReader using JsonReaderFactory
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: int match
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: 1
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   1
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: bar
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   bar
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest2
INFO: Create JsonReaderFactory with Map<String, ?> with EMPTY config
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest2
INFO: Checking factory configuration properties
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** Beg: Dumping Config Map contents ***
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** End: Dumping Config Map contents ***
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property size
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Expecting no of properties=0, got=0
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest2
INFO: ----------------------------------------------------------------
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest2
INFO: TEST CASE [JsonReaderFactory.createReader(InputStream, Charset)]
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest2
INFO: ----------------------------------------------------------------
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest2
INFO: Create 1st JsonReader using JsonReaderFactory with UTF-8 encoding
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: int match
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: 1
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   1
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: bar
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   bar
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest2
INFO: Create 2nd JsonReader using JsonReaderFactory with UTF-8 encoding
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: int match
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: 1
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   1
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: bar
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   bar
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest3
INFO: Create JsonReaderFactory with Map<String, ?> with EMPTY config
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest3
INFO: Checking factory configuration properties
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** Beg: Dumping Config Map contents ***
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** End: Dumping Config Map contents ***
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property size
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Expecting no of properties=0, got=0
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest3
INFO: -------------------------------------------------------
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest3
INFO: TEST CASE [JsonReaderFactory.createReader(InputStream)]
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest3
INFO: -------------------------------------------------------
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest3
INFO: Create 1st JsonReader using JsonReaderFactory
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: int match
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: 1
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   1
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: bar
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   bar
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest3
INFO: Create 2nd JsonReader using JsonReaderFactory
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: int match
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: 1
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   1
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: bar
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   bar
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest4
INFO: ----------------------------------------------
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest4
INFO: Test scenario1: no supported provider property
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest4
INFO: ----------------------------------------------
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest4
INFO: Create JsonReaderFactory with Map<String, ?> with EMPTY config
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** Beg: Dumping Config Map contents ***
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** End: Dumping Config Map contents ***
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property size
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Expecting no of properties=0, got=0
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest4
INFO: -----------------------------------------------
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest4
INFO: Test scenario2: non supported provider property
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest4
INFO: -----------------------------------------------
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests jsonReaderFactoryTest4
INFO: Create JsonReaderFactory with Map<String, ?> with FOO config
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util getFooConfig
INFO: getFooConfig
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util getFooConfig
INFO: Added property: JSONP_Util.FOO_CONFIG
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** Beg: Dumping Config Map contents ***
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** End: Dumping Config Map contents ***
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property size
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Expecting no of properties=0, got=0
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in ee.jakarta.tck.jsonp.api.jsonreaderfactorytests.ClientTests
[INFO] Running ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueTypesTest
INFO: Testing getValueType for JsonValue.FALSE value
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueTypesTest
INFO: Got expected value type for JSON FALSE value
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueTypesTest
INFO: Testing getValueType for JsonValue.TRUE value
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueTypesTest
INFO: Got expected value type for JSON TRUE value
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueTypesTest
INFO: Testing getValueType for JsonValue.NULL value
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueTypesTest
INFO: Got expected value type for JSON NULL value
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueTypesTest
INFO: Testing getValueType for JsonValue.String value
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueTypesTest
INFO: Got expected value type for JSON STRING value
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueTypesTest
INFO: Testing getValueType for JsonValue.Number value
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueTypesTest
INFO: Got expected value type for JSON NUMBER value
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueTypesTest
INFO: Testing getValueType for JsonValue.Array value
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueTypesTest
INFO: Got expected value type for JSON ARRAY value
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueTypesTest
INFO: Testing getValueType for JsonValue.Object value
Oct 20, 2023 12:47:56 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueTypesTest
INFO: Got expected value type for JSON OBJECT value
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: Testing JsonValue.toString() for JsonValue.FALSE value
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: stringValue=false
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: Got false
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: Testing JsonValue.toString() for JsonValue.TRUE value
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: stringValue=true
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: Got true
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: Testing JsonValue.toString() for JsonValue.NULL value
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: stringValue=null
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: Got null
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: Testing JsonValue.toString() for JsonString value
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: stringValue="string"
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: Got "string"
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: Testing JsonValue.toString() for JsonNumber value
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: stringValue=10
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: Got 10
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: Testing JsonValue.toString() for JsonArray value
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: stringValue=[]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: Got []
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: Testing JsonValue.toString() for JsonObject value
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: stringValue={}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueToStringTest
INFO: Got {}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValuesTest
INFO: Testing API method JsonValue.ValueType.values() to return array of enums.
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValuesTest
INFO: Got ARRAY for enum ARRAY
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValuesTest
INFO: Got OBJECT for enum OBJECT
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValuesTest
INFO: Got STRING for enum STRING
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValuesTest
INFO: Got NUMBER for enum NUMBER
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValuesTest
INFO: Got TRUE for enum TRUE
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValuesTest
INFO: Got FALSE for enum FALSE
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValuesTest
INFO: Got NULL for enum NULL
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure test
INFO: JsonStructure API methods added in JSON-P 1.1.
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure verifyGetValue
INFO:  - getValue(String) resolving of "" pointer
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure verifyGetValue
INFO:  - getValue(String) resolving of "/" pointer
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure verifyGetValue
INFO:  - getValue(String) resolving of "/foo" pointer
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure verifyGetValue
INFO:  - getValue(String) resolving of "/foo/0" pointer
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure verifyGetValue
INFO:  - getValue(String) resolving of "/foo/1" pointer
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure verifyGetValue
INFO:  - getValue(String) resolving of "/a~1b" pointer
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure verifyGetValueFail
INFO:  - getValue(String) resolving of invalid "/a/b" pointer
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure verifyGetValueFail
INFO:     - Expected exception: The JSON Object '{"foo":["bar","baz"],"":0,"a/b":1,"c%d":2,"e^f":3,"g|h":4,"i\\j":5,"k\"l":6," ":7,"m~n":8,"o~1p":9}' contains no mapping for the name 'a'
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure verifyGetValue
INFO:  - getValue(String) resolving of "/c%d" pointer
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure verifyGetValue
INFO:  - getValue(String) resolving of "/e^f" pointer
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure verifyGetValue
INFO:  - getValue(String) resolving of "/g|h" pointer
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure verifyGetValue
INFO:  - getValue(String) resolving of "/i\j" pointer
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure verifyGetValue
INFO:  - getValue(String) resolving of "/k"l" pointer
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure verifyGetValue
INFO:  - getValue(String) resolving of "/ " pointer
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure testResolvePathWithTilde
INFO:  - resolving of "/m~n" pointer (optional)
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure testResolvePathWithTilde
INFO:     - Pointer resolving accepts '~' outside escape sequence
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure verifyGetValue
INFO:  - getValue(String) resolving of "/m~0n" pointer
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure verifyGetValue
INFO:  - getValue(String) resolving of "/o~01p" pointer
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure testResolveValidNumericIndexInArray
INFO:  - getValue(String) resolving of pointer containing existing numeric array index
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure testResolveMemberAfterLastInArray
INFO:  - getValue(String) resolving of array "/-" pointer
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure testResolveMemberAfterLastInArray
INFO:     - Expected exception: An array item index is out of range. Index: -1, Size: 0
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure testResolveMemberAfterLastInArray
INFO:     - Expected exception: An array item index is out of range. Index: -1, Size: 0
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure testResolveMemberAfterLastInArray
INFO:     - Expected exception: An array item index is out of range. Index: -1, Size: 5
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure testResolveMemberAfterLastInArray
INFO:     - Expected exception: An array item index is out of range. Index: -1, Size: 2
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure testResolveMemberAfterLastInArray
INFO:     - Expected exception: An array item index is out of range. Index: -1, Size: 5
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Structure testResolveNonNumericIndexInArray
INFO:  - getValue(String) resolving of pointer containing non numeric array index
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value test
INFO: JsonValue API methods added in JSON-P 1.1.
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonObject
INFO:  - asJsonObject() on JsonObject instances
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonObjectOnNonObject
INFO:  - asJsonObject() on non JsonObject instances
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonObjectOnNonObject
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl to jakarta.json.JsonObject
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonObjectOnNonObject
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl to jakarta.json.JsonObject
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonObjectOnNonObject
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl to jakarta.json.JsonObject
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonObjectOnNonObject
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl to jakarta.json.JsonObject
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonObjectOnNonObject
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonStringImpl to jakarta.json.JsonObject
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonObjectOnNonObject
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonNumberImpl$JsonIntNumber to jakarta.json.JsonObject
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonObjectOnNonObject
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonNumberImpl$JsonLongNumber to jakarta.json.JsonObject
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonObjectOnNonObject
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonNumberImpl$JsonBigDecimalNumber to jakarta.json.JsonObject
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonObjectOnNonObject
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonNumberImpl$JsonBigDecimalNumber to jakarta.json.JsonObject
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonObjectOnNonObject
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonNumberImpl$JsonBigDecimalNumber to jakarta.json.JsonObject
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonObjectOnNonObject
INFO:     - Expected exception: Cannot cast jakarta.json.JsonValueImpl to jakarta.json.JsonObject
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonObjectOnNonObject
INFO:     - Expected exception: Cannot cast jakarta.json.JsonValueImpl to jakarta.json.JsonObject
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonArray
INFO:  - asJsonArray() on JsonArray instances
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonArrayOnNonArray
INFO:  - asJsonArray() on non JsonArray instances
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonArrayOnNonArray
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl to jakarta.json.JsonArray
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonArrayOnNonArray
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl to jakarta.json.JsonArray
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonArrayOnNonArray
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl to jakarta.json.JsonArray
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonArrayOnNonArray
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl to jakarta.json.JsonArray
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonArrayOnNonArray
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl to jakarta.json.JsonArray
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonArrayOnNonArray
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonStringImpl to jakarta.json.JsonArray
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonArrayOnNonArray
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonNumberImpl$JsonIntNumber to jakarta.json.JsonArray
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonArrayOnNonArray
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonNumberImpl$JsonLongNumber to jakarta.json.JsonArray
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonArrayOnNonArray
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonNumberImpl$JsonBigDecimalNumber to jakarta.json.JsonArray
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonArrayOnNonArray
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonNumberImpl$JsonBigDecimalNumber to jakarta.json.JsonArray
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonArrayOnNonArray
INFO:     - Expected exception: Cannot cast org.eclipse.parsson.JsonNumberImpl$JsonBigDecimalNumber to jakarta.json.JsonArray
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonArrayOnNonArray
INFO:     - Expected exception: Cannot cast jakarta.json.JsonValueImpl to jakarta.json.JsonArray
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.Value testAsJsonArrayOnNonArray
INFO:     - Expected exception: Cannot cast jakarta.json.JsonValueImpl to jakarta.json.JsonArray
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueOfTest
INFO: Testing enum value for string constant name ARRAY
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueOfTest
INFO: Got enum type ARRAY for enum string constant named ARRAY
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueOfTest
INFO: Testing enum value for string constant name FALSE
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueOfTest
INFO: Got enum type FALSE for enum string constant named FALSE
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueOfTest
INFO: Testing enum value for string constant name NULL
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueOfTest
INFO: Got enum type NULL for enum string constant named NULL
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueOfTest
INFO: Testing enum value for string constant name NUMBER
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueOfTest
INFO: Got enum type NUMBER for enum string constant named NUMBER
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueOfTest
INFO: Testing enum value for string constant name OBJECT
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueOfTest
INFO: Got enum type OBJECT for enum string constant named OBJECT
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueOfTest
INFO: Testing enum value for string constant name STRING
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueOfTest
INFO: Got enum type STRING for enum string constant named STRING
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueOfTest
INFO: Testing enum value for string constant name TRUE
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueOfTest
INFO: Got enum type TRUE for enum string constant named TRUE
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueOfTest
INFO: Testing negative test case for NullPointerException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueOfTest
INFO: Got expected NullPointerException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueOfTest
INFO: Testing negative test case for IllegalArgumentException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests jsonValueOfTest
INFO: Got expected IllegalArgumentException
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 s - in ee.jakarta.tck.jsonp.api.jsonvaluetests.ClientTests
[INFO] Running ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Create expected JSON text with no whitespace for use with comparison
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: -----------------------------------------------------------------------------------------------------
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: TEST CASE [Json.createGeneratorFactory(Map<String,?>).createGenerator(OutputStream, Charset) as UTF-8]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: -----------------------------------------------------------------------------------------------------
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Create JsonGenerator using UTF-8 encoding
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Generated Output={"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Read the JSON text back from OutputStream using UTF-8 encoding removing whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: ------------------------------------------------------------------------------------------------------
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: TEST CASE [Json.createGeneratorFactory(Map<String,?>).createGenerator(OutputStream, Charset) as UTF-16]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: ------------------------------------------------------------------------------------------------------
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Create JsonGenerator using UTF-16 encoding
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Generated Output={"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Read the JSON text back from OutputStream using UTF-16 encoding removing whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: --------------------------------------------------------------------------------------------------------
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: TEST CASE [Json.createGeneratorFactory(Map<String,?>).createGenerator(OutputStream, Charset) as UTF-16LE]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: --------------------------------------------------------------------------------------------------------
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Create JsonGenerator using UTF-16LE encoding
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Generated Output={"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Read the JSON text back from OutputStream using UTF-16LE encoding removing whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: --------------------------------------------------------------------------------------------------------
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: TEST CASE [Json.createGeneratorFactory(Map<String,?>).createGenerator(OutputStream, Charset) as UTF-16BE]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: --------------------------------------------------------------------------------------------------------
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Create JsonGenerator using UTF-16BE encoding
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Generated Output={"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Read the JSON text back from OutputStream using UTF-16BE encoding removing whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: --------------------------------------------------------------------------------------------------------
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: TEST CASE [Json.createGeneratorFactory(Map<String,?>).createGenerator(OutputStream, Charset) as UTF-32LE]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: --------------------------------------------------------------------------------------------------------
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Create JsonGenerator using UTF-32LE encoding
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Generated Output={"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Read the JSON text back from OutputStream using UTF-32LE encoding removing whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: --------------------------------------------------------------------------------------------------------
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: TEST CASE [Json.createGeneratorFactory(Map<String,?>).createGenerator(OutputStream, Charset) as UTF-32BE]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: --------------------------------------------------------------------------------------------------------
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Create JsonGenerator using UTF-32BE encoding
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Generated Output={"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorUTFEncodedTests
INFO: Read the JSON text back from OutputStream using UTF-32BE encoding removing whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip NumberFormatException for write(double) if value is Not-a-Number(NaN) or infinity
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected NumberFormatException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip NumberFormatException for write(double) if value is Not-a-Number(NaN) or infinity
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected NumberFormatException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip NumberFormatException for write(double) if value is Not-a-Number(NaN) or infinity
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected NumberFormatException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip NumberFormatException for write(String,double) if value is Not-a-Number(NaN) or infinity
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected NumberFormatException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip NumberFormatException for write(String,double) if value is Not-a-Number(NaN) or infinity
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected NumberFormatException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip NumberFormatException for write(String,double) if value is Not-a-Number(NaN) or infinity
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected NumberFormatException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationExceptipn if an incomplete JSON is generated.
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationExceptipn if an incomplete JSON is generated.
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(JsonValue) if not called within array context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(String) if not called within array context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(BigInteger) if not called within array context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(BigDecimal) if not called within array context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(int) if not called within array context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(long) if not called within array context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(double) if not called within array context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(boolean) if not called within array context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for writeNull() if not called within array context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for writeStartArray() if not called within array context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for writeStartObject() if not called within array context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(String,JsonValue) if not called within object context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(String,String) if not called within object context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(String,BigInteger) if not called within object context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(String,BigDecimal) if not called within object context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(String,int) if not called within object context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(String,long) if not called within object context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(String,double) if not called within object context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(String,boolean) if not called within object context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for writeNull(String) if not called within object context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for writeStartArray(String) if not called within object context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for writeStartObject(String) if not called within object context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(String,JsonValue) when invoked after the writeEnd method is called
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for writeEnd() when invoked after the writeEnd method is called
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(String,BigInteger) when invoked after the writeEnd method is called
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(String,BigDecimal) when invoked after the writeEnd method is called
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(String,int) when invoked after the writeEnd method is called
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(String,long) when invoked after the writeEnd method is called
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(String,double) when invoked after the writeEnd method is called
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(String,boolean) when invoked after the writeEnd method is called
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for writeNull(String) when invoked after the writeEnd method is called
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(JsonValue) when invoked after the writeEnd method is called
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(String) when invoked after the writeEnd method is called
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(BigDecimal) when invoked after the writeEnd method is called
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(BigInteger) when invoked after the writeEnd method is called
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(int) when invoked after the writeEnd method is called
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(long) when invoked after the writeEnd method is called
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(double) when invoked after the writeEnd method is called
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for write(boolean) when invoked after the writeEnd method is called
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Trip JsonGenerationException for for writeNull() when invoked with no context
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorExceptionTests
INFO: Caught expected JsonGenerationException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectTest1
INFO: Create expected JSON text with no whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectTest1
INFO: Read the JSON text back from Writer removing whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectTest2
INFO: Dump of string: {"emptyString":"","emptyArray":[],"emptyObject":{},"string":"string","intMin":-2147483648,"intMax":2147483647,"longMin":-9223372036854775808,"longMax":9223372036854775807,"true":true,"false":false,"null":null,"object":{"emptyString":"","emptyArray":[],"emptyObject":{},"string":"string","number":100,"true":true,"false":false,"null":null,"object":{"name":"value"},"array":["one","two"]},"array":["string",2147483647,9223372036854775807,true,false,null,{"name":"value"},["one","two"]],"asciiChars":"\\\"\\\\!@#$%^&*()_+|~1234567890-=`[]{}:;',./<>? qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM"}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectTest2
INFO: Create expected JSON text with no whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectTest2
INFO: Read the JSON text back from OutputStream removing whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: {"emptyString":"","emptyArray":[],"emptyObject":{},"string":"string","intMin":-2147483648,"intMax":2147483647,"longMin":-9223372036854775808,"longMax":9223372036854775807,"true":true,"false":false,"null":null,"object":{"emptyString":"","emptyArray":[],"emptyObject":{},"string":"string","number":100,"true":true,"false":false,"null":null,"object":{"name":"value"},"array":["one","two"]},"array":["string",2147483647,9223372036854775807,true,false,null,{"name":"value"},["one","two"]],"asciiChars":"\\\"\\\\!@#$%^&*()_+|~1234567890-=`[]{}:;',./<>? qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM"}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   {"emptyString":"","emptyArray":[],"emptyObject":{},"string":"string","intMin":-2147483648,"intMax":2147483647,"longMin":-9223372036854775808,"longMax":9223372036854775807,"true":true,"false":false,"null":null,"object":{"emptyString":"","emptyArray":[],"emptyObject":{},"string":"string","number":100,"true":true,"false":false,"null":null,"object":{"name":"value"},"array":["one","two"]},"array":["string",2147483647,9223372036854775807,true,false,null,{"name":"value"},["one","two"]],"asciiChars":"\\\"\\\\!@#$%^&*()_+|~1234567890-=`[]{}:;',./<>? qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM"}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests buildJsonObject
INFO: Build a JsonObject
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests generateJsonObject
INFO: Generate a JsonObject
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectTest3
INFO: Compare expJsonObject and actJsonObject for equality
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonObjects
INFO: JsonObject match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonObjects
INFO: Expected: {"emptyString":"","emptyArray":[],"emptyObject":{},"string":"string","intMin":-2147483648,"intMax":2147483647,"longMin":-9223372036854775808,"longMax":9223372036854775807,"doubleMin":4.9E-324,"doubleMax":1.7976931348623157E+308,"bigInteger":2147483647,"bigDecimal":-2147483648,"true":true,"false":false,"null":null,"object":{"emptyString":"","emptyArray":[],"emptyObject":{},"string":"string","number":100,"true":true,"false":false,"null":null,"object":{"name":"value","objectFooBar":{"foo":"bar"},"arrayFooBar":["foo","bar"]},"array":["one","two",{"foo":"bar"},["foo","bar"]]},"array":["string",2147483647,9223372036854775807,1.7976931348623157E+308,2147483647,true,false,null,{"name":"value"},["one","two"]],"asciiChars":"\"\\!@#$%^&*()_+|~1234567890-=`[]{}:;',./<>? qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM"}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonObjects
INFO: Actual:   {"emptyString":"","emptyArray":[],"emptyObject":{},"string":"string","intMin":-2147483648,"intMax":2147483647,"longMin":-9223372036854775808,"longMax":9223372036854775807,"doubleMin":4.9E-324,"doubleMax":1.7976931348623157E+308,"bigInteger":2147483647,"bigDecimal":-2147483648,"true":true,"false":false,"null":null,"object":{"emptyString":"","emptyArray":[],"emptyObject":{},"string":"string","number":100,"true":true,"false":false,"null":null,"object":{"name":"value","objectFooBar":{"foo":"bar"},"arrayFooBar":["foo","bar"]},"array":["one","two",{"foo":"bar"},["foo","bar"]]},"array":["string",2147483647,9223372036854775807,1.7976931348623157E+308,2147483647,true,false,null,{"name":"value"},["one","two"]],"asciiChars":"\"\\!@#$%^&*()_+|~1234567890-=`[]{}:;',./<>? qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM"}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectTest4
INFO: Create generator output in UTF-16BE encoding.
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectTest4
INFO: Create expected JSON text with no whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectTest4
INFO: Read the JSON text back encoding from OutputStream using UTF-16BE encoding removing whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectTest5
INFO: Testing read of {"unicodechars":"\u0000\u000f\u001fÿ＀￿"}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectTest5
INFO: actUnicodeChars=ÿ＀￿
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: ÿ＀￿
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   ÿ＀￿
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests flushTest
INFO: Generate some partial Json and flush output.
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests flushTest
INFO: Create expected partial JSON text with no whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests flushTest
INFO: Read the JSON text back from Writer removing whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: {"object":{}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   {"object":{}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests flushTest
INFO: Generate additional Json to complete and flush output.
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests flushTest
INFO: Read the JSON text back from Writer removing whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: {"object":{},"array":[]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   {"object":{},"array":[]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorArrayTest1
INFO: Create expected JSON text with no whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorArrayTest1
INFO: Read the JSON text back from Writer removing whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: [{"string":"string","number":1,"true":true,"false":false,"null":null},["string",1,true,false,null]]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   [{"string":"string","number":1,"true":true,"false":false,"null":null},["string",1,true,false,null]]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorArrayTest2
INFO: Dump of string: ["",[],{},"string",-2147483648,2147483647,-9223372036854775808,9223372036854775807,true,false,null,{"emptyString":"","emptyArray":[],"emptyObject":{},"string":"string","number":100,"true":true,"false":false,"null":null,"object":{"name":"value"},"array":["one","two"]},["string",2147483647,9223372036854775807,true,false,null,{"name":"value"},["one","two"]],"\\\"\\\\!@#$%^&*()_+|~1234567890-=`[]{}:;',./<>? qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM"]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorArrayTest2
INFO: Create expected JSON text with no whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorArrayTest2
INFO: Read the JSON text back from Writer removing whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: ["",[],{},"string",-2147483648,2147483647,-9223372036854775808,9223372036854775807,true,false,null,{"emptyString":"","emptyArray":[],"emptyObject":{},"string":"string","number":100,"true":true,"false":false,"null":null,"object":{"name":"value"},"array":["one","two"]},["string",2147483647,9223372036854775807,true,false,null,{"name":"value"},["one","two"]],"\\\"\\\\!@#$%^&*()_+|~1234567890-=`[]{}:;',./<>? qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM"]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   ["",[],{},"string",-2147483648,2147483647,-9223372036854775808,9223372036854775807,true,false,null,{"emptyString":"","emptyArray":[],"emptyObject":{},"string":"string","number":100,"true":true,"false":false,"null":null,"object":{"name":"value"},"array":["one","two"]},["string",2147483647,9223372036854775807,true,false,null,{"name":"value"},["one","two"]],"\\\"\\\\!@#$%^&*()_+|~1234567890-=`[]{}:;',./<>? qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM"]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests buildJsonArray
INFO: Build a JsonArray
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests generateJsonArray
INFO: Generate a JsonArray
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorArrayTest3
INFO: generator json text: ["",[],{},"string",-2147483648,2147483647,-9223372036854775808,9223372036854775807,4.9E-324,1.7976931348623157E308,2147483647,-2147483648,true,false,null,{"emptyString":"","emptyArray":[],"emptyObject":{},"string":"string","number":100,"true":true,"false":false,"null":null,"object":{"name":"value","objectFooBar":{"foo":"bar"},"arrayFooBar":["foo","bar"]},"array":["one","two",{"foo":"bar"},["foo","bar"]]},["string",2147483647,9223372036854775807,1.7976931348623157E308,2147483647,true,false,null,{"name":"value"},["one","two"]],"\\\"\\\\!@#$%^&*()_+|~1234567890-=`[]{}:;',./<>? qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM"]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorArrayTest3
INFO: Compare expJsonArray and actJsonArray for equality
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonArrays
INFO: JsonArray match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonArrays
INFO: Expected: ["",[],{},"string",-2147483648,2147483647,-9223372036854775808,9223372036854775807,4.9E-324,1.7976931348623157E+308,2147483647,-2147483648,true,false,null,{"emptyString":"","emptyArray":[],"emptyObject":{},"string":"string","number":100,"true":true,"false":false,"null":null,"object":{"name":"value","objectFooBar":{"foo":"bar"},"arrayFooBar":["foo","bar"]},"array":["one","two",{"foo":"bar"},["foo","bar"]]},["string",2147483647,9223372036854775807,1.7976931348623157E+308,2147483647,true,false,null,{"name":"value"},["one","two"]],"\"\\!@#$%^&*()_+|~1234567890-=`[]{}:;',./<>? qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM"]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonArrays
INFO: Actual:   ["",[],{},"string",-2147483648,2147483647,-9223372036854775808,9223372036854775807,4.9E-324,1.7976931348623157E+308,2147483647,-2147483648,true,false,null,{"emptyString":"","emptyArray":[],"emptyObject":{},"string":"string","number":100,"true":true,"false":false,"null":null,"object":{"name":"value","objectFooBar":{"foo":"bar"},"arrayFooBar":["foo","bar"]},"array":["one","two",{"foo":"bar"},["foo","bar"]]},["string",2147483647,9223372036854775807,1.7976931348623157E+308,2147483647,true,false,null,{"name":"value"},["one","two"]],"\"\\!@#$%^&*()_+|~1234567890-=`[]{}:;',./<>? qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM"]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorArrayTest4
INFO: Create generator output in UTF-16BE encoding.
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorArrayTest4
INFO: Create expected JSON text with no whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorArrayTest4
INFO: Read the JSON text back from OutputStream using UTF-16BE encoding removing whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: [{"string":"string","number":1,"true":true,"false":false,"null":null},["string",1,true,false,null]]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   [{"string":"string","number":1,"true":true,"false":false,"null":null},["string",1,true,false,null]]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorArrayTest5
INFO: Testing read of ["\u0000\u000f\u001fÿ＀￿"]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorArrayTest5
INFO: actUnicodeChars=ÿ＀￿
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: ÿ＀￿
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   ÿ＀￿
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorIOErrorTests
INFO: Trip JsonException if there is an i/o error on JsonGenerator.close().
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorIOErrorTests
INFO: Calling JsonGenerator.close()
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.MyBufferedWriter checkToTripIOException
INFO: *** tripping an IOException ***
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorIOErrorTests
INFO: Caught expected JsonException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorIOErrorTests
INFO: Trip JsonException if there is an i/o error on JsonGenerator.flush().
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorIOErrorTests
INFO: Calling JsonGenerator.flush()
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.MyBufferedWriter checkToTripIOException
INFO: *** tripping an IOException ***
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorIOErrorTests
INFO: Caught expected JsonException
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator test
INFO: JsonGenerator API methods for RFC 7159 grammar changes.
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator testPrimitiveTypesInRoot
INFO:  - write(JsonValue) for JsonValue as an argument
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForJsonValue
INFO:      Output (JsonValue): {"name":"Sarah Connor","age":32}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForSimpleType
INFO:      Output (simple): {"name":"Sarah Connor","age":32}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator testPrimitiveTypesInRoot
INFO:  - write(JsonValue) for JsonValue as an argument
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForJsonValue
INFO:      Output (JsonValue): ["In a galaxy far far away"]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForSimpleType
INFO:      Output (simple): ["In a galaxy far far away"]
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator testPrimitiveTypesInRoot
INFO:  - write(JsonValue) for String as an argument
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForJsonValue
INFO:      Output (JsonValue): "In a galaxy far far away"
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForSimpleType
INFO:      Output (simple): "In a galaxy far far away"
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator testPrimitiveTypesInRoot
INFO:  - write(JsonValue) for Integer as an argument
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForJsonValue
INFO:      Output (JsonValue): 42
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForSimpleType
INFO:      Output (simple): 42
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator testPrimitiveTypesInRoot
INFO:  - write(JsonValue) for Long as an argument
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForJsonValue
INFO:      Output (JsonValue): 9223372036854775765
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForSimpleType
INFO:      Output (simple): 9223372036854775765
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator testPrimitiveTypesInRoot
INFO:  - write(JsonValue) for Double as an argument
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForJsonValue
INFO:      Output (JsonValue): 3.441073578556931E+305
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForSimpleType
INFO:      Output (simple): 3.441073578556931E305
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator testPrimitiveTypesInRoot
INFO:  - write(JsonValue) for BigInteger as an argument
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForJsonValue
INFO:      Output (JsonValue): 123456789012345678901234567890
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForSimpleType
INFO:      Output (simple): 123456789012345678901234567890
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator testPrimitiveTypesInRoot
INFO:  - write(JsonValue) for BigDecimal as an argument
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForJsonValue
INFO:      Output (JsonValue): 123456789012345678901234567890.1234567890
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForSimpleType
INFO:      Output (simple): 123456789012345678901234567890.1234567890
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator testPrimitiveTypesInRoot
INFO:  - write(JsonValue) for Boolean as an argument
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForJsonValue
INFO:      Output (JsonValue): true
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForSimpleType
INFO:      Output (simple): true
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator testPrimitiveTypesInRoot
INFO:  - write(JsonValue) for Null as an argument
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForJsonValue
INFO:      Output (JsonValue): null
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator verifyJsonGeneratorForSimpleType
INFO:      Output (simple): null
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator testWrittingObjectByParts
INFO:  - generate JSON object
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.Generator testWrittingObjectByParts
INFO:      Output: {"address":"In a galaxy far far away"}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectConfigTest1
INFO: Create JsonGenerator using configuration with PRETTY_PRINTING
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util getPrettyPrintingConfig
INFO: getPrettyPrintConfig
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util getPrettyPrintingConfig
INFO: Added property: JsonGenerator.PRETTY_PRINTING
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectConfigTest1
INFO: PRETTY_PRINTING feature
{
    "object": {
        "string": "string",
        "number": 1,
        "true": true,
        "false": false,
        "null": null
    },
    "array": [
        "string",
        1,
        true,
        false,
        null
    ]
}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectConfigTest1
INFO: Create expected JSON text with no whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectConfigTest1
INFO: Read the JSON text back from Writer removing whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectConfigTest2
INFO: Create JsonGenerator using configuration with PRETTY_PRINTING
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util getPrettyPrintingConfig
INFO: getPrettyPrintConfig
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util getPrettyPrintingConfig
INFO: Added property: JsonGenerator.PRETTY_PRINTING
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectConfigTest2
INFO: PRETTY_PRINTING feature
{
    "object": {
        "string": "string",
        "number": 1,
        "true": true,
        "false": false,
        "null": null
    },
    "array": [
        "string",
        1,
        true,
        false,
        null
    ]
}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectConfigTest2
INFO: Create expected JSON text with no whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectConfigTest2
INFO: Read the JSON text back from Writer removing whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectEncodingTest1
INFO: Create JsonGenerator using UTF-8 encoding
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectEncodingTest1
INFO: Generator Output={"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectEncodingTest1
INFO: Create expected JSON text with no whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectEncodingTest1
INFO: Read the JSON text back from OutputStream using UTF-8 encoding removing whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectEncodingTest2
INFO: Create JsonGenerator using configuration with PRETTY_PRINTING using UTF-16BE encoding
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util getPrettyPrintingConfig
INFO: getPrettyPrintConfig
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util getPrettyPrintingConfig
INFO: Added property: JsonGenerator.PRETTY_PRINTING
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectEncodingTest2
INFO: PRETTY_PRINTING feature
{
    "object": {
        "string": "string",
        "number": 1,
        "true": true,
        "false": false,
        "null": null
    },
    "array": [
        "string",
        1,
        true,
        false,
        null
    ]
}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectEncodingTest2
INFO: Create expected JSON text with no whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests jsonGeneratorObjectEncodingTest2
INFO: Read the JSON text back from OutputStream using UTF-16BE encoding removing whitespace
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
Oct 20, 2023 12:47:57 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   {"object":{"string":"string","number":1,"true":true,"false":false,"null":null},"array":["string",1,true,false,null]}
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.365 s - in ee.jakarta.tck.jsonp.api.jsongeneratortests.ClientTests
[INFO] Running ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest1
INFO: Create JsonGeneratorFactory with Map<String, ?> with PRETTY_PRINTING config
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util getPrettyPrintingConfig
INFO: getPrettyPrintConfig
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util getPrettyPrintingConfig
INFO: Added property: JsonGenerator.PRETTY_PRINTING
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest1
INFO: Checking factory configuration properties
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** Beg: Dumping Config Map contents ***
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: "jakarta.json.stream.JsonGenerator.prettyPrinting":true
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** End: Dumping Config Map contents ***
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property size
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Expecting no of properties=1, got=1
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property name and value
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Does contain key: jakarta.json.stream.JsonGenerator.prettyPrinting - expected.
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Object match
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: true
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   true
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest1
INFO: --------------------------------------------------------
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest1
INFO: TEST CASE [JsonGeneratorFactory.createGenerator(Writer)]
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest1
INFO: --------------------------------------------------------
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest1
INFO: Create 1st JsonGenerator using JsonGeneratorFactory
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest1
INFO: sWriter1={
}
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: {}
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   {}
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest1
INFO: Create 2nd JsonGenerator using JsonGeneratorFactory
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest1
INFO: sWriter2=[
]
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: []
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   []
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest2
INFO: Create JsonGeneratorFactory with Map<String, ?> with PRETTY_PRINTING config
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util getPrettyPrintingConfig
INFO: getPrettyPrintConfig
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util getPrettyPrintingConfig
INFO: Added property: JsonGenerator.PRETTY_PRINTING
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest2
INFO: Checking factory configuration properties
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** Beg: Dumping Config Map contents ***
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: "jakarta.json.stream.JsonGenerator.prettyPrinting":true
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** End: Dumping Config Map contents ***
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property size
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Expecting no of properties=1, got=1
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property name and value
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Does contain key: jakarta.json.stream.JsonGenerator.prettyPrinting - expected.
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Object match
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: true
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   true
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest2
INFO: -----------------------------------------------------------------------
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest2
INFO: TEST CASE [JsonGeneratorFactory.createGenerator(OutputStream, Charset)]
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest2
INFO: -----------------------------------------------------------------------
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest2
INFO: Create 1st JsonGenerator using JsonGeneratorFactory with UTF-8 encoding
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest2
INFO: baos1={
}
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: {}
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   {}
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest2
INFO: Create 2nd JsonGenerator using JsonGeneratorFactory with UTF-16BE encoding
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest2
INFO: baos2=[
]
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: []
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   []
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest3
INFO: Create JsonGeneratorFactory with Map<String, ?> with PRETTY_PRINTING config
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util getPrettyPrintingConfig
INFO: getPrettyPrintConfig
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util getPrettyPrintingConfig
INFO: Added property: JsonGenerator.PRETTY_PRINTING
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest3
INFO: Checking factory configuration properties
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** Beg: Dumping Config Map contents ***
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: "jakarta.json.stream.JsonGenerator.prettyPrinting":true
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** End: Dumping Config Map contents ***
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property size
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Expecting no of properties=1, got=1
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property name and value
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Does contain key: jakarta.json.stream.JsonGenerator.prettyPrinting - expected.
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Object match
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: true
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   true
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest3
INFO: -----------------------------------------------------------------
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest3
INFO: TEST CASE [JsonGeneratorFactory.createGenerator(OutputStream os)]
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest3
INFO: -----------------------------------------------------------------
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest3
INFO: Create 1st JsonGenerator using JsonGeneratorFactory
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest3
INFO: baos1={
}
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: {}
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   {}
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest3
INFO: Create 2nd JsonGenerator using JsonGeneratorFactory
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest3
INFO: baos2=[
]
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: JSON text match
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Expected: []
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEqualsJsonText
INFO: Actual:   []
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest4
INFO: ----------------------------------------------
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest4
INFO: Test scenario1: no supported provider property
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest4
INFO: ----------------------------------------------
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest4
INFO: Create JsonGeneratorFactory with Map<String, ?> with EMPTY config
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** Beg: Dumping Config Map contents ***
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** End: Dumping Config Map contents ***
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property size
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Expecting no of properties=0, got=0
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest4
INFO: -------------------------------------------
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest4
INFO: Test scenario2: supported provider property
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest4
INFO: -------------------------------------------
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest4
INFO: Create JsonGeneratorFactory with Map<String, ?> with PRETTY_PRINTING config
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util getPrettyPrintingConfig
INFO: getPrettyPrintConfig
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util getPrettyPrintingConfig
INFO: Added property: JsonGenerator.PRETTY_PRINTING
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** Beg: Dumping Config Map contents ***
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: "jakarta.json.stream.JsonGenerator.prettyPrinting":true
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** End: Dumping Config Map contents ***
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property size
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Expecting no of properties=1, got=1
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property name and value
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Does contain key: jakarta.json.stream.JsonGenerator.prettyPrinting - expected.
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Object match
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: true
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   true
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest4
INFO: -------------------------------------------------------------
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest4
INFO: Test scenario3: supported and non supported provider property
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest4
INFO: -------------------------------------------------------------
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests jsonGeneratorFactoryTest4
INFO: Create JsonGeneratorFactory with Map<String, ?> with all config
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util getAllConfig
INFO: getAllConfig
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util getAllConfig
INFO: Added property: JsonGenerator.PRETTY_PRINTING
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util getAllConfig
INFO: Added property: JSONP_Util.FOO_CONFIG
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** Beg: Dumping Config Map contents ***
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: "jakarta.json.stream.JsonGenerator.prettyPrinting":true
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** End: Dumping Config Map contents ***
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property size
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Expecting no of properties=1, got=1
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property name and value
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Does contain key: jakarta.json.stream.JsonGenerator.prettyPrinting - expected.
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Object match
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: true
Oct 20, 2023 12:47:58 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   true
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in ee.jakarta.tck.jsonp.api.jsongeneratorfactorytests.ClientTests
[INFO] Running ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest1
INFO: Create JsonParserFactory with a configuration
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest1
INFO: Checking factory configuration properties
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** Beg: Dumping Config Map contents ***
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** End: Dumping Config Map contents ***
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property size
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Expecting no of properties=0, got=0
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest1
INFO: --------------------------------------------------
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest1
INFO: TEST CASE [JsonParserFactory.createParser(Reader)]
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest1
INFO: --------------------------------------------------
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest1
INFO: Create 1st JsonParser from the Reader using JsonParserFactory
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest1
INFO: Parsing {"foo":"bar"}
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest1
INFO: Verify that JSON Parser Events/Data matches
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: START_OBJECT
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected event: KEY_NAME
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected keyname: foo
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected keyvalue: bar
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: END_OBJECT
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest1
INFO: Create 2nd JsonParser from the Reader using JsonParserFactory
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest1
INFO: Parsing {"foo":"bar"}
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest1
INFO: Verify that JSON Parser Events/Data matches
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: START_OBJECT
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected event: KEY_NAME
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected keyname: foo
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected keyvalue: bar
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: END_OBJECT
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest2
INFO: Create JsonParserFactory with a configuration
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest2
INFO: Checking factory configuration properties
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** Beg: Dumping Config Map contents ***
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** End: Dumping Config Map contents ***
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property size
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Expecting no of properties=0, got=0
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest2
INFO: ------------------------------------------------------
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest2
INFO: TEST CASE [JsonParserFactory.createParser(JsonObject)]
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest2
INFO: ------------------------------------------------------
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest2
INFO: Create 1st JsonParser from the JsonObject using JsonParserFactory
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest2
INFO: Parsing {"foo":"bar"}
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest2
INFO: Verify that JSON Parser Events/Data matches
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: START_OBJECT
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected event: KEY_NAME
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected keyname: foo
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected keyvalue: bar
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: END_OBJECT
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest2
INFO: Create 2nd JsonParser from the JsonObject using JsonParserFactory
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest2
INFO: Parsing {"foo":"bar"}
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest2
INFO: Verify that JSON Parser Events/Data matches
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: START_OBJECT
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected event: KEY_NAME
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected keyname: foo
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected keyvalue: bar
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: END_OBJECT
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest3
INFO: Create JsonParserFactory with a configuration
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest3
INFO: Checking factory configuration properties
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** Beg: Dumping Config Map contents ***
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** End: Dumping Config Map contents ***
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property size
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Expecting no of properties=0, got=0
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest3
INFO: -----------------------------------------------------
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest3
INFO: TEST CASE [JsonParserFactory.createParser(JsonArray)]
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest3
INFO: -----------------------------------------------------
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest3
INFO: Create 1st JsonParser from the JsonArray using JsonParserFactory
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest3
INFO: Parsing ["foo","bar"]
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest3
INFO: Verify that JSON Parser Events/Data matches
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: START_ARRAY
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testStringValue
INFO: Got expected event: VALUE_STRING
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testStringValue
INFO: Got expected keyvalue: foo
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testStringValue
INFO: Got expected event: VALUE_STRING
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testStringValue
INFO: Got expected keyvalue: bar
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: END_ARRAY
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest3
INFO: Create 2nd JsonParser from the JsonArray using JsonParserFactory
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest3
INFO: Parsing ["foo","bar"]
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest3
INFO: Verify that JSON Parser Events/Data matches
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: START_ARRAY
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testStringValue
INFO: Got expected event: VALUE_STRING
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testStringValue
INFO: Got expected keyvalue: foo
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testStringValue
INFO: Got expected event: VALUE_STRING
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testStringValue
INFO: Got expected keyvalue: bar
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: END_ARRAY
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest4
INFO: Create JsonParserFactory with a configuration
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest4
INFO: Checking factory configuration properties
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** Beg: Dumping Config Map contents ***
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** End: Dumping Config Map contents ***
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property size
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Expecting no of properties=0, got=0
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest4
INFO: -------------------------------------------------------
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest4
INFO: TEST CASE [JsonParserFactory.createParser(InputStream)]
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest4
INFO: -------------------------------------------------------
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest4
INFO: Create 1st JsonParser from the InputStream using JsonParserFactory
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest4
INFO: Parsing {"foo":"bar"}
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest4
INFO: Verify that JSON Parser Events/Data matches
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: START_OBJECT
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected event: KEY_NAME
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected keyname: foo
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected keyvalue: bar
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: END_OBJECT
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest4
INFO: Create 2nd JsonParser from the InputStream using JsonParserFactory
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest4
INFO: Parsing {"foo":"bar"}
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest4
INFO: Verify that JSON Parser Events/Data matches
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: START_OBJECT
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected event: KEY_NAME
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected keyname: foo
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected keyvalue: bar
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: END_OBJECT
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest5
INFO: Create JsonParserFactory with a configuration
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest5
INFO: Checking factory configuration properties
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** Beg: Dumping Config Map contents ***
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** End: Dumping Config Map contents ***
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property size
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Expecting no of properties=0, got=0
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest5
INFO: ----------------------------------------------------------------
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest5
INFO: TEST CASE [JsonParserFactory.createParser(InputStream, Charset)]
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest5
INFO: ----------------------------------------------------------------
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest5
INFO: Create 1st JsonParser from the InputStream using JsonParserFactory
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest5
INFO: Parsing {"foo":"bar"}
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest5
INFO: Verify that JSON Parser Events/Data matches
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: START_OBJECT
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected event: KEY_NAME
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected keyname: foo
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected keyvalue: bar
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: END_OBJECT
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest5
INFO: Create 2nd JsonParser from the InputStream using JsonParserFactory
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest5
INFO: Parsing {"foo":"bar"}
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest5
INFO: Verify that JSON Parser Events/Data matches
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: START_OBJECT
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected event: KEY_NAME
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected keyname: foo
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testKeyStringValue
INFO: Got expected keyvalue: bar
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util testEventType
INFO: Got expected event: END_OBJECT
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest6
INFO: ----------------------------------------------
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest6
INFO: Test scenario1: no supported provider property
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest6
INFO: ----------------------------------------------
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest6
INFO: Create JsonParserFactory with Map<String, ?> with EMPTY config
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** Beg: Dumping Config Map contents ***
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** End: Dumping Config Map contents ***
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property size
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Expecting no of properties=0, got=0
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest6
INFO: -----------------------------------------------
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest6
INFO: Test scenario2: non supported provider property
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest6
INFO: -----------------------------------------------
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryTest6
INFO: Create JsonParserFactory with Map<String, ?> with FOO config
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util getFooConfig
INFO: getFooConfig
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util getFooConfig
INFO: Added property: JSONP_Util.FOO_CONFIG
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** Beg: Dumping Config Map contents ***
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpConfigMap
INFO: *** End: Dumping Config Map contents ***
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Checking factory configuration property size
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util doConfigCheck
INFO: Expecting no of properties=0, got=0
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryExceptionTest
INFO: Tests JsonParserFactory.createParser(InputStream) for JsonException if i/o error.
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.MyBufferedInputStream checkToTripIOException
INFO: MyBufferedInputStream->checkToTripIOException: *** tripping an IOException ***
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryExceptionTest
INFO: Caught expected JsonException
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryExceptionTest
INFO: Tests JsonParserFactory.createParser(InputStream) for JsonException if unknown encoding.
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests jsonParserFactoryExceptionTest
INFO: Caught expected JsonException
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s - in ee.jakarta.tck.jsonp.api.jsonparserfactorytests.ClientTests
[INFO] Running ee.jakarta.tck.jsonp.api.exceptiontests.ClientTests
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.exceptiontests.ClientTests jsonGenerationExceptionConstructorTest1
INFO: Test JsonGenerationException(String)
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.exceptiontests.ClientTests jsonGenerationExceptionConstructorTest2
INFO: Test JsonGenerationException(String, Throwable)
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.exceptiontests.ClientTests jsonExceptionConstructorTest1
INFO: Test JsonException(String)
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.exceptiontests.ClientTests jsonExceptionConstructorTest2
INFO: Test JsonException(String, Throwable)
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.exceptiontests.ClientTests jsonParsingExceptionConstructorTest1
INFO: MyJsonLocation
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpLocation
INFO: JsonLocation info: lineNumber=10, columnNumber=20, streamOffset=30
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.exceptiontests.ClientTests jsonParsingExceptionConstructorTest1
INFO: Test JsonParsingException(String, JsonLocation)
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.exceptiontests.ClientTests jsonParsingExceptionConstructorTest1
INFO: JsonParsingException.getLocation()
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpLocation
INFO: JsonLocation info: lineNumber=10, columnNumber=20, streamOffset=30
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: JsonLocations equal - match (Success)
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: JsonLocation info: lineNumber=10, columnNumber=20, streamOffset=30
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   JsonLocation info: lineNumber=10, columnNumber=20, streamOffset=30
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.exceptiontests.ClientTests jsonParsingExceptionConstructorTest2
INFO: MyJsonLocation
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpLocation
INFO: JsonLocation info: lineNumber=10, columnNumber=20, streamOffset=30
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.exceptiontests.ClientTests jsonParsingExceptionConstructorTest2
INFO: Test JsonParsingException(String, Throwable)
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.api.exceptiontests.ClientTests jsonParsingExceptionConstructorTest2
INFO: JsonParsingException.getLocation()
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util dumpLocation
INFO: JsonLocation info: lineNumber=10, columnNumber=20, streamOffset=30
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: JsonLocations equal - match (Success)
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: JsonLocation info: lineNumber=10, columnNumber=20, streamOffset=30
Oct 20, 2023 12:47:59 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   JsonLocation info: lineNumber=10, columnNumber=20, streamOffset=30
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in ee.jakarta.tck.jsonp.api.exceptiontests.ClientTests
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 179, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ tck-tests ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/TCK_jakarta_10_run/jsonp-tck/bin/tck-tests/target/tck-tests-2.1.1.jar
[INFO] 
[INFO] ----------------< jakarta.json:tck-tests-pluggability >-----------------
[INFO] Building tck-tests-pluggability 2.1.1                              [3/3]
[INFO]   from tck-tests-pluggability/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ tck-tests-pluggability ---
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ tck-tests-pluggability ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TCK_jakarta_10_run/jsonp-tck/bin/tck-tests-pluggability/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ tck-tests-pluggability ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ tck-tests-pluggability ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TCK_jakarta_10_run/jsonp-tck/bin/tck-tests-pluggability/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ tck-tests-pluggability ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ tck-tests-pluggability ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest1
INFO: provider class=ee.jakarta.tck.jsonp.provider.MyJsonProvider
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest1
INFO: Current provider is my provider - expected.
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest2
INFO: Calling SPI provider method: public JsonGenerator createGenerator(Writer)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonProvider createGenerator
INFO: public JsonGenerator createGenerator(Writer)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest2
INFO: Verify SPI provider method was called: public JsonGenerator createGenerator(Writer)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: public JsonGenerator createGenerator(Writer)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   public JsonGenerator createGenerator(Writer)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonGenerator writeStartArray
INFO: public JsonGenerator writeStartArray()
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest2
INFO: Verify SPI generator method was called: public JsonGenerator writeStartArray()
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: public JsonGenerator writeStartArray()
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   public JsonGenerator writeStartArray()
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest3
INFO: Calling SPI provider method: public JsonGenerator createGenerator(OutputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonProvider createGenerator
INFO: public JsonGenerator createGenerator(OutputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest3
INFO: Verify SPI provider method was called: public JsonGenerator createGenerator(OutputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: public JsonGenerator createGenerator(OutputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   public JsonGenerator createGenerator(OutputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonGenerator writeStartObject
INFO: public JsonGenerator writeStartObject()
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest3
INFO: Verify SPI generator method was called: public JsonGenerator writeStartObject()
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: public JsonGenerator writeStartObject()
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   public JsonGenerator writeStartObject()
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest4
INFO: Calling SPI provider method: public JsonParser createParser(Reader)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonProvider createParser
INFO: public JsonParser createParser(Reader)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest4
INFO: Verify SPI provider method was called: public JsonParser createParser(Reader)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: public JsonParser createParser(Reader)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   public JsonParser createParser(Reader)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest5
INFO: Calling SPI provider method: public JsonParser createParser(InputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonProvider createParser
INFO: public JsonParser createParser(InputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest5
INFO: Verify SPI provider method was called: public JsonParser createParser(InputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: public JsonParser createParser(InputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   public JsonParser createParser(InputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest6
INFO: Calling SPI provider method: public JsonParserFactory createParserFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonProvider createParserFactory
INFO: public JsonParserFactory createParserFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest6
INFO: Verify SPI provider method was called: public JsonParserFactory createParserFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: public JsonParserFactory createParserFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   public JsonParserFactory createParserFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest7
INFO: Calling SPI provider method: public JsonParserFactory createParserFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonProvider createParserFactory
INFO: public JsonParserFactory createParserFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest7
INFO: Verify SPI provider method was called: public JsonParserFactory createParserFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: public JsonParserFactory createParserFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   public JsonParserFactory createParserFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest8
INFO: Calling SPI provider method: public JsonGeneratorFactory createGeneratorFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonProvider createGeneratorFactory
INFO: public JsonGeneratorFactory createGeneratorFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest8
INFO: Verify SPI provider method was called: public JsonGeneratorFactory createGeneratorFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: public JsonGeneratorFactory createGeneratorFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   public JsonGeneratorFactory createGeneratorFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest9
INFO: Calling SPI provider method: public JsonWriterFactory createWriterFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonProvider createWriterFactory
INFO: public JsonWriterFactory createWriterFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest9
INFO: Verify SPI provider method was called: public JsonWriterFactory createWriterFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: public JsonWriterFactory createWriterFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   public JsonWriterFactory createWriterFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest10
INFO: Calling SPI provider method: public JsonParser createParser(InputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonProvider createParser
INFO: public JsonParser createParser(InputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest10
INFO: Caught expected JsonException: jakarta.json.JsonException: encoding or i/o error
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest11
INFO: Calling SPI provider method: public JsonArrayBuilder createArrayBuilder()
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonProvider createArrayBuilder
INFO: public JsonArrayBuilder createArrayBuilder()
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest11
INFO: Verify SPI provider method was called: public JsonArrayBuilder createArrayBuilder()
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: public JsonArrayBuilder createArrayBuilder()
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   public JsonArrayBuilder createArrayBuilder()
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest12
INFO: Calling SPI provider method: public JsonObjectBuilder createObjectBuilder()
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonProvider createObjectBuilder
INFO: public JsonObjectBuilder createObjectBuilder()
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest12
INFO: Verify SPI provider method was called: public JsonObjectBuilder createObjectBuilder()
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: public JsonObjectBuilder createObjectBuilder()
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   public JsonObjectBuilder createObjectBuilder()
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest13
INFO: Calling SPI provider method: public JsonBuilderFactory createBuilderFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonProvider createBuilderFactory
INFO: public JsonBuilderFactory createBuilderFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest13
INFO: Verify SPI provider method was called: public JsonBuilderFactory createBuilderFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: public JsonBuilderFactory createBuilderFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   public JsonBuilderFactory createBuilderFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest14
INFO: Calling SPI provider method: public JsonReader createReader(Reader)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonProvider createReader
INFO: public JsonReader createReader(Reader)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest14
INFO: Verify SPI provider method was called: public JsonReader createReader(Reader)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: public JsonReader createReader(Reader)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   public JsonReader createReader(Reader)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest15
INFO: Calling SPI provider method: public JsonReader createReader(InputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonProvider createReader
INFO: public JsonReader createReader(InputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest15
INFO: Verify SPI provider method was called: public JsonReader createReader(InputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: public JsonReader createReader(InputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   public JsonReader createReader(InputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest16
INFO: Calling SPI provider method: public JsonWriter createWriter(Writer)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonProvider createWriter
INFO: public JsonWriter createWriter(Writer)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest16
INFO: Verify SPI provider method was called: public JsonWriter createWriter(Writer)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: public JsonWriter createWriter(Writer)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   public JsonWriter createWriter(Writer)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest17
INFO: Calling SPI provider method: public JsonWriter createWriter(OutputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonProvider createWriter
INFO: public JsonWriter createWriter(OutputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest17
INFO: Verify SPI provider method was called: public JsonWriter createWriter(OutputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: public JsonWriter createWriter(OutputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   public JsonWriter createWriter(OutputStream)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest18
INFO: Calling SPI provider method: public JsonReaderFactory createReaderFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util getEmptyConfig
INFO: getEmptyConfig
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.provider.MyJsonProvider createReaderFactory
INFO: public JsonReaderFactory createReaderFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests jsonProviderTest18
INFO: Verify SPI provider method was called: public JsonReaderFactory createReaderFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: String match
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Expected: public JsonReaderFactory createReaderFactory(Map<String, ?>)
Oct 20, 2023 12:48:01 PM ee.jakarta.tck.jsonp.common.JSONP_Util assertEquals
INFO: Actual:   public JsonReaderFactory createReaderFactory(Map<String, ?>)
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s - in ee.jakarta.tck.jsonp.pluggability.jsonprovidertests.ClientTests
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ tck-tests-pluggability ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/TCK_jakarta_10_run/jsonp-tck/bin/tck-tests-pluggability/target/tck-tests-pluggability-2.1.1.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jakarta.json-tck-impl 2.1.1:
[INFO] 
[INFO] jakarta.json-tck-impl .............................. SUCCESS [  0.692 s]
[INFO] tck-tests .......................................... SUCCESS [ 40.923 s]
[INFO] tck-tests-pluggability ............................. SUCCESS [  1.098 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  43.479 s
[INFO] Finished at: 2023-10-20T12:48:01Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 4 plugin(s)
[WARNING] 
[WARNING]  * org.apache.maven.plugins:maven-compiler-plugin:3.10.1
[WARNING]  * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5
[WARNING]  * org.apache.maven.plugins:maven-resources-plugin:3.3.0
[WARNING]  * org.apache.maven.plugins:maven-dependency-plugin:3.2.0
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
Archiving artifacts
Finished: SUCCESS