#include "IconLoader.h"#include "Singleton.h"#include "test/resource.h"#include <chrono>#include <cstddef>#include <filesystem>#include <gtest/gtest.h>#include <string>#include <thread>#include <d3d11.h>#include <d3dcommon.h>#include <windows.h>Classes | |
| class | IconLoaderTests |
Functions | |
| TEST_F (IconLoaderTests, LoadFromFile) | |
| TEST_F (IconLoaderTests, LoadFromUrl) | |
| TEST_F (IconLoaderTests, LoadFromGw2Dat) | |
| TEST_F (IconLoaderTests, LoadFromResource) | |
| TEST_F | ( | IconLoaderTests | , |
| LoadFromFile | |||
| ) |
| TEST_F | ( | IconLoaderTests | , |
| LoadFromGw2Dat | |||
| ) |
| TEST_F | ( | IconLoaderTests | , |
| LoadFromResource | |||
| ) |
| TEST_F | ( | IconLoaderTests | , |
| LoadFromUrl | |||
| ) |