public class TPTFile extends Object
| Constructor and Description |
|---|
TPTFile(String fileName,
String configuration)
Data container for each TPT File in order to organize all the TPT Files.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConfiguration() |
int |
getExecutionError() |
int |
getFailed() |
String |
getFileName() |
int |
getInconclusive() |
int |
getPassed() |
int |
getTotal() |
public String getFileName()
public String getConfiguration()
public int getPassed()
public int getInconclusive()
public int getExecutionError()
public int getFailed()
public int getTotal()
Copyright © 2016–2018 PikeTec GmbH. All rights reserved.