Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add source_path and test_path parameters#18

Merged
viniciusam merged 3 commits intoutPLSQL:developfrom
viniciusam:feature/project_path
Jun 19, 2017
Merged

Add source_path and test_path parameters#18
viniciusam merged 3 commits intoutPLSQL:developfrom
viniciusam:feature/project_path

Conversation

@viniciusam
Copy link
Copy Markdown
Member

Related to #17
Closes #5
Closes #1

private String sourcePath;

@Parameter(names = {"-test_path"}, description = "path to project source files")
private String testPath;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong description here

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will fix.

final List<String> testPaths = getTestPaths();
final List<Reporter> reporterList = new ArrayList<>();

final File baseDir = new File("").getAbsoluteFile();
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this using current dir(from where cli was invoked)? If so great!

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes!

@viniciusam viniciusam merged commit 5361b15 into utPLSQL:develop Jun 19, 2017
@viniciusam viniciusam deleted the feature/project_path branch June 19, 2017 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants