VST 3 Examples VST 3.7
SDK for developing VST plug-in
Validator::ModuleTestConfig Struct Reference

#include <validator.h>

Public Member Functions

 ModuleTestConfig (bool useGlobalInstance, bool useExtensiveTests, std::string &customTestComponentPath, std::string &testSuiteName, VST3::Optional< VST3::UID > &&testProcessor)
 

Public Attributes

bool useGlobalInstance {true}
 
bool useExtensiveTests {false}
 
std::string customTestComponentPath
 
std::string testSuiteName
 
VST3::Optional< VST3::UIDtestProcessor
 

Constructor & Destructor Documentation

◆ ModuleTestConfig()

ModuleTestConfig ( bool  useGlobalInstance,
bool  useExtensiveTests,
std::string &  customTestComponentPath,
std::string &  testSuiteName,
VST3::Optional< VST3::UID > &&  testProcessor 
)
inline

Member Data Documentation

◆ useGlobalInstance

bool useGlobalInstance {true}

◆ useExtensiveTests

bool useExtensiveTests {false}

◆ customTestComponentPath

std::string customTestComponentPath

◆ testSuiteName

std::string testSuiteName

◆ testProcessor

VST3::Optional<VST3::UID> testProcessor
Empty

Copyright © Steinberg Media Technologies GmbH. All Rights Reserved. This documentation is under this license.