Package org.bladerunnerjs.testing.specutility

Examples of org.bladerunnerjs.testing.specutility.AssetLocationBuilder


  public JsLibBuilder given(JsLib jsLib) { return new JsLibBuilder(this, jsLib); }
  public JsLibCommander when(JsLib jsLib) { return new JsLibCommander(this, jsLib); }
  public JsLibVerifier then(JsLib jsLib) { return new JsLibVerifier(this, jsLib); }
 
  // AssetLocation
  public AssetLocationBuilder given(AssetLocation assetLocation) { return new AssetLocationBuilder(this, assetLocation); }
View Full Code Here

TOP

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

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.