|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.springframework.test.AbstractSpringContextTests
org.springframework.test.AbstractDependencyInjectionSpringContextTests
nl.beesting.beangenerator.locators.AnnotationClassLocatorTest
public class AnnotationClassLocatorTest
| Field Summary |
|---|
| Fields inherited from class org.springframework.test.AbstractDependencyInjectionSpringContextTests |
|---|
applicationContext, AUTOWIRE_BY_NAME, AUTOWIRE_BY_TYPE, AUTOWIRE_NO, managedVariableNames |
| Fields inherited from class org.springframework.test.AbstractSpringContextTests |
|---|
logger |
| Constructor Summary | |
|---|---|
AnnotationClassLocatorTest()
|
|
| Method Summary | |
|---|---|
java.util.Collection<java.lang.Object> |
findCatsByColor(java.awt.Color color)
Because method is a final class there is no way to mock it so we'll define it here... |
protected java.lang.String[] |
getConfigLocations()
|
void |
setVictim(nl.beesting.beangenerator.locators.AnnotationClassLocator victim)
|
void |
testShouldUseAnnotionToFindReturnType()
|
| Methods inherited from class org.springframework.test.AbstractDependencyInjectionSpringContextTests |
|---|
contextKey, getAutowireMode, getLoadCount, initManagedVariableNames, isDependencyCheck, isPopulateProtectedVariables, loadContextLocations, onSetUp, onTearDown, populateProtectedVariables, setAutowireMode, setDependencyCheck, setDirty, setPopulateProtectedVariables, setUp, tearDown |
| Methods inherited from class org.springframework.test.AbstractSpringContextTests |
|---|
contextKeyString, getContext, hasCachedContext, loadContext, setDirty |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
| Methods inherited from class junit.framework.Assert |
|---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationClassLocatorTest()
| Method Detail |
|---|
public void testShouldUseAnnotionToFindReturnType()
throws java.lang.NoSuchMethodException
java.lang.NoSuchMethodExceptionpublic void setVictim(nl.beesting.beangenerator.locators.AnnotationClassLocator victim)
victim - the victim to setprotected java.lang.String[] getConfigLocations()
getConfigLocations in class org.springframework.test.AbstractDependencyInjectionSpringContextTestspublic java.util.Collection<java.lang.Object> findCatsByColor(java.awt.Color color)
color - the color to search...
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||