/
jiteman
/
jsd-foreign-libreoffice-cppunit
Обзор
Документация
Войти
/
jiteman
/
jsd-foreign-libreoffice-cppunit
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/cppunit/TestLeaf.cpp
28 строк
341 B
jiteman
initial commit has been done
14 апр 2024, 15:49
14 апр 2024, 15:49
4c53812
Код
Авторство
О чём код?
#include <cppunit/TestLeaf.h> CPPUNIT_NS_BEGIN int TestLeaf::countTestCases() const { return 1; } int TestLeaf::getChildTestCount() const { return 0; } Test * TestLeaf::doGetChildTestAt( int index ) const { checkIsValidIndex( index ); return nullptr; // never called, checkIsValidIndex() always throw. } CPPUNIT_NS_END