Uses of Interface
org.thymeleaf.testing.templateengine.testable.ITest

Packages that use ITest
org.thymeleaf.testing.templateengine.context   
org.thymeleaf.testing.templateengine.context.web   
org.thymeleaf.testing.templateengine.engine   
org.thymeleaf.testing.templateengine.report   
org.thymeleaf.testing.templateengine.standard.resolver   
org.thymeleaf.testing.templateengine.standard.test   
org.thymeleaf.testing.templateengine.standard.test.builder   
org.thymeleaf.testing.templateengine.testable   
 

Uses of ITest in org.thymeleaf.testing.templateengine.context
 

Methods in org.thymeleaf.testing.templateengine.context with parameters of type ITest
 org.thymeleaf.context.IProcessingContext IProcessingContextBuilder.build(ITest test)
           
 

Uses of ITest in org.thymeleaf.testing.templateengine.context.web
 

Methods in org.thymeleaf.testing.templateengine.context.web with parameters of type ITest
 org.thymeleaf.context.IProcessingContext WebProcessingContextBuilder.build(ITest test)
           
protected  org.springframework.web.context.WebApplicationContext SpringWebProcessingContextBuilder.createApplicationContext(ITest test, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, Locale locale, Map<String,Object> variables)
           
protected  void WebProcessingContextBuilder.doAdditionalVariableProcessing(ITest test, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, Locale locale, Map<String,Object> variables)
           
protected  void SpringWebProcessingContextBuilder.doAdditionalVariableProcessing(ITest test, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, Locale locale, Map<String,Object> variables)
           
protected  org.thymeleaf.context.IWebContext WebProcessingContextBuilder.doCreateWebContextInstance(ITest test, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, Locale locale, Map<String,Object> variables)
           
protected  org.thymeleaf.context.IWebContext SpringWebProcessingContextBuilder.doCreateWebContextInstance(ITest test, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, Locale locale, Map<String,Object> variables)
           
protected  org.springframework.security.core.Authentication SpringSecurityWebProcessingContextBuilder.getAuthentication(org.springframework.context.ApplicationContext applicationContext, ITest test, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, Locale locale, Map<String,Object> variables)
           Computes and returns a Spring Security Authentication object to be used for authenticating the desired user for testing purposes.
protected  List<String> SpringWebProcessingContextBuilder.getBindingVariableNames(ITest test, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, Locale locale, Map<String,Object> variables)
          Deprecated. Not needed anymore. All valid candidate objects in model will now be automatically bound.
protected  void SpringWebProcessingContextBuilder.initBinder(String bindingVariableName, Object bindingObject, ITest test, org.springframework.validation.DataBinder dataBinder, Locale locale, Map<String,Object> variables)
           
protected  void SpringWebProcessingContextBuilder.initBindingResult(String bindingVariableName, Object bindingObject, ITest test, org.springframework.validation.BindingResult bindingResult, Locale locale, Map<String,Object> variables)
           
protected  void SpringWebProcessingContextBuilder.initSpring(org.springframework.context.ApplicationContext applicationContext, ITest test, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, Locale locale, Map<String,Object> variables)
           
protected  void SpringSecurityWebProcessingContextBuilder.initSpring(org.springframework.context.ApplicationContext applicationContext, ITest test, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, Locale locale, Map<String,Object> variables)
           
 

Uses of ITest in org.thymeleaf.testing.templateengine.engine
 

Methods in org.thymeleaf.testing.templateengine.engine that return ITest
static ITest TestExecutor.getThreadTest()
           
 

Uses of ITest in org.thymeleaf.testing.templateengine.report
 

Methods in org.thymeleaf.testing.templateengine.report with parameters of type ITest
 String AbstractTextualTestReporter.msgTestEnd(ITest test, String testName, ITestResult result, long executionTimeNanos)
           
 String AbstractTextualTestReporter.msgTestStart(ITest test, String testName)
           
 void AbstractTextualTestReporter.reportTestEnd(String executionId, int nestingLevel, ITest test, String testName, ITestResult result, long executionTimeNanos)
           
protected  void AbstractTestReporter.reportTestEnd(String executionId, int nestingLevel, ITest test, String testName, ITestResult result, long executionTimeNanos)
           
 void AbstractTextualTestReporter.reportTestStart(String executionId, int nestingLevel, ITest test, String testName)
           
protected  void AbstractTestReporter.reportTestStart(String executionId, int nestingLevel, ITest test, String testName)
           
 void ITestReporter.testEnd(String executionId, int nestingLevel, ITest test, String testName, ITestResult result, long executionTimeNanos)
           
 void AbstractTestReporter.testEnd(String executionId, int nestingLevel, ITest test, String testName, ITestResult result, long executionTimeNanos)
           
 void ITestReporter.testStart(String executionId, int nestingLevel, ITest test, String testName)
           
 void AbstractTestReporter.testStart(String executionId, int nestingLevel, ITest test, String testName)
           
 

Uses of ITest in org.thymeleaf.testing.templateengine.standard.resolver
 

Methods in org.thymeleaf.testing.templateengine.standard.resolver that return ITest
protected  ITest StandardTestableResolver.resolveAsTest(String executionId, ITestResource resource)
           
 

Uses of ITest in org.thymeleaf.testing.templateengine.standard.test
 

Classes in org.thymeleaf.testing.templateengine.standard.test that implement ITest
 class StandardTest
           
 

Uses of ITest in org.thymeleaf.testing.templateengine.standard.test.builder
 

Methods in org.thymeleaf.testing.templateengine.standard.test.builder that return ITest
 ITest StandardTestBuilder.buildTest(String executionId, StandardTestEvaluatedData data, StandardTestableResolver resolver)
           
 ITest IStandardTestBuilder.buildTest(String executionId, StandardTestEvaluatedData data, StandardTestableResolver resolver)
           
 

Methods in org.thymeleaf.testing.templateengine.standard.test.builder with parameters of type ITest
protected  void StandardTestBuilder.additionalInitialization(StandardTest test, ITest parentTest, StandardTestEvaluatedData data)
           
 

Uses of ITest in org.thymeleaf.testing.templateengine.testable
 

Classes in org.thymeleaf.testing.templateengine.testable that implement ITest
 class AbstractTest
           
 class Test
           
 



Copyright © 2013 The THYMELEAF team. All Rights Reserved.