Uses of Interface
com.identity4j.util.expect.ExpectMatcher
-
Packages that use ExpectMatcher Package Description com.identity4j.util.expect -
-
Uses of ExpectMatcher in com.identity4j.util.expect
Classes in com.identity4j.util.expect that implement ExpectMatcher Modifier and Type Class Description classDefaultExpectMatcherclassRegularExpressionExpectMatcherFields in com.identity4j.util.expect with type parameters of type ExpectMatcher Modifier and Type Field Description protected List<ExpectMatcher>Expect. matchersConstructors in com.identity4j.util.expect with parameters of type ExpectMatcher Constructor Description Expect(ExpectMatcher matcher)Expect(ExpectMatcher matcher, InputStream in, OutputStream out)Expect(ExpectMatcher matcher, InputStream in, OutputStream out, String eol)
-