Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(testing): Fluent api to test source code transformations. #517

Merged
merged 1 commit into from
Feb 12, 2016
Merged

feat(testing): Fluent api to test source code transformations. #517

merged 1 commit into from
Feb 12, 2016

Conversation

GerardPaligot
Copy link
Contributor

Closes #499

@GerardPaligot
Copy link
Contributor Author

@monperrus What do you think about this PR?

@@ -74,7 +101,7 @@ public static void canBeBuilt(File outputDirectoryFile, int complianceLevel, boo
try {
compiler.build();
} catch (Exception e) {
throw new AssertionError("Can't compile " + outputDirectoryFile.getName(), e);
throw new AssertionError("Can't compile " + outputDirectoryFile.getName());
Copy link
Contributor Author

Choose a reason for hiding this comment

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

display message of e.

@GerardPaligot
Copy link
Contributor Author

Adds documentation about testing "module".

@GerardPaligot
Copy link
Contributor Author

@monperrus What do you think about this PR now?

@GerardPaligot
Copy link
Contributor Author

@GerardPaligot
Copy link
Contributor Author

A rebase will be necessary after the merge of this PR: #515

@monperrus
Copy link
Collaborator

monperrus commented Feb 12, 2016 via email

@monperrus monperrus merged commit f4df7b2 into INRIA:master Feb 12, 2016
@GerardPaligot GerardPaligot deleted the test_499 branch February 12, 2016 15:09
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