Brunot
Loading...
Searching...
No Matches
TestRunner.cpp File Reference

Holds utility code for running tests, setting initial conditions, and building assets. More...

Include dependency graph for TestRunner.cpp:

Namespaces

namespace  sys
 the type of elements in a basic_json container

Macros

#define TST_RNR_INSTANT_EXIT   0
#define TST_RNR_LOAD_STARTUP_SCENE   1
#define TST_RNR_LOAD_MESH   0
#define TST_RNR_SAVE_MESSAGES   0
#define TST_RNR_SAVE_DEFAULTS   0
#define TST_RNR_SAVE_IMAGES   0
#define TST_RNR_SAVE_AUDIO   0
#define TST_RNR_SAVE_BUTTONS   0
#define TST_RNR_DRAW_LINES   0
#define TST_RNR_TEST_PATHS   0
#define TST_RNR_MENU_TEST   0
#define TST_RNR_BUILD_SPINNER_SCENE   0

Functions

auto saveMessages () -> void
auto saveImages (std::filesystem::path path) -> void
auto saveAudio (std::filesystem::path path) -> void
auto drawLines () -> void

Detailed Description

Holds utility code for running tests, setting initial conditions, and building assets.

Author
Aidan Hartman (aidan.nosp@m..har.nosp@m.tman@.nosp@m.digi.nosp@m.pen.e.nosp@m.du) Base Implementation Marcelo Escamilla (marce.nosp@m.lo.e.nosp@m.camil.nosp@m.la@d.nosp@m.igipe.nosp@m.n.ed.nosp@m.u) added audio loading and saving Bryley Elder (bryle.nosp@m.y.el.nosp@m.der@d.nosp@m.igip.nosp@m.en.ed.nosp@m.u) added messages and reset
Date
2025 / 11 / 19

Macro Definition Documentation

◆ TST_RNR_BUILD_SPINNER_SCENE

#define TST_RNR_BUILD_SPINNER_SCENE   0

◆ TST_RNR_DRAW_LINES

#define TST_RNR_DRAW_LINES   0

◆ TST_RNR_INSTANT_EXIT

#define TST_RNR_INSTANT_EXIT   0

◆ TST_RNR_LOAD_MESH

#define TST_RNR_LOAD_MESH   0

◆ TST_RNR_LOAD_STARTUP_SCENE

#define TST_RNR_LOAD_STARTUP_SCENE   1

◆ TST_RNR_MENU_TEST

#define TST_RNR_MENU_TEST   0

◆ TST_RNR_SAVE_AUDIO

#define TST_RNR_SAVE_AUDIO   0

◆ TST_RNR_SAVE_BUTTONS

#define TST_RNR_SAVE_BUTTONS   0

◆ TST_RNR_SAVE_DEFAULTS

#define TST_RNR_SAVE_DEFAULTS   0

◆ TST_RNR_SAVE_IMAGES

#define TST_RNR_SAVE_IMAGES   0

◆ TST_RNR_SAVE_MESSAGES

#define TST_RNR_SAVE_MESSAGES   0

◆ TST_RNR_TEST_PATHS

#define TST_RNR_TEST_PATHS   0

Function Documentation

◆ drawLines()

auto drawLines ( ) ->void
Here is the call graph for this function:
Here is the caller graph for this function:

◆ saveAudio()

auto saveAudio ( std::filesystem::path path) ->void
Here is the call graph for this function:
Here is the caller graph for this function:

◆ saveImages()

auto saveImages ( std::filesystem::path path) ->void
Here is the call graph for this function:
Here is the caller graph for this function:

◆ saveMessages()

auto saveMessages ( ) ->void
Here is the caller graph for this function: