xtd 0.2.0
Loading...
Searching...
No Matches
test_class_attribute.h File Reference
#include "unit_test.h"
#include <xtd/typeof>
#include <memory>
#include <string>

Definition

Contains xtd::tunit::test_class_attribute class.

Go to the source code of this file.

Classes

class  xtd::tunit::test_class_attribute< test_class_t >
 Represents a test class attribute. More...
 

Namespaces

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

Macros

#define test_class_(class_name)
 Helper to create a test_class in a test unit.
 
#define test_class_from_(class_name, from_class_name)
 Helper to create a test_class in a test unit from a specified class base.