Gradle Test Run :test

GetJsonTypeTest: Test with Json (JsonValue, String)

summary

13

tests

0

failures

0

skipped

0.012s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
[10] GetJsonType("false") = "boolean" Test_with_Json(JsonValue, String)[10] 1 0 0 0s 100%
[11] GetJsonType("1") = "number" Test_with_Json(JsonValue, String)[11] 1 0 0 0s 100%
[12] GetJsonType("null") = "json" Test_with_Json(JsonValue, String)[12] 1 0 0 0s 100%
[13] GetJsonType("{\"a\":[1, 2], \"b\":\"abc\", \"b\":true}") = "object" Test_with_Json(JsonValue, String)[13] 1 0 0 0s 100%
[1] GetJsonType("0") = "number" Test_with_Json(JsonValue, String)[1] 1 0 0 0s 100%
[2] GetJsonType("123") = "number" Test_with_Json(JsonValue, String)[2] 1 0 0 0.001s 100%
[3] GetJsonType("\"abc\"") = "string" Test_with_Json(JsonValue, String)[3] 1 0 0 0.001s 100%
[4] GetJsonType("\"string\"") = "string" Test_with_Json(JsonValue, String)[4] 1 0 0 0s 100%
[5] GetJsonType("[1, 2]") = "array" Test_with_Json(JsonValue, String)[5] 1 0 0 0.001s 100%
[6] GetJsonType("[\"a\", \"b\"]") = "array" Test_with_Json(JsonValue, String)[6] 1 0 0 0.001s 100%
[7] GetJsonType("{\"a\":[1, 2]}") = "object" Test_with_Json(JsonValue, String)[7] 1 0 0 0s 100%
[8] GetJsonType("{\"a\":\"abc\"}") = "object" Test_with_Json(JsonValue, String)[8] 1 0 0 0s 100%
[9] GetJsonType("true") = "boolean" Test_with_Json(JsonValue, String)[9] 1 0 0 0.001s 100%