Package de.akquinet.jbosscc.needle.annotation

Annotation Types Summary
InjectInto Is used to inject a instance into a specific ObjectUnderTest instance.
InjectIntoMany Is used to inject a instance into multiple ObjectUnderTest instances.
Mock Allows shorthand mock creation with the configured MockProvider Example: public void Test { @Rule public NeedleRule needle = new NeedleRule(); @Mock private Queue queue; @Test public void test(){ ... } }
ObjectUnderTest Is used to specify a object under test.
 



Copyright © 2012 akquinet AG. All Rights Reserved.