Package org.bladerunnerjs.testing.specutility

Examples of org.bladerunnerjs.testing.specutility.TestPackVerifier


  public NamedDirNodeCommander when(NamedDirNode namedDirNode) { return new NamedDirNodeCommander(this, namedDirNode); }
  public NamedDirNodeVerifier then(NamedDirNode namedDirNode) { return new NamedDirNodeVerifier(this, namedDirNode); }
 
  // TestPack
  public TestPackCommander when(TestPack testPack) { return new TestPackCommander(this, testPack); }
  public TestPackVerifier then(TestPack testPack) { return new TestPackVerifier(this, testPack); }
View Full Code Here


  public AppServerVerifier and(ApplicationServer appServer) { return new AppServerVerifier(specTest, appServer); }
  public JettyServerVerifier and(Server jettyServer) { return new JettyServerVerifier(specTest, jettyServer); }
  public AppConfVerifier and(AppConf appConf) { return new AppConfVerifier(specTest, appConf); }
  public DirectoryVerifier and(File dir) { return new DirectoryVerifier(specTest, dir); }
  public StringVerifier and(StringBuffer stringBuffer) { return new StringVerifier(specTest, stringBuffer); }
  public TestPackVerifier and(TestPack testPack) { return new TestPackVerifier(specTest, testPack); }
View Full Code Here

TOP

Related Classes of org.bladerunnerjs.testing.specutility.TestPackVerifier

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.