template <typename T>

class TestWithParam

Defined at line 61 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/parameterized-value.h

Interface for Value Parameterized tests. This class also captures the type

of the parameter and provides storage for such parameter type. This follows gTest interface

to allow more familiarity for users.

Public Methods

void TestWithParam<T> ()

Defined at line 63 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/parameterized-value.h

void ~TestWithParam<T> ()

Defined at line 64 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/parameterized-value.h