org.thymeleaf.testing.templateengine.standard.test.evaluator.field
Class StandardTestFieldEvaluationSpec

Object
  extended by org.thymeleaf.testing.templateengine.standard.test.evaluator.field.StandardTestFieldEvaluationSpec

public class StandardTestFieldEvaluationSpec
extends Object


Field Summary
static StandardTestFieldEvaluationSpec CACHE_FIELD_SPEC
           
static StandardTestFieldEvaluationSpec CONTEXT_FIELD_SPEC
           
static StandardTestFieldEvaluationSpec EXACT_MATCH_FIELD_SPEC
           
static StandardTestFieldEvaluationSpec EXCEPTION_FIELD_SPEC
           
static StandardTestFieldEvaluationSpec EXCEPTION_MESSAGE_PATTERN_FIELD_SPEC
           
static StandardTestFieldEvaluationSpec EXTENDS_FIELD_SPEC
           
static StandardTestFieldEvaluationSpec FRAGMENT_FIELD_SPEC
           
static StandardTestFieldEvaluationSpec INPUT_FIELD_SPEC
           
static StandardTestFieldEvaluationSpec MESSAGES_FIELD_SPEC
           
static StandardTestFieldEvaluationSpec OUTPUT_FIELD_SPEC
           
static Set<StandardTestFieldEvaluationSpec> STANDARD_TEST_FIELD_SPECS
           
static StandardTestFieldEvaluationSpec TEMPLATE_MODE_FIELD_SPEC
           
static StandardTestFieldEvaluationSpec TEST_NAME_FIELD_SPEC
           
 
Constructor Summary
StandardTestFieldEvaluationSpec(String name, IStandardTestFieldEvaluator evaluator)
           
 
Method Summary
 IStandardTestFieldEvaluator getEvaluator()
           
 String getName()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST_NAME_FIELD_SPEC

public static final StandardTestFieldEvaluationSpec TEST_NAME_FIELD_SPEC

TEMPLATE_MODE_FIELD_SPEC

public static final StandardTestFieldEvaluationSpec TEMPLATE_MODE_FIELD_SPEC

CACHE_FIELD_SPEC

public static final StandardTestFieldEvaluationSpec CACHE_FIELD_SPEC

CONTEXT_FIELD_SPEC

public static final StandardTestFieldEvaluationSpec CONTEXT_FIELD_SPEC

MESSAGES_FIELD_SPEC

public static final StandardTestFieldEvaluationSpec MESSAGES_FIELD_SPEC

FRAGMENT_FIELD_SPEC

public static final StandardTestFieldEvaluationSpec FRAGMENT_FIELD_SPEC

INPUT_FIELD_SPEC

public static final StandardTestFieldEvaluationSpec INPUT_FIELD_SPEC

OUTPUT_FIELD_SPEC

public static final StandardTestFieldEvaluationSpec OUTPUT_FIELD_SPEC

EXCEPTION_FIELD_SPEC

public static final StandardTestFieldEvaluationSpec EXCEPTION_FIELD_SPEC

EXCEPTION_MESSAGE_PATTERN_FIELD_SPEC

public static final StandardTestFieldEvaluationSpec EXCEPTION_MESSAGE_PATTERN_FIELD_SPEC

EXACT_MATCH_FIELD_SPEC

public static final StandardTestFieldEvaluationSpec EXACT_MATCH_FIELD_SPEC

EXTENDS_FIELD_SPEC

public static final StandardTestFieldEvaluationSpec EXTENDS_FIELD_SPEC

STANDARD_TEST_FIELD_SPECS

public static final Set<StandardTestFieldEvaluationSpec> STANDARD_TEST_FIELD_SPECS
Constructor Detail

StandardTestFieldEvaluationSpec

public StandardTestFieldEvaluationSpec(String name,
                                       IStandardTestFieldEvaluator evaluator)
Method Detail

getName

public String getName()

getEvaluator

public IStandardTestFieldEvaluator getEvaluator()


Copyright © 2013 The THYMELEAF team. All Rights Reserved.