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"));
 


方法摘要
static
<T> boolean
that(T argument, Matcher matcher)
           
 
从类 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.