class AuditChecker

Defined at line 19 of file ../../src/starnix/tests/selinux/userspace/audit_checker.h

Public Methods

void AuditChecker ()

Constructor: Uses the path of the JSON file containing expected audit logs.

Defined at line 30 of file ../../src/starnix/tests/selinux/userspace/audit_checker.cc

AuditChecker * for_debug ()

Creates an `AuditChecker` with debug prints enabled.

AuditChecker * with_json_generation ()

Creates an `AuditChecker` with audit log JSON generation.

Defined at line 37 of file ../../src/starnix/tests/selinux/userspace/audit_checker.cc

void OnTestSuiteStart (const testing::TestSuite & test_suite)

Defined at line 315 of file ../../src/starnix/tests/selinux/userspace/audit_checker.cc

void OnTestSuiteEnd (const testing::TestSuite & test_suite)

Defined at line 319 of file ../../src/starnix/tests/selinux/userspace/audit_checker.cc

void OnTestStart (const testing::TestInfo & test_info)

Defined at line 331 of file ../../src/starnix/tests/selinux/userspace/audit_checker.cc

void OnTestEnd (const testing::TestInfo & test_info)

Defined at line 339 of file ../../src/starnix/tests/selinux/userspace/audit_checker.cc