struct FilterOp

Defined at line 120 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/runner.h

Holds the pattern used for filtering.

Public Members

String pattern
bool run_disabled

Public Methods

bool operator() (const fbl::String & test_case, const fbl::String & test)

Returns true if the test_case and test matches |pattern|.

Defined at line 313 of file ../../zircon/system/ulib/zxtest/runner.cc