Gradle Test Run :test

Dec2hexTest: Test with String (String, String)

summary

7

tests

0

failures

0

skipped

0.004s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
[1] Dec2hex('"0"') = "0" Test_with_String(String, String)[1] 1 0 0 0s 100%
[2] Dec2hex('"1"') = "0" Test_with_String(String, String)[2] 1 0 0 0s 100%
[3] Dec2hex('"10"') = "0" Test_with_String(String, String)[3] 1 0 0 0s 100%
[4] Dec2hex('"15"') = "0" Test_with_String(String, String)[4] 1 0 0 0s 100%
[5] Dec2hex('"16"') = "0" Test_with_String(String, String)[5] 1 0 0 0s 100%
[6] Dec2hex('"255"') = "0" Test_with_String(String, String)[6] 1 0 0 0s 100%
[7] Dec2hex('"65535"') = "0" Test_with_String(String, String)[7] 1 0 0 0s 100%