Package fitlibrary

Examples of fitlibrary.SetFixture


    Number tgtResult = (Number) tgtDB.eval(query);
    if (cleanupDB) {
      cleanupDBs(srcDB, tgtDB);
    }
    Result result = new Result(srcResult.longValue(), tgtResult.longValue());
    return new SetFixture(Collections.singletonList(result));
  }
View Full Code Here


    List<Result> results = allDocuments(srcDocs, destDocs);
    if (cleanupDatabase) {
      cleanupDBs(srcDB, tgtDB);
    }
    return new SetFixture(results);
  }
View Full Code Here

TOP

Related Classes of fitlibrary.SetFixture

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.