Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanchez committed Dec 7, 2023
2 parents a1a2c2e + bd7c39c commit 11d04cc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ public void generateTestDriverCode() {
final JavaProjectHelper projectHelper = new JavaProjectHelper(getProject());

// Automatically guessing whether there is a test driver in the project
// is challenging and error prone. Only the maintainer of a project knows
// whether that driver exist and whether that driver can has a main method
// Daikon can execute. If the maintainer wants this plugin to take care of
// is challenging and error prone. Only the maintainer of the project knows
// whether this driver exist and whether it has a main method the
// Daikon tool can execute. If the maintainer wants this plugin to take care of
// the driver generation then they should indicate that via the property
// driver when building the project: -Pdriver. If that property is not
// -Pdriver when building the project. If that property is not
// provided, then the generateTestDriverCode task will immediately return.
if (!projectHelper.hasProperty(Constants.OWN_DRIVER)){
projectHelper.getProject().getLogger().quiet(Constants.DRIVER_EXIST);
Expand Down

0 comments on commit 11d04cc

Please sign in to comment.