Package | Description |
---|---|
org.apache.storm |
Modifier and Type | Method and 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.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.