iutest
1.17.99.14
|
iris unit test definition [詳解]
#include "iutest_config.hpp"
#include "internal/iutest_compiler.hpp"
#include "internal/iutest_pp.hpp"
#include "internal/iutest_stdlib.hpp"
#include <stdio.h>
#include <utility>
#include <vector>
#include <algorithm>
#include "internal/iutest_debug.hpp"
#include <set>
クラス | |
class | iutest::floating_point< RawType > |
浮動小数点数 [詳解] | |
union | iutest::floating_point< RawType >::FInt |
名前空間 | |
iutest | |
iutest root namespace | |
型定義 | |
typedef detail::type_fit_t< 1 >::Int | iutest::Int8 |
8 bit 符号付き整数型 | |
typedef detail::type_fit_t< 1 >::UInt | iutest::UInt8 |
8 bit 符号なし整数型 | |
typedef detail::type_fit_t< 2 >::Int | iutest::Int16 |
16 bit 符号付き整数型 | |
typedef detail::type_fit_t< 2 >::UInt | iutest::UInt16 |
16 bit 符号なし整数型 | |
typedef detail::type_fit_t< 4 >::Int | iutest::Int32 |
32 bit 符号付き整数型 | |
typedef detail::type_fit_t< 4 >::UInt | iutest::UInt32 |
32 bit 符号なし整数型 | |
typedef detail::type_fit_t< 8 >::Int | iutest::Int64 |
64 bit 符号付き整数型 | |
typedef detail::type_fit_t< 8 >::UInt | iutest::UInt64 |
64 bit 符号なし整数型 | |
typedef Int64 | iutest::iu_off_t |
typedef UInt64 | iutest::iu_uint_max_t |
typedef detail::type_fit_t< sizeof(ptrdiff_t)>::UInt | iutest::iu_uintptr_t |
typedef internal::TypeId | iutest::TestTypeId |
テスト識別型 | |
typedef void(* | iutest::SetUpMethod) () |
SetUp 関数型 | |
typedef void(* | iutest::TearDownMethod) () |
TearDown 関数型 | |
typedef detail::type_least_t< 8 >::UInt | iutest::TimeInMillisec |
ミリ秒単位を扱う型 | |
typedef detail::type_least_t< 8 >::Int | iutest::BiggestInt |
Biggest Int | |
iris unit test definition