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

Why the value of the annotationInstanceAttribute #expected of annotation @Test is 'None.class' and not nil? #18

Open
VincentBlondeau opened this issue Sep 20, 2016 · 0 comments

Comments

@VincentBlondeau
Copy link

Snippet of code to reproduce (need Junit lib for annotation):

import java.io.IOException;
import org.junit.Test;
public class Temp {

    @Test
    public void test1() throws IOException {       
    }
}

By the way, does one need to have the 2 attributes of @test when none is defined in the instance of the annotation?

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

No branches or pull requests

1 participant