org.thymeleaf.testing.templateengine.standard.test.builder
Class StandardTestBuilder

Object
  extended by org.thymeleaf.testing.templateengine.standard.test.builder.StandardTestBuilder
All Implemented Interfaces:
IStandardTestBuilder

public class StandardTestBuilder
extends Object
implements IStandardTestBuilder


Constructor Summary
StandardTestBuilder()
           
StandardTestBuilder(ITestableResolver testableResolver)
           
 
Method Summary
protected  void additionalInitialization(StandardTest test, ITest parentTest, StandardTestEvaluatedData data)
           
 ITest buildTest(String executionId, StandardTestEvaluatedData data)
           
protected  StandardTest createTestInstance()
           
 ITestableResolver getTestableResolver()
           
 void setTestableResolver(ITestableResolver testableResolver)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardTestBuilder

public StandardTestBuilder()

StandardTestBuilder

public StandardTestBuilder(ITestableResolver testableResolver)
Method Detail

getTestableResolver

public ITestableResolver getTestableResolver()

setTestableResolver

public void setTestableResolver(ITestableResolver testableResolver)

buildTest

public final ITest buildTest(String executionId,
                             StandardTestEvaluatedData data)
Specified by:
buildTest in interface IStandardTestBuilder

createTestInstance

protected StandardTest createTestInstance()

additionalInitialization

protected void additionalInitialization(StandardTest test,
                                        ITest parentTest,
                                        StandardTestEvaluatedData data)


Copyright © 2013 The THYMELEAF team. All Rights Reserved.