@SpecVersion(spec="beanvalidation",
version="1.1.0")
public class ExpressionLanguageMessageInterpolationTest
extends org.jboss.arquillian.testng.Arquillian
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExpressionLanguageMessageInterpolationTest.ValidContinent |
| Constructor and Description |
|---|
ExpressionLanguageMessageInterpolationTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchive() |
void |
resetDefaultLocale() |
void |
setDefaultLocaleToEnglish() |
void |
setupValidator() |
void |
testInterpolationUsingAnnotationAttributesInElExpression() |
void |
testInterpolationUsingFormatterInElExpression() |
void |
testInterpolationUsingFormatterWithSeveralObjectsInElExpression() |
void |
testInterpolationUsingGroupsAndPayloadInElExpression() |
void |
testInterpolationUsingValidatedValueInElExpression() |
void |
testInterpolationWithElExpression() |
void |
testInterpolationWithElExpressionThrowingAnException() |
void |
testInterpolationWithFormatterUsesDefaultLocaleInElExpression() |
void |
testInterpolationWithIncompleteElExpression() |
void |
testInterpolationWithInvalidElExpression() |
void |
testInterpolationWithSeveralElExpressions() |
void |
testInterpolationWithUnknownElExpression() |
void |
testOnlyDollarSignIsSupportedForEnclosingElExpressions() |
public ExpressionLanguageMessageInterpolationTest()
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
public void setupValidator()
public void setDefaultLocaleToEnglish()
public void resetDefaultLocale()
@SpecAssertions(value={@SpecAssertion(section="5.3.1",id="e"),@SpecAssertion(section="5.3.1.3",id="a"),@SpecAssertion(section="5.3.1.3",id="b")})
public void testInterpolationWithElExpression()
@SpecAssertions(value={@SpecAssertion(section="5.3.1.3",id="a"),@SpecAssertion(section="5.3.1.3",id="b")})
public void testInterpolationWithSeveralElExpressions()
@SpecAssertions(value={@SpecAssertion(section="5.3.1.3",id="a"),@SpecAssertion(section="5.3.1.3",id="f")})
public void testInterpolationWithUnknownElExpression()
@SpecAssertion(section="5.3.1.3",
id="f")
public void testInterpolationWithInvalidElExpression()
@SpecAssertion(section="5.3.1.3",
id="f")
public void testInterpolationWithElExpressionThrowingAnException()
@SpecAssertion(section="5.3.1.3",
id="a")
public void testInterpolationWithIncompleteElExpression()
@SpecAssertions(value={@SpecAssertion(section="5.3.1.3",id="a"),@SpecAssertion(section="5.3.1.3",id="b")})
public void testOnlyDollarSignIsSupportedForEnclosingElExpressions()
@SpecAssertions(value={@SpecAssertion(section="5.3.1.3",id="a"),@SpecAssertion(section="5.3.1.3",id="c")})
public void testInterpolationUsingAnnotationAttributesInElExpression()
@SpecAssertions(value={@SpecAssertion(section="5.3.1.3",id="a"),@SpecAssertion(section="5.3.1.3",id="c")})
public void testInterpolationUsingGroupsAndPayloadInElExpression()
@SpecAssertions(value={@SpecAssertion(section="5.3.1.3",id="a"),@SpecAssertion(section="5.3.1.3",id="d")})
public void testInterpolationUsingValidatedValueInElExpression()
@SpecAssertions(value={@SpecAssertion(section="5.3.1.3",id="a"),@SpecAssertion(section="5.3.1.3",id="e")})
public void testInterpolationUsingFormatterInElExpression()
@SpecAssertions(value={@SpecAssertion(section="5.3.1.3",id="a"),@SpecAssertion(section="5.3.1.3",id="e")})
public void testInterpolationUsingFormatterWithSeveralObjectsInElExpression()
@SpecAssertions(value={@SpecAssertion(section="5.3.1.3",id="a"),@SpecAssertion(section="5.3.1.3",id="e")})
public void testInterpolationWithFormatterUsesDefaultLocaleInElExpression()
Copyright © 2008–2014. All rights reserved.