|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.tests.core.beans.BeanLocatorTest
public class BeanLocatorTest
This test tests the BeanLocator class.
| Field Summary | |
|---|---|
(package private) ApplicationContext |
m_appContext
The application context. |
| Constructor Summary | |
|---|---|
BeanLocatorTest()
Default constructor. |
|
| Method Summary | |
|---|---|
private void |
checkIfAllExpectedBeansAreInMap(Map beans,
String[] expectedBeans)
This method checks if a map contains the right number of beans and if the expected beans are present in the given map. |
void |
testLocateClassesOfSpecificTypes()
This test locates classes of specific types. |
void |
testLocateClassesOfSpecificTypesPlusExcludeList()
This test locates classes of specific types and excludes some beans. |
void |
testLocateClassesOfSpecificTypesPlusIncludeAndExcludeList()
This test locates classes of specific types and includes and excludes some beans. |
void |
testLocateClassesOfSpecificTypesPlusIncludeList()
This test locates classes of specific types and includes some beans. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final ApplicationContext m_appContext
| Constructor Detail |
|---|
public BeanLocatorTest()
| Method Detail |
|---|
public void testLocateClassesOfSpecificTypes()
public void testLocateClassesOfSpecificTypesPlusExcludeList()
public void testLocateClassesOfSpecificTypesPlusIncludeList()
public void testLocateClassesOfSpecificTypesPlusIncludeAndExcludeList()
private void checkIfAllExpectedBeansAreInMap(Map beans,
String[] expectedBeans)
beans - Are the beans found by BeanLocatorexpectedBeans - Are names of the expected beans.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||