Package org.basepom.mojo.propertyhelper
Class TestStringField
java.lang.Object
org.basepom.mojo.propertyhelper.TestStringField
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
void
void
void
void
void
-
Constructor Details
-
TestStringField
public TestStringField()
-
-
Method Details
-
testSimple
@Test public void testSimple() -
testTwoValues
@Test public void testTwoValues() -
testIgnoreBlank
@Test public void testIgnoreBlank() -
testAcceptBlank
@Test public void testAcceptBlank() -
testAcceptEmpty
@Test public void testAcceptEmpty() -
testNullValueIsEmptyString
@Test public void testNullValueIsEmptyString() -
testSimpleProperty
@Test public void testSimpleProperty() -
testSimplePropertyWithDefault
@Test public void testSimplePropertyWithDefault() -
testNoProperty
@Test public void testNoProperty() -
testIgnoreBlankProperty
@Test public void testIgnoreBlankProperty() -
testNothing
@Test public void testNothing() -
testNothingIgnore
@Test public void testNothingIgnore() -
testMissingProperty
@Test public void testMissingProperty() -
testBlankPropertyValue
@Test public void testBlankPropertyValue() -
testBlankValue
@Test public void testBlankValue()
-