Package org.bladerunnerjs.testing.specutility

Examples of org.bladerunnerjs.testing.specutility.AppConfCommander


  public AppCommander when(App app) { return new AppCommander(this, app); }
  public AppVerifier then(App app) { return new AppVerifier(this, app); }
 
  // AppConf
  public AppConfBuilder given(AppConf appConf) { return new AppConfBuilder(this, appConf); }
  public AppConfCommander when(AppConf appConf) { return new AppConfCommander(this, appConf); }
View Full Code Here


  }
 
  public NamedNodeCommander and(NamedNode namedDirNode) { return new NamedNodeCommander(modelTest, namedDirNode); }
  public BRJSCommander and(BRJS brjs) { return new BRJSCommander(modelTest, brjs); }
  public AppCommander and(App app) { return new AppCommander(modelTest, app); }
  public AppConfCommander when(AppConf appConf) { return new AppConfCommander(modelTest, appConf); }
View Full Code Here

TOP

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

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.