public class FailureStackElement extends Object
Constructor and Description |
---|
FailureStackElement(String testFilePath,
String actionName,
Long lineNumberStart)
Default constructor using fields.
|
Modifier and Type | Method and Description |
---|---|
Long |
getLineNumberEnd()
Gets the line number where failing action ends.
|
Long |
getLineNumberStart()
Gets the line number where error happened.
|
String |
getStackMessage()
Constructs the stack trace message.
|
String |
getTestFilePath()
Gets the test file path for the failed test.
|
void |
setLineNumberEnd(Long toLineNumber)
Sets the line number where failing action ends.
|
public String getStackMessage()
public Long getLineNumberStart()
public void setLineNumberEnd(Long toLineNumber)
toLineNumber
- the toLineNumber to setpublic Long getLineNumberEnd()
public String getTestFilePath()
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.