Uses of Interface
org.apache.storm.Testing.Condition
Packages that use Testing.Condition
-
Uses of Testing.Condition in org.apache.storm
Methods in org.apache.storm with parameters of type Testing.ConditionModifier 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.