|
ComSquare
|
#include <catch2/catch_test_macros.hpp>#include "tests.hpp"#include "SNES.hpp"#include "APU/APU.hpp"#include "Exceptions/InvalidAddress.hpp"Functions | |
| TEST_CASE ("immediate apu_get", "[apu_get]") | |
| TEST_CASE ("direct apu_get", "[apu_get]") | |
| TEST_CASE ("X apu_get", "[apu_get]") | |
| TEST_CASE ("Y apu_get", "[apu_get]") | |
| TEST_CASE ("directbyX apu_get", "[apu_get]") | |
| TEST_CASE ("directbyY apu_get", "[apu_get]") | |
| TEST_CASE ("absolute apu_get", "[apu_get]") | |
| TEST_CASE ("absolutebyx apu_get", "[apu_get]") | |
| TEST_CASE ("absoluteaddrbyx apu_get", "[apu_get]") | |
| TEST_CASE ("absoluteaddrbyy apu_get", "[apu_get]") | |
| TEST_CASE ("absolutebit apu_get", "[apu_get]") | |
| TEST_CASE ("absolutebyxdirect apu_get", "[apu_get]") | |
| TEST_CASE ("absolutedirectbyy apu_get", "[apu_get]") | |
| TEST_CASE | ( | "absolute apu_get" | , |
| "" | [apu_get] | ||
| ) |
| TEST_CASE | ( | "absoluteaddrbyx apu_get" | , |
| "" | [apu_get] | ||
| ) |
| TEST_CASE | ( | "absoluteaddrbyy apu_get" | , |
| "" | [apu_get] | ||
| ) |
| TEST_CASE | ( | "absolutebit apu_get" | , |
| "" | [apu_get] | ||
| ) |
| TEST_CASE | ( | "absolutebyx apu_get" | , |
| "" | [apu_get] | ||
| ) |
| TEST_CASE | ( | "absolutebyxdirect apu_get" | , |
| "" | [apu_get] | ||
| ) |
| TEST_CASE | ( | "absolutedirectbyy apu_get" | , |
| "" | [apu_get] | ||
| ) |
| TEST_CASE | ( | "direct apu_get" | , |
| "" | [apu_get] | ||
| ) |
| TEST_CASE | ( | "directbyX apu_get" | , |
| "" | [apu_get] | ||
| ) |
| TEST_CASE | ( | "directbyY apu_get" | , |
| "" | [apu_get] | ||
| ) |
| TEST_CASE | ( | "immediate apu_get" | , |
| "" | [apu_get] | ||
| ) |
| TEST_CASE | ( | "X apu_get" | , |
| "" | [apu_get] | ||
| ) |
| TEST_CASE | ( | "Y apu_get" | , |
| "" | [apu_get] | ||
| ) |
1.8.17