public class PerfTestResultRecorderRule
extends org.junit.rules.TestWatcher
| Modifier and Type | Field and Description | 
|---|---|
static Logger | 
LOG  | 
protected PerfTestResults | 
results  | 
| Constructor and Description | 
|---|
PerfTestResultRecorderRule()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
formatResultFileDirName()  | 
protected String | 
formatResultFileName(org.junit.runner.Description description)  | 
void | 
setResults(PerfTestResults results)  | 
protected void | 
succeeded(org.junit.runner.Description description)  | 
public static final Logger LOG
protected PerfTestResults results
protected void succeeded(org.junit.runner.Description description)
succeeded in class org.junit.rules.TestWatcherprotected String formatResultFileDirName()
protected String formatResultFileName(org.junit.runner.Description description)
public void setResults(PerfTestResults results)
Copyright © 2019. All rights reserved.