ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
TestException
ocean
core
Test
Exception class to be thrown from unot tests blocks.
class
TestException : Exception {
this
(istring msg, istring file, int line);
}
Constructors
this
this
(istring msg, istring file, int line)
wraps parent constructor
Meta
Source
See Implementation
ocean
core
Test
classes
NamedTest
TestException
functions
test
testNoAlloc
testThrown
Exception class to be thrown from unot tests blocks.