Uses of Interface
org.apache.storm.Testing.Condition
-
Packages that use Testing.Condition Package Description org.apache.storm -
-
Uses of Testing.Condition in org.apache.storm
Methods in org.apache.storm with parameters of type Testing.Condition Modifier and Type Method Description static void
Testing. whileTimeout(long timeoutMs, Testing.Condition condition, Runnable body)
Continue to execute body repeatedly until condition is true or TEST_TIMEOUT_MS has passed.static void
Testing. whileTimeout(Testing.Condition condition, Runnable body)
Continue to execute body repeatedly until condition is true or TEST_TIMEOUT_MS has passed.
-