ComSquare
Functions
testOperand.cpp File Reference
#include <catch2/catch_test_macros.hpp>
#include "tests.hpp"
#include "SNES.hpp"
#include "APU/APU.hpp"
#include "Exceptions/InvalidAddress.hpp"
Include dependency graph for testOperand.cpp:

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]")
 

Function Documentation

◆ TEST_CASE() [1/13]

TEST_CASE ( "absolute apu_get"  ,
""  [apu_get] 
)

◆ TEST_CASE() [2/13]

TEST_CASE ( "absoluteaddrbyx apu_get"  ,
""  [apu_get] 
)

◆ TEST_CASE() [3/13]

TEST_CASE ( "absoluteaddrbyy apu_get"  ,
""  [apu_get] 
)

◆ TEST_CASE() [4/13]

TEST_CASE ( "absolutebit apu_get"  ,
""  [apu_get] 
)

◆ TEST_CASE() [5/13]

TEST_CASE ( "absolutebyx apu_get"  ,
""  [apu_get] 
)

◆ TEST_CASE() [6/13]

TEST_CASE ( "absolutebyxdirect apu_get"  ,
""  [apu_get] 
)

◆ TEST_CASE() [7/13]

TEST_CASE ( "absolutedirectbyy apu_get"  ,
""  [apu_get] 
)

◆ TEST_CASE() [8/13]

TEST_CASE ( "direct apu_get"  ,
""  [apu_get] 
)

◆ TEST_CASE() [9/13]

TEST_CASE ( "directbyX apu_get"  ,
""  [apu_get] 
)

◆ TEST_CASE() [10/13]

TEST_CASE ( "directbyY apu_get"  ,
""  [apu_get] 
)

◆ TEST_CASE() [11/13]

TEST_CASE ( "immediate apu_get"  ,
""  [apu_get] 
)

◆ TEST_CASE() [12/13]

TEST_CASE ( "X apu_get"  ,
""  [apu_get] 
)

◆ TEST_CASE() [13/13]

TEST_CASE ( "Y apu_get"  ,
""  [apu_get] 
)