Package org.bladerunnerjs.testing.specutility

Examples of org.bladerunnerjs.testing.specutility.DirNodeCommander


  // AssetLocation
  public AssetLocationBuilder given(AssetLocation assetLocation) { return new AssetLocationBuilder(this, assetLocation); }
 
  // DirNode
  public DirNodeBuilder given(DirNode dirNode) { return new DirNodeBuilder(this, dirNode); }
  public DirNodeCommander when(DirNode dirNode) { return new DirNodeCommander(this, dirNode); }
View Full Code Here


  public AspectCommander and(Aspect aspect) { return new AspectCommander(modelTest, aspect); }
  public BladesetCommander and(Bladeset bladeset) { return new BladesetCommander(modelTest, bladeset); }
  public BladeCommander and(Blade blade) { return new BladeCommander(modelTest, blade); }
  public WorkbenchCommander and(Workbench workbench) { return new WorkbenchCommander(modelTest, workbench); }
  public JsLibCommander and(JsLib jsLib) { return new JsLibCommander(modelTest, jsLib); }
  public DirNodeCommander and(DirNode dirNode) { return new DirNodeCommander(modelTest, dirNode); }
View Full Code Here

TOP

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

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.