Package org.bladerunnerjs.testing.specutility

Examples of org.bladerunnerjs.testing.specutility.AppBuilder


  public NodePropertiesBuilder given(NodeProperties nodeProperties) { return new NodePropertiesBuilder(this, nodeProperties); }
  public NodePropertiesCommander when(NodeProperties nodeProperties) { return new NodePropertiesCommander(this, nodeProperties); }
  public NodePropertiesVerifier then(NodeProperties nodeProperties) { return new NodePropertiesVerifier(this, nodeProperties); }
 
  // App
  public AppBuilder given(App app) { return new AppBuilder(this, app); }
View Full Code Here


  public TestPackBuilder and(TestPack testPack) { return new TestPackBuilder(specTest, testPack); }
  public NamedNodeBuilder and(NamedNode namedDirNode) { return new NamedNodeBuilder(specTest, namedDirNode); }
  public BRJSBuilder and(BRJS brjs) { return new BRJSBuilder(specTest, brjs); }
  public FileTestBuilder and(File file) { return new FileTestBuilder(specTest, file); }
  public BladerunnerConfBuilder and(BladerunnerConf bladerunnerConf) { return new BladerunnerConfBuilder(specTest, bladerunnerConf); }
  public AppBuilder and(App app) { return new AppBuilder(specTest, app); }
View Full Code Here

TOP

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

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.