public class StandardTestMetaDataExtractor extends Object implements TestMetaDataExtratctor
| Constructor and Description |
|---|
StandardTestMetaDataExtractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
after(org.junit.runner.Description descrption)
Do some processing after a test is performed
|
void |
before(org.junit.runner.Description description)
Do some processing before a test is performed
|
io.probedock.client.common.utils.MetaDataBuilder |
extract(org.junit.runner.Description description)
Extract meta data from a test
|
public void before(org.junit.runner.Description description)
TestMetaDataExtratctorbefore in interface TestMetaDataExtratctordescription - The description of the testpublic void after(org.junit.runner.Description descrption)
TestMetaDataExtratctorafter in interface TestMetaDataExtratctordescrption - The description of the testpublic io.probedock.client.common.utils.MetaDataBuilder extract(org.junit.runner.Description description)
TestMetaDataExtratctorextract in interface TestMetaDataExtratctordescription - Description of the testCopyright © 2015. All rights reserved.