Skip to content

Commit

Permalink
add output to testingframework
Browse files Browse the repository at this point in the history
  • Loading branch information
anddann authored and mbenz89 committed Feb 11, 2019
1 parent 8d46ff0 commit bd85a02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ protected SootMethod prepareTarget(String targetMethodSignature, Collection<Stri
mockStatics();
SootMethod sootTestMethod = createTestTarget(targetMethodSignature);
runSoot();
Assert.assertNotNull("Could not find target method. System test setup seems to be incorrect.", sootTestMethod);
Assert.assertNotNull("Could not find target method. System test setup seems to be incorrect. Please try to re-run `mvn test-compile` to make sure that the target code is present for analysis.", sootTestMethod);
return sootTestMethod;
}

Expand Down

0 comments on commit bd85a02

Please sign in to comment.