|
Finance manager
Лабораторна робота №2 - Документація коду
|
#include "gtest/gtest.h"#include "../ReportGenerator.h"#include "../Transaction.h"#include <vector>#include <fstream>#include <nlohmann/json.hpp>
Classes | |
| class | ReportGeneratorTest |
Functions | |
| TEST_F (ReportGeneratorTest, CalculateTotal) | |
| TEST_F (ReportGeneratorTest, CalculateByCategory) | |
| TEST_F (ReportGeneratorTest, CalculateByAccount) | |
| TEST_F (ReportGeneratorTest, ExportToCSV) | |
| TEST_F (ReportGeneratorTest, ExportToJSON) | |
| TEST_F | ( | ReportGeneratorTest | , |
| CalculateByAccount | |||
| ) |
| TEST_F | ( | ReportGeneratorTest | , |
| CalculateByCategory | |||
| ) |
| TEST_F | ( | ReportGeneratorTest | , |
| CalculateTotal | |||
| ) |
| TEST_F | ( | ReportGeneratorTest | , |
| ExportToCSV | |||
| ) |
| TEST_F | ( | ReportGeneratorTest | , |
| ExportToJSON | |||
| ) |