atunit
Annotation Type MockFramework


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface MockFramework

Tells AtUnit to use a supported mock objects framework. The specified framework will be used to populate fields in the test annotated with Mock or Stub. A parameter of type MockFramework.Option is required.

Author:
Logan Johnson <logan.johnson@gmail.com>
See Also:
Mock, Stub, ExampleJMockTest.java, ExampleEasyMockTest.java

Required Element Summary
 MockFramework.Option value
           
 

Element Detail

value

public abstract MockFramework.Option value