| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractProcessor.onAuthorAdded(Author x,
Test test) |
protected void |
AbstractProcessor.onCategoryAdded(Category x,
Test test) |
protected void |
AbstractProcessor.onDeviceAdded(Device x,
Test test) |
protected void |
AbstractProcessor.onLogCreated(Log log,
Test test) |
protected void |
AbstractProcessor.onMediaAdded(Media m,
Log log,
Test test) |
protected void |
AbstractProcessor.onMediaAdded(Media m,
Test test) |
protected void |
AbstractProcessor.onNodeCreated(Test node) |
protected void |
AbstractProcessor.onTestCreated(Test test) |
protected void |
AbstractProcessor.onTestRemoved(Test test) |
| Modifier and Type | Method and Description |
|---|---|
List<Test> |
JsonDeserializer.deserialize() |
| Modifier and Type | Method and Description |
|---|---|
void |
RawEntityConverter.createDomain(Test test,
ExtentTest extentTest) |
| Modifier and Type | Method and Description |
|---|---|
Test |
Test.getAncestor() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Test> |
Report.findTest(List<Test> list,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
Test.addChild(Test child) |
| Modifier and Type | Method and Description |
|---|---|
List<ExceptionInfo> |
Report.aggregateExceptions(List<Test> testList) |
Optional<Test> |
Report.findTest(List<Test> list,
String name) |
void |
ReportStats.update(List<Test> testList) |
| Modifier and Type | Method and Description |
|---|---|
void |
NamedAttributeContextManager.addContext(T attr,
Test test) |
void |
NamedAttributeContext.addTest(Test test) |
void |
NamedAttributeContextManager.removeTest(Test test)
Remove a test from the context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamedAttributeContextManager.addContext(T attr,
List<Test> testList) |
| Constructor and Description |
|---|
NamedAttributeContext(T attribute,
Test test) |
| Modifier and Type | Method and Description |
|---|---|
static Test |
TestService.createTest(Class<? extends IGherkinFormatterModel> type,
String name,
String description) |
static Test |
TestService.createTest(String name) |
static Test |
TestService.createTest(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TestService.deleteTest(List<Test> list,
Test test) |
static Boolean |
TestService.testHasScreenCapture(Test test,
Boolean deep) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TestService.deleteTest(List<Test> list,
Test test) |
Copyright © 2020. All rights reserved.