Package com.google.common.testing

Examples of com.google.common.testing.TearDownStack.runTearDown()


      public void addTearDown(TearDown tearDown) {
        delegate.addTearDown(tearDown);
      }
   
      public void runTearDown() {
        delegate.runTearDown();
      }
    };
  }
 
  @Provides
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.