public class PostConstructProcessorTest extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
PostConstructProcessorTest.A
a dummy class without init()
|
class |
PostConstructProcessorTest.B
a dummy class with init()
|
class |
PostConstructProcessorTest.C
used to test postconstruct hierarchy
|
class |
PostConstructProcessorTest.PrivatePostConstruct |
| Constructor and Description |
|---|
PostConstructProcessorTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
shouldCallPostConstructOnInstanceAndParent() |
void |
shouldFindTwoPostconstructMethodsForC() |
void |
testWithoutPostConstructMethod() |
void |
testWithPostConstructMethod_NotConfigured() |
void |
testWithPostConstructMethod() |
public void setUp()
public void testWithoutPostConstructMethod()
throws Exception
Exceptionpublic void testWithPostConstructMethod()
throws Exception
Exceptionpublic void testWithPostConstructMethod_NotConfigured()
throws Exception
Exceptionpublic void shouldCallPostConstructOnInstanceAndParent()
throws Exception
ExceptionCopyright © 2014. All rights reserved.