GradleErrorDetectorTest
Tests
| Test |
Duration |
Result |
| should detect JVM incompatible error - InvokerHelper() |
0.001s |
passed |
| should detect JVM incompatible error - NoClassDefFoundError in Groovy() |
0.001s |
passed |
| should detect classpath error() |
0.002s |
passed |
| should detect error with BUILD FAILED keyword() |
0.001s |
passed |
| should detect nested build mismatch error() |
0.001s |
passed |
| should detect plugin incompatible error - Could not create plugin() |
0.001s |
passed |
| should detect plugin incompatible error - SourceDirectorySetFactory() |
0s |
passed |
| should extract plugin name from error message() |
0s |
passed |
| should return null for successful build() |
0.001s |
passed |
| should return null for timeout or unknown error() |
0.001s |
passed |
| should suggest correct flags for JVM incompatible error() |
0.001s |
passed |
| should suggest correct flags for plugin incompatible error() |
0.001s |
passed |