Gradle Test Run :test

testGetVariableValue(Map, String, String)

summary

7

tests

0

failures

0

skipped

0.006s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
[1] GetVariableValue("xxx") = "" : Memory = {} testGetVariableValue(Map, String, String)[1] 1 0 0 0s 100%
[2] GetVariableValue("xxx") = "aaa" : Memory = {xxx=aaa} testGetVariableValue(Map, String, String)[2] 1 0 0 0.001s 100%
[3] GetVariableValue("yyy") = "" : Memory = {xxx=aaa} testGetVariableValue(Map, String, String)[3] 1 0 0 0s 100%
[4] GetVariableValue("xxx") = "aaa" : Memory = {yyy=bbb, xxx=aaa} testGetVariableValue(Map, String, String)[4] 1 0 0 0s 100%
[5] GetVariableValue("zzz") = "" : Memory = {yyy=bbb, xxx=aaa} testGetVariableValue(Map, String, String)[5] 1 0 0 0s 100%
[6] GetVariableValue("") = "" : Memory = {xxx=aaa} testGetVariableValue(Map, String, String)[6] 1 0 0 0s 100%
[7] GetVariableValue("") = "ddd" : Memory = {=ddd} testGetVariableValue(Map, String, String)[7] 1 0 0 0s 100%