Package com.google.guiceberry.GuiceBerryUniverse

Examples of com.google.guiceberry.GuiceBerryUniverse.TestCaseScaffolding


  /**
   * @see GuiceBerryWrapper
   */
  public GuiceBerryWrapper buildWrapper(TestDescription testDescription, GuiceBerryEnvSelector guiceBerryEnvSelector) {
    return new TestCaseScaffolding(testDescription, guiceBerryEnvSelector, universe);
  }
View Full Code Here

TOP

Related Classes of com.google.guiceberry.GuiceBerryUniverse.TestCaseScaffolding

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.