}
@Test(expected = NameTemplateException.class)
public void testInvalidExpressionNoSuchVariantProperty() throws Exception {
new NameTemplateParser().parse("${vprop:foo}",
new FieldNameTemplateValidator(Sets.newHashSet("bar"), Collections.<QName>emptySet()));
}