#include "app/zelda3/overworld/overworld.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "app/rom.h"
#include "app/zelda3/overworld/overworld_map.h"
#include "test/testing.h"
Go to the source code of this file.
Classes | |
class | yaze::test::OverworldTest |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::test |
Functions | |
yaze::test::TEST_F (OverworldTest, OverworldLoadNoRomDataError) | |
yaze::test::TEST_F (OverworldTest, OverworldLoadRomDataOk) | |