/
jiteman
/
jsd-foreign-libreoffice-cppunit
Обзор
Документация
Войти
/
jiteman
/
jsd-foreign-libreoffice-cppunit
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/cppunit/PlugInParameters.cpp
28 строк
398 B
jiteman
initial commit has been done
14 апр 2024, 15:49
14 апр 2024, 15:49
4c53812
Код
Авторство
О чём код?
#include <cppunit/plugin/PlugInParameters.h> #if !defined(CPPUNIT_NO_TESTPLUGIN) CPPUNIT_NS_BEGIN PlugInParameters::PlugInParameters( const std::string &commandLine ) : m_commandLine( commandLine ) { } PlugInParameters::~PlugInParameters() { } std::string PlugInParameters::getCommandLine() const { return m_commandLine; } CPPUNIT_NS_END #endif // !defined(CPPUNIT_NO_TESTPLUGIN)