atunit
Annotation Type MockFrameworkClass


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

Specifies a MockFramework implementation to use as the mock objects framework for the test.

This annotation is used to plug in an unsupported or custom mock objects framework. To use a supported framework, use the MockFramework annotation instead.

Author:
Logan Johnson <logan.johnson@gmail.com>
See Also:
MockFramework

Required Element Summary
 Class<? extends MockFramework> value
           
 

Element Detail

value

public abstract Class<? extends MockFramework> value