Gradle Test Run :test
testPEMDAS(String, double)
summary
|
100%
successful |
| Child | Name | Tests | Failures | Skipped | Duration | Success rate |
|---|---|---|---|---|---|---|
| [1] "33+2*(4+1)", "43.0" | testPEMDAS(String, double)[1] | 1 | 0 | 0 | 0s | 100% |
| [2] "3+4*2", "11.0" | testPEMDAS(String, double)[2] | 1 | 0 | 0 | 0s | 100% |
| [3] "(3+4)*2", "14.0" | testPEMDAS(String, double)[3] | 1 | 0 | 0 | 0.001s | 100% |
| [4] "3+8/ 2", "7.0" | testPEMDAS(String, double)[4] | 1 | 0 | 0 | 0s | 100% |