- close() - Method in class org.kaazing.test.util.MemoryAppender
-
- createRuleChain(TestRule, K3poRule) - Static method in class org.kaazing.test.util.ITUtil
-
Creates a rule (chain) out of a k3po rule and gateway rule, adding extra rules as follows:
a timeout rule to have tests time out if they run for more than 10 seconds
a rule to print console messages at the start and end of each test method and print trace level
log messages on test failure.
- createRuleChain(TestRule, K3poRule, long, TimeUnit) - Static method in class org.kaazing.test.util.ITUtil
-
Creates a rule (chain) out of a k3po rule and gateway rule, adding extra rules as follows:
a timeout rule
a rule to print console messages at the start and end of each test method and print trace level
log messages on test failure.
- createRuleChain(TestRule, long, TimeUnit) - Static method in class org.kaazing.test.util.ITUtil
-
Creates a rule (chain) out of a gateway or other rule, adding extra rules as follows:
a timeout rule
a rule to print console messages at the start and end of each test method and print trace level
log messages on test failure.
- createRuleChain(long, TimeUnit) - Static method in class org.kaazing.test.util.ITUtil
-
Creates a rule chain containing the following rules:
a timeout rule
a rule to print console messages at the start and end of each test method and print trace level
log messages on test failure.