Module trial.stackresult
A module containing custom exceptions for display convenience
Functions
Name | Description |
---|---|
toDarwinFrame(line)
|
Parse a MacOS string frame |
toFrame(line)
|
Converts a stack trace line to a Frame structure |
toGLibCFrame(line)
|
Parse a GLibC string frame |
toLinuxFrame(line)
|
Parse a Linux frame |
toMissingInfoLinuxFrame(line)
|
Parse a Linux frame |
toNetBsdFrame(line)
|
Parse a NetBsd string frame |
toTestException(t)
|
Converts a Throwable to a TestException which improves the failure verbosity |
toWindows1Frame(line)
|
Parse a Windows string frame |
toWindows2Frame(line)
|
Parse a Windows string frame |
Classes
Name | Description |
---|---|
StackResult
|
Used to display the stack |
TestExceptionWrapper
|
Structs
Name | Description |
---|---|
ExternalValidator
|
A structure that allows you to detect which modules are relevant to display |
Frame
|
Represents a stack frame |