HomeSort by: relevance | last modified time | path
    Searched defs:EXECUTE_TEST (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 103 enum TestRole { OVERSEE_TEST, EXECUTE_TEST };
232 case ::testing::internal::DeathTest::EXECUTE_TEST: { \
  /src/crypto/external/bsd/openssl.old/dist/test/
testutil.h 63 * SETUP_TEST_FIXTURE and EXECUTE_TEST macros for test case functions.
67 * by EXECUTE_TEST. set_up() should take a const char* specifying the test
70 * EXECUTE_TEST will pass fixture to execute_func() by reference, call
76 * Unit tests can define their own SETUP_TEST_FIXTURE and EXECUTE_TEST
83 * EXECUTE_TEST(execute_foobar, tear_down_foobar)
98 # define EXECUTE_TEST(execute_func, tear_down)\
  /src/crypto/external/apache2/openssl/dist/test/
testutil.h 67 * SETUP_TEST_FIXTURE and EXECUTE_TEST macros for test case functions.
71 * by EXECUTE_TEST. set_up() should take a const char* specifying the test
75 * EXECUTE_TEST will pass fixture to execute_func() by reference, call
81 * Unit tests can define their own SETUP_TEST_FIXTURE and EXECUTE_TEST
88 * EXECUTE_TEST(execute_foobar, tear_down_foobar)
106 #define EXECUTE_TEST(execute_func, tear_down) \
  /src/crypto/external/bsd/openssl/dist/test/
testutil.h 66 * SETUP_TEST_FIXTURE and EXECUTE_TEST macros for test case functions.
70 * by EXECUTE_TEST. set_up() should take a const char* specifying the test
74 * EXECUTE_TEST will pass fixture to execute_func() by reference, call
80 * Unit tests can define their own SETUP_TEST_FIXTURE and EXECUTE_TEST
87 * EXECUTE_TEST(execute_foobar, tear_down_foobar)
106 # define EXECUTE_TEST(execute_func, tear_down)\

Completed in 28 milliseconds