org.kubek2k.springockito.annotations
Class SpringockitoContextLoader

java.lang.Object
  extended by org.springframework.test.context.support.AbstractContextLoader
      extended by org.springframework.test.context.support.AbstractGenericContextLoader
          extended by org.springframework.test.context.support.GenericXmlContextLoader
              extended by org.kubek2k.springockito.annotations.SpringockitoContextLoader
All Implemented Interfaces:
org.springframework.test.context.ContextLoader, org.springframework.test.context.SmartContextLoader

public class SpringockitoContextLoader
extends org.springframework.test.context.support.GenericXmlContextLoader


Field Summary
 
Fields inherited from class org.springframework.test.context.support.AbstractGenericContextLoader
logger
 
Constructor Summary
SpringockitoContextLoader()
           
 
Method Summary
protected  void customizeContext(org.springframework.context.support.GenericApplicationContext context)
           
protected  String[] generateDefaultLocations(Class<?> clazz)
           
protected  String[] modifyLocations(Class<?> clazz, String... passedLocations)
           
 
Methods inherited from class org.springframework.test.context.support.GenericXmlContextLoader
createBeanDefinitionReader, getResourceSuffix
 
Methods inherited from class org.springframework.test.context.support.AbstractGenericContextLoader
customizeBeanFactory, loadBeanDefinitions, loadContext, loadContext, prepareContext
 
Methods inherited from class org.springframework.test.context.support.AbstractContextLoader
isGenerateDefaultLocations, processContextConfiguration, processLocations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringockitoContextLoader

public SpringockitoContextLoader()
Method Detail

customizeContext

protected void customizeContext(org.springframework.context.support.GenericApplicationContext context)
Overrides:
customizeContext in class org.springframework.test.context.support.AbstractGenericContextLoader

generateDefaultLocations

protected String[] generateDefaultLocations(Class<?> clazz)
Overrides:
generateDefaultLocations in class org.springframework.test.context.support.AbstractContextLoader

modifyLocations

protected String[] modifyLocations(Class<?> clazz,
                                   String... passedLocations)
Overrides:
modifyLocations in class org.springframework.test.context.support.AbstractContextLoader


Copyright © 2013. All Rights Reserved.