aurorafw ~master (2020-10-29T20:10:48Z)
Dub
Repo
AssertException
aurorafw
unit
assertion
Thrown on an assertion failure.
@
safe
pure
class
AssertException : Exception {
this
(string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
aurorafw
unit
assertion
aliases
assertGreaterThan
assertGreaterThanOrEqual
assertIn
assertLessThan
assertLessThanOrEqual
assertNotIn
classes
AssertAllException
AssertException
functions
assertAll
assertArrayEquals
assertAssocArrayEquals
assertContains
assertEmpty
assertEquals
assertEventually
assertExists
assertExistsInArray
assertFalse
assertNotEmpty
assertNotNull
assertNotSame
assertNull
assertRangeEquals
assertSame
assertTrue
description
diff
expectThrows
fail
templates
assertOp
Thrown on an assertion failure.