Package org.jtester.hamcrest.iassert.object.impl

Examples of org.jtester.hamcrest.iassert.object.impl.JSONAssert


  public IDateAssert<Date> date(Date date) {
    return new DateAssert<Date>(date, Date.class);
  }

  public IJSONAssert json(String string) {
    return new JSONAssert(string, IJSONAssert.class);
  }
View Full Code Here

TOP

Related Classes of org.jtester.hamcrest.iassert.object.impl.JSONAssert

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.