org.apache.openejb.arquillian.common.mockito
Class MockitoEnricher

java.lang.Object
  extended by org.apache.openejb.arquillian.common.mockito.MockitoEnricher
All Implemented Interfaces:
org.jboss.arquillian.test.spi.TestEnricher

public class MockitoEnricher
extends Object
implements org.jboss.arquillian.test.spi.TestEnricher

do it by reflection to avoid to need mockito


Constructor Summary
MockitoEnricher()
           
 
Method Summary
 void enrich(Object testCase)
           
 Object[] resolve(Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockitoEnricher

public MockitoEnricher()
Method Detail

enrich

public void enrich(Object testCase)
Specified by:
enrich in interface org.jboss.arquillian.test.spi.TestEnricher

resolve

public Object[] resolve(Method method)
Specified by:
resolve in interface org.jboss.arquillian.test.spi.TestEnricher


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.