Examples of AspectBuilder


Examples of org.bladerunnerjs.testing.specutility.AspectBuilder

  public AppConfBuilder given(AppConf appConf) { return new AppConfBuilder(this, appConf); }
  public AppConfCommander when(AppConf appConf) { return new AppConfCommander(this, appConf); }
  public AppConfVerifier then(AppConf appConf) { return new AppConfVerifier(this, appConf); }
 
  // Aspect
  public AspectBuilder given(Aspect aspect) { return new AspectBuilder(this, aspect); }
View Full Code Here

Examples of org.bladerunnerjs.testing.specutility.AspectBuilder

  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); }
  public AppConfBuilder and(AppConf appConf) { return new AppConfBuilder(specTest, appConf); }
  public AspectBuilder and(Aspect aspect) { return new AspectBuilder(specTest, aspect); }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.