UnitTest is a class that holds the test configuration. There are several options that can be set to configure the test.
- silent : If true, the test will not print the test results.
- run_bench : If true, the test will run the benchmark tests.
- run_fuzz : If true, the test will run the fuzz tests.
- list_test_cases : If true, the test will list the test cases.
- no_color : If true, the test will not print the test results with color.
- log_to_report : If true, the test will log the test results to the report.
- correct_output_path : The path that the golden files will be saved.
- reporter_name : The name of the reporter that will be used to report the test results.
- binary : The binary name that will be used to run the test.
- filters : The filters that will be used to filter the test cases.