Options for test generation. More...
#include <test_generation_api.h>
Public Attributes | |
| TestFramework | framework = TestFramework::GTEST |
| bool | include_setup_teardown = true |
| bool | generate_assertions = true |
| bool | include_comments = true |
| bool | use_fixtures = true |
| bool | generate_mocks = false |
| std::string | namespace_name = "yaze::test" |
| std::string | output_directory |
Options for test generation.
Definition at line 105 of file test_generation_api.h.
| TestFramework yaze::cli::automation::TestGenerationAPI::GenerationOptions::framework = TestFramework::GTEST |
Definition at line 106 of file test_generation_api.h.
| bool yaze::cli::automation::TestGenerationAPI::GenerationOptions::include_setup_teardown = true |
Definition at line 107 of file test_generation_api.h.
| bool yaze::cli::automation::TestGenerationAPI::GenerationOptions::generate_assertions = true |
Definition at line 108 of file test_generation_api.h.
| bool yaze::cli::automation::TestGenerationAPI::GenerationOptions::include_comments = true |
Definition at line 109 of file test_generation_api.h.
| bool yaze::cli::automation::TestGenerationAPI::GenerationOptions::use_fixtures = true |
Definition at line 110 of file test_generation_api.h.
| bool yaze::cli::automation::TestGenerationAPI::GenerationOptions::generate_mocks = false |
Definition at line 111 of file test_generation_api.h.
| std::string yaze::cli::automation::TestGenerationAPI::GenerationOptions::namespace_name = "yaze::test" |
Definition at line 112 of file test_generation_api.h.
| std::string yaze::cli::automation::TestGenerationAPI::GenerationOptions::output_directory |
Definition at line 113 of file test_generation_api.h.