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
Exception
public void testWithPostConstructMethod() throws Exception
Exception
public void testWithPostConstructMethod_NotConfigured() throws Exception
Exception
public void shouldCallPostConstructOnInstanceAndParent() throws Exception
Exception
Copyright © 2014. All rights reserved.