/
thomas-king
/
Scanner
Обзор
Документация
Войти
/
thomas-king
/
Scanner
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
include/Tests/ScanIdentifierTests.h
25 строк
411 B
Ace Rodstin
Replace GoogleTest with UnitTest.
02 ноя 2023, 18:07
02 ноя 2023, 18:07
8350eca
Код
Авторство
О чём код?
// // ScanIdentifierTests.h // Scanner // // Created by Ace Rodstin on 11/2/23. // Updated by Ace Rodstin on 11/2/23. // // Copyright © 2023 Ace Rodstin. All rights reserved. // #ifndef TEST_SCAN_IDENTIFIER_TESTS #define TEST_SCAN_IDENTIFIER_TESTS #include "TestsSupport.h" namespace tests { class ScanIdentifierTests: public TestSuit { public: ScanIdentifierTests(); }; } #endif