|
Engine²
Open-source game engine written in C++.
|
#include <gtest/gtest.h>#include <memory>#include <sstream>#include <string>#include <utility>#include "core/Core.hpp"#include "plugin/PluginRmlui.hpp"#include "resource/GraphicSettings.hpp"#include "resource/UIContext.hpp"#include "scheduler/Init.hpp"#include "spdlog/common.h"#include "spdlog/logger.h"#include "spdlog/sinks/ostream_sink.h"#include "spdlog/spdlog.h"Functions | |
| void | LoadFontTest (Engine::Core &core) |
| void | LoadFontFailureTest (Engine::Core &core) |
| TEST (RmluiFont, GlobalRun) | |
| TEST (RmluiFont, FailedLoad) | |
| void LoadFontFailureTest | ( | Engine::Core & | core | ) |
| void LoadFontTest | ( | Engine::Core & | core | ) |
| TEST | ( | RmluiFont | , |
| FailedLoad | ) |
| TEST | ( | RmluiFont | , |
| GlobalRun | ) |