| Package | Description |
|---|---|
| org.testifyproject |
A package that contains Annotations, SPI contract classes, and traits.
|
| Modifier and Type | Method and Description |
|---|---|
static TestifyException |
TestifyException.of(String message)
Constructs a new runtime exception with the specified detail message.
|
static TestifyException |
TestifyException.of(String message,
Throwable cause)
Constructs a new runtime exception with the specified detail message and cause.
|
static TestifyException |
TestifyException.of(Throwable cause)
Constructs a new runtime exception with the specified detail cause.
|
Copyright © 2016–2018 Testify Project. All rights reserved.