public class StringUtilsStartsEndsWithTest extends Object
StringUtils - StartsWith/EndsWith methods| Constructor and Description |
|---|
StringUtilsStartsEndsWithTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testEndsWith()
Test StringUtils.endsWith()
|
void |
testEndsWithAny() |
void |
testEndsWithIgnoreCase()
Test StringUtils.endsWithIgnoreCase()
|
void |
testStartsWith()
Test StringUtils.startsWith()
|
void |
testStartsWithAny() |
void |
testStartsWithIgnoreCase()
Test StringUtils.testStartsWithIgnoreCase()
|
public StringUtilsStartsEndsWithTest()
public void testStartsWith()
public void testStartsWithIgnoreCase()
public void testStartsWithAny()
public void testEndsWith()
public void testEndsWithIgnoreCase()
public void testEndsWithAny()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.