Examples of AspectVerifier


Examples of org.bladerunnerjs.testing.specutility.AspectVerifier

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

Examples of org.bladerunnerjs.testing.specutility.AspectVerifier

  public NodeObserverVerifier and(EventObserver observer) { return new NodeObserverVerifier(specTest, observer); }
  public NamedNodeVerifier and(NamedNode namedDirNode) { return new NamedNodeVerifier(specTest, namedDirNode); }
  public BRJSVerifier and(BRJS brjs) { return new BRJSVerifier(specTest, brjs); }
  public AppVerifier and(App app) { return new AppVerifier(specTest, app); }
  public AppConfVerifier then(AppConf appConf) { return new AppConfVerifier(specTest, appConf); }
  public AspectVerifier and(Aspect aspect) { return new AspectVerifier(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.