yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::automation::TestGenerationAPI::GenerationOptions Struct Reference

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
 

Detailed Description

Options for test generation.

Definition at line 105 of file test_generation_api.h.

Member Data Documentation

◆ framework

TestFramework yaze::cli::automation::TestGenerationAPI::GenerationOptions::framework = TestFramework::GTEST

Definition at line 106 of file test_generation_api.h.

◆ include_setup_teardown

bool yaze::cli::automation::TestGenerationAPI::GenerationOptions::include_setup_teardown = true

Definition at line 107 of file test_generation_api.h.

◆ generate_assertions

bool yaze::cli::automation::TestGenerationAPI::GenerationOptions::generate_assertions = true

Definition at line 108 of file test_generation_api.h.

◆ include_comments

bool yaze::cli::automation::TestGenerationAPI::GenerationOptions::include_comments = true

Definition at line 109 of file test_generation_api.h.

◆ use_fixtures

bool yaze::cli::automation::TestGenerationAPI::GenerationOptions::use_fixtures = true

Definition at line 110 of file test_generation_api.h.

◆ generate_mocks

bool yaze::cli::automation::TestGenerationAPI::GenerationOptions::generate_mocks = false

Definition at line 111 of file test_generation_api.h.

◆ namespace_name

std::string yaze::cli::automation::TestGenerationAPI::GenerationOptions::namespace_name = "yaze::test"

Definition at line 112 of file test_generation_api.h.

◆ output_directory

std::string yaze::cli::automation::TestGenerationAPI::GenerationOptions::output_directory

Definition at line 113 of file test_generation_api.h.


The documentation for this struct was generated from the following file: