Test |
Duration |
Result |
GIVEN packageManager throws an exception WHEN build version is R THEN installSourcePackage returns an empty string |
0.005s |
passed |
GIVEN packageManager throws an exception WHEN build version is less than R THEN installSourcePackage returns an empty string |
0.005s |
passed |
GIVEN packageManager throws an exception WHEN build version is more than R THEN installSourcePackage returns an empty string |
0.004s |
passed |
WHEN build version is R THEN installSourcePackage returns the set package name |
0.004s |
passed |
WHEN build version is less than R THEN installSourcePackage returns the set package name |
0.003s |
passed |
WHEN build version is more than R THEN installSourcePackage returns the set package name |
0.572s |
passed |
checkAndSend() doesn't trigger the ping again if it was marked as triggered |
0.002s |
passed |
checkAndSend() triggers the ping if it wasn't marked as triggered |
0.442s |
passed |