OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_unit_type
(Results
1 - 3
of
3
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
global_typedef.hpp
43
enum
test_unit_type
{ tut_case = 0x01, tut_suite = 0x10, tut_any = 0x11 };
enum in namespace:boost::unit_test
59
inline
test_unit_type
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
framework.hpp
69
BOOST_TEST_DECL test_unit& get( test_unit_id,
test_unit_type
);
73
return static_cast<UnitType&>( get( id, static_cast<
test_unit_type
>(UnitType::type) ) );
unit_test_suite_impl.hpp
57
test_unit( const_string tu_name,
test_unit_type
t );
66
readonly_property<
test_unit_type
> p_type; // type for this test unit
Completed in 156 milliseconds