Package org.approvaltests.reporters.macosx

Examples of org.approvaltests.reporters.macosx.TkDiffReporter


  {
    assertFalse(new GenericDiffReporter("this_should_never_exist", "").isWorkingInThisEnvironment("a.txt"));
  }
  public void testTkDiff() throws Exception
  {
    approveGenericReporter("a.txt", "b.txt", new TkDiffReporter());
  }
View Full Code Here

TOP

Related Classes of org.approvaltests.reporters.macosx.TkDiffReporter

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.