xtd 0.2.0
test_state.h File Reference
#include "test.h"
#include <xtd/enum>

Definition

Contains xtd::tunit::test_state enum class.

Include dependency graph for test_state.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
 xtd::tunit
 The tunit namespace contains a unit test library.
 

Enumerations

enum  xtd::tunit::test_state {
  xtd::tunit::test_state::considered,
  xtd::tunit::test_state::ignored
}
 Represent the test state enumeration used bu test. More...