fluentasserts.core.base

Undocumented in source.

Public Imports

fluentasserts.core.array
public import fluentasserts.core.array;
fluentasserts.core.string
public import fluentasserts.core.string;
fluentasserts.core.objects
public import fluentasserts.core.objects;
fluentasserts.core.basetype
public import fluentasserts.core.basetype;
fluentasserts.core.callable
public import fluentasserts.core.callable;
fluentasserts.core.results
public import fluentasserts.core.results;
fluentasserts.core.lifecycle
public import fluentasserts.core.lifecycle;
fluentasserts.core.expect
public import fluentasserts.core.expect;
fluentasserts.core.evaluation
public import fluentasserts.core.evaluation;

Members

Aliases

ReferenceException
alias ReferenceException = UnitTestException
Undocumented in source.
ReferenceException
alias ReferenceException = Exception
Undocumented in source.

Classes

TestException
class TestException
Undocumented in source.

Functions

fluentHandler
void fluentHandler(string file, size_t line, string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
setupFluentHandler
void setupFluentHandler()
Undocumented in source. Be warned that the author may not have intended to support it.
should
auto should(T testData, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

DisabledShouldThrowableCommons
mixintemplate DisabledShouldThrowableCommons()
Undocumented in source.
ShouldCommons
mixintemplate ShouldCommons()
Undocumented in source.
ShouldThrowableCommons
mixintemplate ShouldThrowableCommons()
Undocumented in source.

Structs

Assert
struct Assert
Undocumented in source.
Message
struct Message
Undocumented in source.
Result
struct Result
Undocumented in source.
ThrowableProxy
struct ThrowableProxy(T : Throwable)
Undocumented in source.

Meta