public class TestReportFile extends Object
" + PREFIX_IF_ANY + CLASS_NAME + METHOD_NAME + TIMESTAMP + POSTFIX_IF_ANY
| Modifier and Type | Class and Description |
|---|---|
static class |
TestReportFile.Builder |
| Constructor and Description |
|---|
TestReportFile() |
| Modifier and Type | Method and Description |
|---|---|
static TestReportFile.Builder |
forTest(org.junit.runner.Description testDescription)
Starts building of a test report file
|
static TestReportFile.Builder |
forTest(org.junit.jupiter.api.extension.ExtensionContext context) |
File |
getFile()
Gives back the
File object, which can be used as target for report. |
String |
getGeneratedName() |
public static TestReportFile.Builder forTest(org.junit.runner.Description testDescription)
testDescription - public static TestReportFile.Builder forTest(org.junit.jupiter.api.extension.ExtensionContext context)
public File getFile()
File object, which can be used as target for report.public String getGeneratedName()
Copyright © 2019 willhaben internet service GmbH & Co KG. All rights reserved.