/
thomas-king
/
ArgumentsParser
Обзор
Документация
Войти
/
thomas-king
/
ArgumentsParser
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
include/Tests/ArgumentsParserTests.h
29 строк
565 B
Ace Rodstin
Fix tests
20 ноя 2023, 21:08
20 ноя 2023, 21:08
9e5189b
Код
Авторство
О чём код?
// // ArgumentsParserTests.h // ArgumentsParser // // Created by Ace Rodstin on 11/13/23. // Updated by Ace Rodstin on 11/20/23. // // Copyright (C) 2023 Ace Rodstin. All rights reserved. // #ifndef TESTS_ARGUMENTS_PARSER_TESTS #define TESTS_ARGUMENTS_PARSER_TESTS #include "UnitTests/Models/TestSuit.h" #include "UnitTests/Models/TestCase.h" #include "ArgumentsParser/Services/ArgumentsParser.h" using namespace unit_tests; namespace tests { class ArgumentsParserTests: public TestSuit { public: ArgumentsParserTests(); }; } #endif