public class TestClassMustBeProperlyNamedRule extends java.lang.Object implements Rule
TestClassMustBeProperlyNamedRule| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
DEFAULT_ANNOTATIONS |
static java.lang.String[] |
DEFAULT_PREFIX_TOKENS |
static java.lang.String[] |
DEFAULT_SUFFIX_TOKENS |
| Constructor and Description |
|---|
TestClassMustBeProperlyNamedRule()
This constructor used the default is prefix "Test", suffixes "Test" & "TestCase".
|
TestClassMustBeProperlyNamedRule(java.util.Collection<java.lang.String> prefixes,
java.util.Collection<java.lang.String> suffixes)
This constructor enables you to override the prefix / postfixes for the test names.
|
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(PojoClass pojoClass) |
public static final java.lang.String[] DEFAULT_PREFIX_TOKENS
public static final java.lang.String[] DEFAULT_SUFFIX_TOKENS
public static final java.lang.String[] DEFAULT_ANNOTATIONS
public TestClassMustBeProperlyNamedRule()
public TestClassMustBeProperlyNamedRule(java.util.Collection<java.lang.String> prefixes,
java.util.Collection<java.lang.String> suffixes)
prefixes - the prefix list to use.suffixes - the sufix list to useCopyright © 2010-2015. All Rights Reserved.