Package ninja.utils
Class ImplFromPropertiesFactoryTest
- java.lang.Object
-
- ninja.utils.ImplFromPropertiesFactoryTest
-
public class ImplFromPropertiesFactoryTest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceImplFromPropertiesFactoryTest.MockInterfacestatic classImplFromPropertiesFactoryTest.MockInterfaceImpl
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionthrown
-
Constructor Summary
Constructors Constructor Description ImplFromPropertiesFactoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfiguredImplementation()voiddefaultImplementation()voidimplementationNotAnInstanceOfTarget()voidmissingImplementation()voidmissingImplementationDeferredUntilGet()
-
-
-
Method Detail
-
defaultImplementation
public void defaultImplementation()
-
missingImplementation
public void missingImplementation()
-
missingImplementationDeferredUntilGet
public void missingImplementationDeferredUntilGet()
-
configuredImplementation
public void configuredImplementation()
-
implementationNotAnInstanceOfTarget
public void implementationNotAnInstanceOfTarget()
-
-