public class SpringSystemInterceptor extends Object
AbstractAnnotationConfigDispatcherServletInitializer.
This class is responsible for configuring the Spring application as well as
extracting information useful for test scaffolding.| Modifier and Type | Method and Description |
|---|---|
Object |
anyMethod(Callable<?> zuper,
Object object,
Object[] args) |
void |
configureAndRefreshWebApplicationContext(Callable<org.springframework.web.context.ConfigurableWebApplicationContext> zuper,
org.springframework.web.context.ConfigurableWebApplicationContext applicationContext) |
Class<?>[] |
getServletConfigClasses(Callable<Class<?>[]> zuper,
Object object) |
@RuntimeType @BindingPriority(value=2147483647) public Object anyMethod(@SuperCall Callable<?> zuper, @This(optional=true) Object object, @AllArguments Object[] args) throws Exception
Exception@RuntimeType
public void configureAndRefreshWebApplicationContext(@SuperCall
Callable<org.springframework.web.context.ConfigurableWebApplicationContext> zuper,
@Argument(value=0)
org.springframework.web.context.ConfigurableWebApplicationContext applicationContext)
throws Exception
ExceptionCopyright © 2016–2017 Testify Project. All rights reserved.