Searched refs:TestError (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/system/kernel/unit/
H A DTestError.cpp7 #include "TestError.h"
12 TestError::TestError(Test* test, char* message) function in class:TestError
20 TestError::~TestError()
H A DTestError.h15 class TestError { class
17 TestError(Test* test, char* message);
18 ~TestError();
23 TestError*& ListLink() { return fNext; }
26 TestError* fNext;
H A DTestContext.cpp12 #include "TestError.h"
234 TestError* error = fErrors;
249 TestError* error = fErrors;
271 TestError* error = new(std::nothrow) TestError(fTest, buffer);
H A DTestContext.h19 class TestError;
126 TestError* fErrors;

Completed in 40 milliseconds