org.jclouds.util
Class Assertions

java.lang.Object
  extended by org.jclouds.util.Assertions

public class Assertions
extends Object

Author:
Adrian Cole

Constructor Summary
Assertions()
           
 
Method Summary
static boolean eventuallyTrue(com.google.common.base.Supplier<Boolean> assertion, long inconsistencyMillis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Assertions

public Assertions()
Method Detail

eventuallyTrue

public static boolean eventuallyTrue(com.google.common.base.Supplier<Boolean> assertion,
                                     long inconsistencyMillis)
                              throws InterruptedException
Throws:
InterruptedException


Copyright © 2009-2012 jclouds. All Rights Reserved.