org.test4j.hamcrest
类 JavaLangMatcherAssert
java.lang.Object
org.test4j.hamcrest.JavaLangMatcherAssert
public class JavaLangMatcherAssert
- extends Object
兼容Java " assert true/false "语法
Integration method for use with Java's assert keyword. Example:
assert that("Foo", startsWith("f"));
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
that
public static <T> boolean that(T argument,
Matcher matcher)
Copyright © 2013. All rights reserved.