Uses of Interface
org.apache.storm.Testing.Condition
-
Uses of Testing.Condition in org.apache.storm
Modifier and TypeMethodDescriptionstatic 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.