Gradle Test Run :test

testFormatting(String, double, String)

summary

3

tests

0

failures

0

skipped

0.004s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
1 ⇒ from(""1234"").format(5678) = ""5678"" testFormatting(String, double, String)[1] 1 0 0 0.001s 100%
2 ⇒ from(""+123 456.91"").format(5678) = ""+5 678.00"" testFormatting(String, double, String)[2] 1 0 0 0.001s 100%
3 ⇒ from(""-123456,91"").format(5678) = ""5678,00"" testFormatting(String, double, String)[3] 1 0 0 0s 100%