ocean ~master (2025-12-21T07:04:04.4212625)
Dub
Repo
TestException
ocean
core
Test
Exception class to be thrown from unot tests blocks.
class
TestException : Exception {
this
(string msg, string file, int line);
}
Constructors
this
this
(string msg, string 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.