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 interface
ImplFromPropertiesFactoryTest.MockInterface
static class
ImplFromPropertiesFactoryTest.MockInterfaceImpl
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedException
thrown
-
Constructor Summary
Constructors Constructor Description ImplFromPropertiesFactoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configuredImplementation()
void
defaultImplementation()
void
implementationNotAnInstanceOfTarget()
void
missingImplementation()
void
missingImplementationDeferredUntilGet()
-
-
-
Method Detail
-
defaultImplementation
public void defaultImplementation()
-
missingImplementation
public void missingImplementation()
-
missingImplementationDeferredUntilGet
public void missingImplementationDeferredUntilGet()
-
configuredImplementation
public void configuredImplementation()
-
implementationNotAnInstanceOfTarget
public void implementationNotAnInstanceOfTarget()
-
-