trial ~master (2021-03-31T18:29:59Z)
Home
Dub
Repo
PendingTestException
trial
interfaces
An exception that should be thrown by the pending test cases
class
PendingTestException : Exception {
this
(string file, size_t line, Throwable next);
}
Constructors
this
this
(string file, size_t line, Throwable next)
Meta
Source
See Implementation
trial
interfaces
aliases
TestCaseDelegate
TestCaseFunction
classes
LifeCycleListeners
PendingTestException
StepResult
TestResult
functions
toJsonString
toTestResult
interfaces
IAttachmentListener
ILifecycleListener
IStepLifecycleListener
ISuiteLifecycleListener
ITestCaseLifecycleListener
ITestDescribe
ITestDiscovery
ITestExecutor
structs
Attachment
Feature
Flaky
Issue
Label
SourceLocation
Story
SuiteResult
TestCase
An exception that should be thrown by the pending test cases