Gradle Test Run :test
testFormatting(String, double, String)
summary
|
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% |