正则表达式实用程序
public
class
RegexUtils
extends Object
java.lang.Object 中 | |
↳ | com.android.sts.common.RegexUtils |
包含 JUnit 断言,并在字符串中包含正则表达式匹配的封装容器
摘要
公共构造函数 | |
---|---|
RegexUtils()
|
公共方法 | |
---|---|
static
void
|
assertContains(String pattern, String input)
|
static
void
|
assertContainsMultiline(String pattern, String input)
|
static
void
|
assertNotContains(String pattern, String input)
|
static
void
|
assertNotContainsMultiline(String pattern, String input)
|
公共构造函数
正则表达式实用程序
public RegexUtils ()
公共方法
断言包含
public static void assertContains (String pattern, String input)
参数 | |
---|---|
pattern |
String |
input |
String |
抛出 | |
---|---|
Exception |
断言包含多行
public static void assertContainsMultiline (String pattern, String input)
参数 | |
---|---|
pattern |
String |
input |
String |
抛出 | |
---|---|
Exception |
assertNotcontainss
public static void assertNotContains (String pattern, String input)
参数 | |
---|---|
pattern |
String |
input |
String |
抛出 | |
---|---|
Exception |
assertNotContainsMultiline
public static void assertNotContainsMultiline (String pattern, String input)
参数 | |
---|---|
pattern |
String |
input |
String |
抛出 | |
---|---|
Exception |