nxdk_pgraph_tests
A collection of tests for the Xbox nv2a graphics processor
Loading...
Searching...
No Matches
context_switch_tests.h
1
#ifndef NXDK_PGRAPH_TESTS_CONTEXT_SWITCH_TESTS_H
2
#define NXDK_PGRAPH_TESTS_CONTEXT_SWITCH_TESTS_H
3
4
#include <string>
5
6
#include "test_host.h"
7
#include "test_suite.h"
8
12
class
ContextSwitchTests
:
public
TestSuite
{
13
public
:
14
ContextSwitchTests
(
TestHost
&host, std::string output_dir,
const
Config
&config);
15
16
void
Initialize
()
override
;
17
18
private
:
19
void
Test();
20
};
21
22
#endif
// NXDK_PGRAPH_TESTS_CONTEXT_SWITCH_TESTS_H
ContextSwitchTests
Definition
context_switch_tests.h:12
ContextSwitchTests::Initialize
void Initialize() override
Called to initialize the test suite.
Definition
context_switch_tests.cpp:18
TestHost
Definition
test_host.h:33
TestSuite
Definition
test_suite.h:20
TestSuite::Config
Runtime configuration for TestSuites.
Definition
test_suite.h:23
src
tests
context_switch_tests.h
Generated by
1.9.8