Package org.bladerunnerjs.testing.specutility

Examples of org.bladerunnerjs.testing.specutility.DirNodeVerifier


  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); }
  public DirNodeVerifier then(DirNode dirNode) { return new DirNodeVerifier(this, dirNode); }
View Full Code Here


  public AspectVerifier and(Aspect aspect) { return new AspectVerifier(specTest, aspect); }
  public BladeVerifier and(Blade blade) { return new BladeVerifier(specTest, blade); }
  public BladesetVerifier and(Bladeset bladeset) { return new BladesetVerifier(specTest, bladeset); }
  public WorkbenchVerifier and(Workbench workbench) { return new WorkbenchVerifier(specTest, workbench); }
  public JsLibVerifier and(JsLib jsLib) { return new JsLibVerifier(specTest, jsLib); }
  public DirNodeVerifier and(DirNode dirNode) { return new DirNodeVerifier(specTest, dirNode); }
View Full Code Here

TOP

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

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.