nl.beesting.beangenerator.locators
Class MethodClassLocatorTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.test.AbstractSpringContextTests
              extended by org.springframework.test.AbstractDependencyInjectionSpringContextTests
                  extended by nl.beesting.beangenerator.locators.MethodClassLocatorTest
All Implemented Interfaces:
junit.framework.Test

public class MethodClassLocatorTest
extends org.springframework.test.AbstractDependencyInjectionSpringContextTests


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
MethodClassLocatorTest()
           
 
Method Summary
 void findCatByName(java.lang.String name)
           
 void findCatigByName(java.lang.String name)
           
 void findCatsByName(java.lang.String name)
           
protected  java.lang.String[] getConfigLocations()
           
 void setVictim(nl.beesting.beangenerator.locators.MethodClassLocator victim)
           
 void testFindClass()
           
 
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

MethodClassLocatorTest

public MethodClassLocatorTest()
Method Detail

testFindClass

public void testFindClass()
                   throws java.lang.SecurityException,
                          java.lang.NoSuchMethodException
Throws:
java.lang.SecurityException
java.lang.NoSuchMethodException

findCatByName

public void findCatByName(java.lang.String name)

findCatsByName

public void findCatsByName(java.lang.String name)

findCatigByName

public void findCatigByName(java.lang.String name)

setVictim

public void setVictim(nl.beesting.beangenerator.locators.MethodClassLocator victim)
Parameters:
victim - the victim to set

getConfigLocations

protected java.lang.String[] getConfigLocations()
Specified by:
getConfigLocations in class org.springframework.test.AbstractDependencyInjectionSpringContextTests


Copyright © 2008. All Rights Reserved.