/
jiteman
/
jsd-foreign-libreoffice-cppunit
Обзор
Документация
Войти
/
jiteman
/
jsd-foreign-libreoffice-cppunit
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/cppunit/XmlOutputterHook.cpp
43 строки
671 B
jiteman
initial commit has been done
14 апр 2024, 15:49
14 апр 2024, 15:49
4c53812
Код
Авторство
О чём код?
#include <cppunit/XmlOutputterHook.h> CPPUNIT_NS_BEGIN void XmlOutputterHook::beginDocument( XmlDocument * ) { } void XmlOutputterHook::endDocument( XmlDocument * ) { } void XmlOutputterHook::failTestAdded( XmlDocument *, XmlElement *, Test *, TestFailure * ) { } void XmlOutputterHook::successfulTestAdded( XmlDocument *, XmlElement *, Test * ) { } void XmlOutputterHook::statisticsAdded( XmlDocument *, XmlElement * ) { } CPPUNIT_NS_END