tester

Members

Enums

DumpTest
enum DumpTest
Undocumented in source.
StopOnFirstFail
enum StopOnFirstFail
Undocumented in source.
TestResult
enum TestResult
Undocumented in source.

Functions

collectTests
Test[] collectTests()
Undocumented in source. Be warned that the author may not have intended to support it.
external_noop
void external_noop()
Undocumented in source. Be warned that the author may not have intended to support it.
makeTest
Test makeTest()
Undocumented in source. Be warned that the author may not have intended to support it.
runAllTests
int runAllTests(StopOnFirstFail stopOnFirstFail)
Undocumented in source. Be warned that the author may not have intended to support it.
runDevTests
int runDevTests()
Undocumented in source. Be warned that the author may not have intended to support it.
runSingleTest
TestResult runSingleTest(Driver driver, FuncDumpSettings dumpSettings, DumpTest dumpTest, Test curTest)
Undocumented in source. Be warned that the author may not have intended to support it.
tryRunSingleTest
TestResult tryRunSingleTest(Driver driver, FuncDumpSettings dumpSettings, DumpTest dumpTest, Test curTest)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

HostSymbol (from vox.all)
public import vox.all : HostSymbol, Slice, SliceString, TargetOs;
Undocumented in source.
Slice (from vox.all)
public import vox.all : HostSymbol, Slice, SliceString, TargetOs;
Undocumented in source.
SliceString (from vox.all)
public import vox.all : HostSymbol, Slice, SliceString, TargetOs;
Undocumented in source.
TargetOs (from vox.all)
public import vox.all : HostSymbol, Slice, SliceString, TargetOs;
Undocumented in source.
format (from std.format)
public import std.format : formattedWrite, format;
Undocumented in source.
formattedWrite (from std.format)
public import std.format : formattedWrite, format;
Undocumented in source.

Structs

Test
struct Test
Undocumented in source.
TestContext
struct TestContext
Undocumented in source.
TestInfo
struct TestInfo
Undocumented in source.

Variables

testSink
TextSink testSink;

Global test output for jit tests Cleared automatically after each test

Meta

Authors

Andrey Penechko.