Package org.bladerunnerjs.testing.specutility

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


  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

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

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.