Searched refs:TEST_P (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/unittests/Support/
H A DMemoryTest.cpp60 TEST_P(MappedMemoryTest, AllocAndRelease) { function in namespace:__anon10572
71 TEST_P(MappedMemoryTest, MultipleAllocAndRelease) { function in namespace:__anon10572
101 TEST_P(MappedMemoryTest, BasicWrite) { function in namespace:__anon10572
120 TEST_P(MappedMemoryTest, MultipleWrite) { function in namespace:__anon10572
177 TEST_P(MappedMemoryTest, EnabledWrite) { function in namespace:__anon10572
230 TEST_P(MappedMemoryTest, SuccessiveNear) { function in namespace:__anon10572
255 TEST_P(MappedMemoryTest, DuplicateNear) { function in namespace:__anon10572
277 TEST_P(MappedMemoryTest, ZeroNear) { function in namespace:__anon10572
303 TEST_P(MappedMemoryTest, ZeroSizeNear) { function in namespace:__anon10572
329 TEST_P(MappedMemoryTes function in namespace:__anon10572
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/
H A Dgtest-param-test.h64 // Then, use the TEST_P macro to define as many parameterized tests
68 TEST_P(FooTest, DoesBlah) {
75 TEST_P(FooTest, HasBlahBlah) {
175 TEST_P(DerivedTest, DoesBlah) {
210 // TEST_P(FooTest, TestThis) {
212 // TEST_P(FooTest, TestThat) {
1255 // TEST_P(AnimalTest, AnimalLooksNice) {...}
1272 // TEST_P(FlagDependentTest, TestFeature1) {
1385 # define TEST_P(test_case_name, test_name) \ macro

Completed in 173 milliseconds