org.junit.experimental.theories
Annotation Type Theory


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Theory

Marks test methods that should be read as theories by the Theories runner.

See Also:
Theories

Optional Element Summary
 boolean nullsAccepted
           
 

nullsAccepted

public abstract boolean nullsAccepted
Default:
true


Copyright © 2002–2016 JUnit. All rights reserved.