Assimp
v4.1. (December 2018)
|
Inherits testing::Test.
Public Types | |
enum | FailureMode { FATAL_FAILURE, NONFATAL_FAILURE } |
![]() | |
typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
Static Public Member Functions | |
static void | AddFailure (FailureMode failure) |
![]() | |
static bool | HasFailure () |
static bool | HasFatalFailure () |
static bool | HasNonfatalFailure () |
static void | RecordProperty (const std::string &key, const std::string &value) |
static void | RecordProperty (const std::string &key, int value) |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
Additional Inherited Members | |
![]() | |
virtual | ~Test () |
![]() | |
virtual void | SetUp () |
virtual void | TearDown () |
Test () | |
|
inlinestatic |