nlib
|
Defines the SetUp
and TearDown
functions that inherit this class and are run globally.
More...
#include "nn/nlib/testing/NTest.h"
Public Member Functions | |
virtual void | SetUp () |
Writes the process to execute only once before all tests. | |
virtual void | TearDown () |
Writes the process to execute only once after all tests. | |
Defines the SetUp
and TearDown
functions that inherit this class and are run globally.
AddGlobalTestEnvironment
function. Sample code is provided below. © 2013, 2014, 2015 Nintendo Co., Ltd. All rights reserved.