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

Add unit test for the 3rd package-info.java example. #83

Open
jmax01 opened this issue Jan 13, 2016 · 0 comments
Open

Add unit test for the 3rd package-info.java example. #83

jmax01 opened this issue Jan 13, 2016 · 0 comments
Labels
P3 type=enhancement Make an existing feature better

Comments

@jmax01
Copy link

jmax01 commented Jan 13, 2016

Currently there is not a unit test that matches the 3rd example in the package-info.java file:

 assert_().about(javaSource())
     .that(JavaFileObjects.forResource("HelloWorld.java"))
     .processedWith(new MyAnnotationProcessor())
        .compilesWithoutError()
        .and().generatesSources(JavaFileObjects.forResource("GeneratedHelloWorld.java"));

As I (and others) have had difficulty getting this to work a unit test for this example would be helpful.

@raghsriniv raghsriniv added the P3 label Jun 26, 2019
@cgdecker cgdecker added the type=enhancement Make an existing feature better label Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 type=enhancement Make an existing feature better
Projects
None yet
Development

No branches or pull requests

3 participants