2016/02/07 - Apache Onami has been retired.

For more information, please explore the Attic.

public final class

MockFrameworkHandler

extends Object
implements ClassHandler<A extends Annotation>
java.lang.Object
   ↳ org.apache.onami.test.handler.MockFrameworkHandler

Class Overview

Handler class to handle all MockFramework annotations.

Summary

Public Constructors
MockFrameworkHandler()
Public Methods
MockType getMockType()
void handle(MockFramework annotation, Class<?> element)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.onami.test.reflection.AnnotationHandler

Public Constructors

public MockFrameworkHandler ()

Public Methods

public MockType getMockType ()

Returns
  • the mockType

public void handle (MockFramework annotation, Class<?> element)