RegexUtils
public
class
RegexUtils
extends Object
java.lang.Object | |
↳ | com.android.sts.common.RegexUtils |
Chứa các trình bao bọc xung quanh câu nhận định JUnit với biểu thức chính quy phù hợp trong chuỗi
Tóm tắt
Hàm khởi tạo công khai | |
---|---|
RegexUtils()
|
Phương thức công khai | |
---|---|
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)
|
Hàm khởi tạo công khai
RegexUtils
public RegexUtils ()
Phương thức công khai
Xác nhận có chứa
public static void assertContains (String pattern, String input)
Tham số | |
---|---|
pattern |
String |
input |
String |
Gửi | |
---|---|
Exception |
khẳng định bao gồm nhiều dòng
public static void assertContainsMultiline (String pattern, String input)
Tham số | |
---|---|
pattern |
String |
input |
String |
Gửi | |
---|---|
Exception |
khẳng định không chứa
public static void assertNotContains (String pattern, String input)
Tham số | |
---|---|
pattern |
String |
input |
String |
Gửi | |
---|---|
Exception |
khẳng định không chứađa dòng
public static void assertNotContainsMultiline (String pattern, String input)
Tham số | |
---|---|
pattern |
String |
input |
String |
Gửi | |
---|---|
Exception |