|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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.
Mock
,
Stub
,
ExampleJMockTest.java,
ExampleEasyMockTest.javaRequired Element Summary | |
---|---|
MockFramework.Option |
value
|
Element Detail |
---|
public abstract MockFramework.Option value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |