#include <unit_test.h>
Definition at line 49 of file unit_test.h.
◆ TestCaseBase()
dart::compiler::ffi::TestCaseBase::TestCaseBase |
( |
const char * |
name, |
|
|
const char * |
expectation |
|
) |
| |
|
explicit |
Definition at line 35 of file run_ffi_unit_tests.cc.
38 if (first_ == nullptr) {
39 first_ = this;
40 } else {
41 tail_->next_ = this;
42 }
43 tail_ = this;
44}
const char * name() const
const char * expectation() const
◆ ~TestCaseBase()
virtual dart::compiler::ffi::TestCaseBase::~TestCaseBase |
( |
| ) |
|
|
inlinevirtual |
◆ expectation()
const char * dart::compiler::ffi::TestCaseBase::expectation |
( |
| ) |
const |
|
inline |
Definition at line 55 of file unit_test.h.
55{ return expectation_; }
◆ name()
const char * dart::compiler::ffi::TestCaseBase::name |
( |
| ) |
const |
|
inline |
◆ Run()
virtual void dart::compiler::ffi::TestCaseBase::Run |
( |
| ) |
|
|
pure virtual |
◆ RunAll()
void dart::compiler::ffi::TestCaseBase::RunAll |
( |
| ) |
|
|
static |
Definition at line 46 of file run_ffi_unit_tests.cc.
46 {
48 while (
test !=
nullptr) {
51 }
52}
TestCaseBase(const char *name, const char *expectation)
◆ RunAllRaw()
static void dart::compiler::ffi::TestCaseBase::RunAllRaw |
( |
| ) |
|
|
static |
◆ RunTest()
void dart::compiler::ffi::TestCaseBase::RunTest |
( |
| ) |
|
Definition at line 54 of file run_ffi_unit_tests.cc.
54 {
64 }
65}
static void Print(const char *format,...) PRINTF_ATTRIBUTE(1
static constexpr const char * kAll
static const char * run_filter
static constexpr const char * kList
◆ update_expectations
bool dart::compiler::ffi::TestCaseBase::update_expectations = false |
|
static |
The documentation for this class was generated from the following files: