public class NodeOutputRule extends Object implements org.junit.rules.TestRule
This is a temporary hack and this feature should be in Angela itself.
TODO: Have the logs per process in Angela (https://github.com/Terracotta-OSS/angela/issues/16)
| Modifier and Type | Class and Description |
|---|---|
static class |
NodeOutputRule.NodeLog |
| Constructor and Description |
|---|
NodeOutputRule() |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
void |
clearLog() |
void |
clearLog(int stripeId,
int nodeId) |
NodeOutputRule.NodeLog |
getLog(int stripeId,
int nodeId) |
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description)
apply in interface org.junit.rules.TestRulepublic NodeOutputRule.NodeLog getLog(int stripeId, int nodeId)
public void clearLog(int stripeId,
int nodeId)
public void clearLog()
Copyright © 2020. All rights reserved.