#include <unit_test.h>
Definition at line 457 of file unit_test.h.
◆ TestIsolateScope()
dart::TestIsolateScope::TestIsolateScope |
( |
void * |
isolate_group_data = nullptr , |
|
|
void * |
isolate_data = nullptr |
|
) |
| |
|
inline |
Definition at line 459 of file unit_test.h.
460 {
462 nullptr, isolate_group_data, isolate_data));
464 }
static Dart_Isolate CreateTestIsolate(const char *name=nullptr, void *isolate_group_data=nullptr, void *isolate_data=nullptr)
DART_EXPORT void Dart_EnterScope()
◆ ~TestIsolateScope()
dart::TestIsolateScope::~TestIsolateScope |
( |
| ) |
|
|
inline |
Definition at line 465 of file unit_test.h.
465 {
469 isolate_ = nullptr;
470 }
static Isolate * Current()
DART_EXPORT void Dart_ExitScope()
DART_EXPORT void Dart_ShutdownIsolate()
◆ isolate()
Isolate * dart::TestIsolateScope::isolate |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: