yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
snes_palette_test.cc File Reference
#include "app/gfx/snes_palette.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "app/gfx/snes_color.h"
Include dependency graph for snes_palette_test.cc:

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::test
 
namespace  yaze::test::anonymous_namespace{snes_palette_test.cc}
 

Functions

unsigned int yaze::test::anonymous_namespace{snes_palette_test.cc}::test_convert (snes_color col)
 
 yaze::test::TEST (SnesColorTest, DefaultConstructor)
 
 yaze::test::TEST (SnesColorTest, RGBConstructor)
 
 yaze::test::TEST (SnesColorTest, SNESConstructor)
 
 yaze::test::TEST (SnesColorTest, ConvertRgbToSnes)
 
 yaze::test::TEST (SnesColorTest, ConvertSnestoRGB)
 
 yaze::test::TEST (SnesColorTest, ConvertSnesToRGB_Binary)
 
 yaze::test::TEST (SnesColorTest, Extraction)
 
 yaze::test::TEST (SnesColorTest, Convert)
 
 yaze::test::TEST (SnesPaletteTest, DefaultConstructor)
 
 yaze::test::TEST (SnesPaletteTest, AddColor)
 
 yaze::test::TEST (SnesPaletteTest, AddMultipleColors)
 
 yaze::test::TEST (SnesPaletteTest, UpdateColor)
 
 yaze::test::TEST (SnesPaletteTest, SubPalette)
 
 yaze::test::TEST (SnesPaletteTest, VectorConstructor)
 
 yaze::test::TEST (SnesPaletteTest, Clear)
 
 yaze::test::TEST (SnesPaletteTest, Iterator)
 
 yaze::test::TEST (SnesPaletteTest, OperatorAccess)