OpenLexocad  27.1
Base::TestModuleRegistry Struct Reference

This class is holds the name of test modules that should be loaded for testing. More...

#include <ModuleNameRegistry.h>

Public Member Functions

void registerABUTestModule (const wchar_t *moduleName)
 
const std::vector< std::wstring > & getModuleNames () const
 

Protected Attributes

std::vector< std::wstring > ABUTestModules
 

Detailed Description

This class is holds the name of test modules that should be loaded for testing.

Member Function Documentation

◆ getModuleNames()

const std::vector<std::wstring>& Base::TestModuleRegistry::getModuleNames ( ) const
inline

◆ registerABUTestModule()

void Base::TestModuleRegistry::registerABUTestModule ( const wchar_t *  moduleName)

Member Data Documentation

◆ ABUTestModules

std::vector<std::wstring> Base::TestModuleRegistry::ABUTestModules
protected

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