class TestHelper

Defined at line 26 of file ../../zircon/kernel/phys/lib/boot-shim/include/lib/boot-shim/testing/test-helper.h

Public Members

static const size_t kDefaultBufferSize

Public Methods

void TestHelper ()

Defined at line 22 of file ../../zircon/kernel/phys/lib/boot-shim/test-helper.cc

void ~TestHelper ()

Defined at line 32 of file ../../zircon/kernel/phys/lib/boot-shim/test-helper.cc

void TestHelper (const TestHelper & )

Cannot be copied or moved.

Defined at line 33 of file ../../zircon/kernel/phys/lib/boot-shim/include/lib/boot-shim/testing/test-helper.h

void TestHelper (TestHelper && )

Defined at line 34 of file ../../zircon/kernel/phys/lib/boot-shim/include/lib/boot-shim/testing/test-helper.h

TestHelper & operator= (const TestHelper & )

Defined at line 35 of file ../../zircon/kernel/phys/lib/boot-shim/include/lib/boot-shim/testing/test-helper.h

TestHelper & operator= (TestHelper && )

Defined at line 36 of file ../../zircon/kernel/phys/lib/boot-shim/include/lib/boot-shim/testing/test-helper.h

FILE * log ()

Defined at line 40 of file ../../zircon/kernel/phys/lib/boot-shim/include/lib/boot-shim/testing/test-helper.h

std::vector<std::string> LogLines ()

Defined at line 46 of file ../../zircon/kernel/phys/lib/boot-shim/test-helper.cc

void ExpectLogLines (std::initializer_list<std::string_view> expected)

Defined at line 62 of file ../../zircon/kernel/phys/lib/boot-shim/test-helper.cc

BufferOwner GetZbiBuffer (size_t size)

Defined at line 39 of file ../../zircon/kernel/phys/lib/boot-shim/test-helper.cc