org.junit.experimental.theories
Annotation Type Theory


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


Optional Element Summary
 boolean nullsAccepted
           
 

nullsAccepted

public abstract boolean nullsAccepted
Default:
true


Copyright © 2002–2014 JUnit. All rights reserved.