org.thymeleaf.testing.templateengine.standard.test
Class StandardTest
Object
org.thymeleaf.testing.templateengine.testable.AbstractTestable
org.thymeleaf.testing.templateengine.testable.AbstractTest
org.thymeleaf.testing.templateengine.testable.Test
org.thymeleaf.testing.templateengine.standard.test.StandardTest
- All Implemented Interfaces:
- ITest, ITestable
public class StandardTest
- extends Test
|
Method Summary |
Map<String,StandardTestValueType> |
getAdditionalInputsValueTypes()
|
StandardTestValueType |
getAdditionalInputsValueTypes(String inputName)
|
StandardTestValueType |
getCacheValueType()
|
StandardTestValueType |
getContextValueType()
|
StandardTestValueType |
getExactMatchValueType()
|
StandardTestValueType |
getFragmentValueType()
|
StandardTestValueType |
getInputCacheableValueType()
|
StandardTestValueType |
getInputValueType()
|
StandardTestValueType |
getMessagesValueType()
|
StandardTestValueType |
getNameValueType()
|
StandardTestValueType |
getOutputThrowableClassValueType()
|
StandardTestValueType |
getOutputThrowableMessagePatternValueType()
|
StandardTestValueType |
getOutputValueType()
|
StandardTestValueType |
getTemplateModeValueType()
|
void |
setAdditionalInput(String name,
ITestResource resource)
|
void |
setAdditionalInput(String name,
ITestResource resource,
StandardTestValueType valueType)
|
void |
setAdditionalInputs(Map<String,ITestResource> additionalInputs)
|
void |
setAdditionalInputs(Map<String,ITestResource> additionalInputs,
StandardTestValueType valueType)
|
void |
setContext(ITestContext context)
|
void |
setContext(ITestContext context,
StandardTestValueType valueType)
|
void |
setExactMatch(boolean exactMatch,
StandardTestValueType valueType)
|
void |
setFragmentSpec(org.thymeleaf.fragment.IFragmentSpec fragmentSpec)
|
void |
setFragmentSpec(org.thymeleaf.fragment.IFragmentSpec fragmentSpec,
StandardTestValueType valueType)
|
void |
setInput(ITestResource input)
|
void |
setInput(ITestResource input,
StandardTestValueType valueType)
|
void |
setInputCacheable(boolean inputCacheale)
|
void |
setInputCacheable(boolean inputCacheale,
StandardTestValueType valueType)
|
void |
setMessages(ITestMessages messages)
|
void |
setMessages(ITestMessages messages,
StandardTestValueType valueType)
|
void |
setName(String name)
|
void |
setName(String name,
StandardTestValueType valueType)
|
void |
setOutput(ITestResource output)
|
void |
setOutput(ITestResource output,
StandardTestValueType valueType)
|
void |
setOutputThrowableClass(Class<? extends Throwable> outputThrowableClass)
|
void |
setOutputThrowableClass(Class<? extends Throwable> outputThrowableClass,
StandardTestValueType valueType)
|
void |
setOutputThrowableMessagePattern(String outputThrowableMessagePattern)
|
void |
setOutputThrowableMessagePattern(String outputThrowableMessagePattern,
StandardTestValueType valueType)
|
void |
setTemplateMode(String templateMode)
|
void |
setTemplateMode(String templateMode,
StandardTestValueType valueType)
|
| Methods inherited from class org.thymeleaf.testing.templateengine.testable.Test |
evalResult, evalResult, evalResultFailExpected, evalResultFailExpected, evalResultSuccessExpected, evalResultSuccessExpected, getOutput, getOutputThrowableClass, getOutputThrowableMessagePattern, isExactMatch, isSuccessExpected, setExactMatch |
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_VALUE_TYPE
public static final StandardTestValueType DEFAULT_VALUE_TYPE
StandardTest
public StandardTest()
setOutput
public final void setOutput(ITestResource output)
- Overrides:
setOutput in class Test
setOutputThrowableClass
public final void setOutputThrowableClass(Class<? extends Throwable> outputThrowableClass)
- Overrides:
setOutputThrowableClass in class Test
setOutputThrowableMessagePattern
public final void setOutputThrowableMessagePattern(String outputThrowableMessagePattern)
- Overrides:
setOutputThrowableMessagePattern in class Test
setContext
public final void setContext(ITestContext context)
- Overrides:
setContext in class AbstractTest
setMessages
public final void setMessages(ITestMessages messages)
- Overrides:
setMessages in class AbstractTest
setTemplateMode
public final void setTemplateMode(String templateMode)
- Overrides:
setTemplateMode in class AbstractTest
setFragmentSpec
public final void setFragmentSpec(org.thymeleaf.fragment.IFragmentSpec fragmentSpec)
- Overrides:
setFragmentSpec in class AbstractTest
setInput
public final void setInput(ITestResource input)
- Overrides:
setInput in class AbstractTest
setAdditionalInputs
public final void setAdditionalInputs(Map<String,ITestResource> additionalInputs)
- Overrides:
setAdditionalInputs in class AbstractTest
setAdditionalInput
public final void setAdditionalInput(String name,
ITestResource resource)
- Overrides:
setAdditionalInput in class AbstractTest
setInputCacheable
public final void setInputCacheable(boolean inputCacheale)
- Overrides:
setInputCacheable in class AbstractTest
setName
public final void setName(String name)
- Overrides:
setName in class AbstractTestable
setOutput
public void setOutput(ITestResource output,
StandardTestValueType valueType)
setOutputThrowableClass
public void setOutputThrowableClass(Class<? extends Throwable> outputThrowableClass,
StandardTestValueType valueType)
setOutputThrowableMessagePattern
public void setOutputThrowableMessagePattern(String outputThrowableMessagePattern,
StandardTestValueType valueType)
setContext
public void setContext(ITestContext context,
StandardTestValueType valueType)
setMessages
public void setMessages(ITestMessages messages,
StandardTestValueType valueType)
setTemplateMode
public void setTemplateMode(String templateMode,
StandardTestValueType valueType)
setFragmentSpec
public void setFragmentSpec(org.thymeleaf.fragment.IFragmentSpec fragmentSpec,
StandardTestValueType valueType)
setInput
public void setInput(ITestResource input,
StandardTestValueType valueType)
setAdditionalInputs
public void setAdditionalInputs(Map<String,ITestResource> additionalInputs,
StandardTestValueType valueType)
setAdditionalInput
public void setAdditionalInput(String name,
ITestResource resource,
StandardTestValueType valueType)
setInputCacheable
public void setInputCacheable(boolean inputCacheale,
StandardTestValueType valueType)
setName
public void setName(String name,
StandardTestValueType valueType)
setExactMatch
public void setExactMatch(boolean exactMatch,
StandardTestValueType valueType)
getAdditionalInputsValueTypes
public Map<String,StandardTestValueType> getAdditionalInputsValueTypes()
getAdditionalInputsValueTypes
public StandardTestValueType getAdditionalInputsValueTypes(String inputName)
getContextValueType
public StandardTestValueType getContextValueType()
getMessagesValueType
public StandardTestValueType getMessagesValueType()
getFragmentValueType
public StandardTestValueType getFragmentValueType()
getInputValueType
public StandardTestValueType getInputValueType()
getInputCacheableValueType
public StandardTestValueType getInputCacheableValueType()
getCacheValueType
public StandardTestValueType getCacheValueType()
getNameValueType
public StandardTestValueType getNameValueType()
getOutputValueType
public StandardTestValueType getOutputValueType()
getTemplateModeValueType
public StandardTestValueType getTemplateModeValueType()
getOutputThrowableClassValueType
public StandardTestValueType getOutputThrowableClassValueType()
getOutputThrowableMessagePatternValueType
public StandardTestValueType getOutputThrowableMessagePatternValueType()
getExactMatchValueType
public StandardTestValueType getExactMatchValueType()
Copyright © 2013 The THYMELEAF team. All Rights Reserved.