#include <xtd/xtd.tunit>
 
 
namespace unit_tests {
  
  class test_class_(test) {
    
    }
    
    
    }
    
    
    }
    
    
    }
    
    }
    
    }
    
    }
  };
}
 
auto main() -> int {
}
 
The console_unit_test class is console unit test interface.
Definition console_unit_test.hpp:23
 
int32 run() noexcept
Runs all tests in this unit_test object and prints the result.
 
#define test_method_(method_name)
Add test method to class test.
Definition test_method_attribute.hpp:73
 
#define class_initialize_(method_name)
add initialize class method to class test.
Definition class_initialize_attribute.hpp:46
 
#define test_initialize_(method_name)
Helper to create a test initialize method in a test class.
Definition test_initialize_attribute.hpp:40
 
#define class_cleanup_(method_name)
Add class cleanup method to class test.
Definition class_cleanup_attribute.hpp:46
 
#define test_cleanup_(method_name)
Helper to create a test cleanup method in a test class.
Definition test_cleanup_attribute.hpp:44
 
#define ignore_test_method_(method_name)
Add ignored test method to class test.
Definition test_method_attribute.hpp:57
 
The tunit namespace contains a unit test library.
Definition abort_error.hpp:10