public interface TestMetaDataExtratctor
| 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
|
void before(org.junit.runner.Description description)
description - The description of the testvoid after(org.junit.runner.Description descrption)
descrption - The description of the testio.probedock.client.common.utils.MetaDataBuilder extract(org.junit.runner.Description description)
description - Description of the testCopyright © 2015. All rights reserved.