org.springframework.mock.staticmock
Annotation Type MockStaticEntityMethods


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface MockStaticEntityMethods

Annotation to indicate a test class for whose @Test methods static methods on Entity classes should be mocked.

Author:
Rod Johnson
See Also:
AbstractMethodMockingControl