Searched refs:testing (Results 1 - 25 of 262) sorted by relevance

1234567891011

/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/
H A Dgtest-spi.h32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
113 } // namespace testing
115 // A set of macros for testing Google Test assertions or code that's expected
144 ::testing::TestPartResultArray gtest_failures;\
145 ::testing::internal::SingleFailureChecker gtest_checker(\
146 &gtest_failures, ::testing::TestPartResult::kFatalFailure, (substr));\
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
153 } while (::testing
[all...]
H A Dgtest-death-test.h43 namespace testing { namespace
81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
203 // The death testing framework causes this to have interesting semantics,
248 do { statement; } while (::testing::internal::AlwaysFalse())
251 do { statement; } while (::testing::internal::AlwaysFalse())
281 } // namespace testing
H A Dgtest-typed-test.h44 // by a type. Remember to derive it from testing::Test.
46 class FooTest : public testing::Test {
57 typedef testing::Types<char, int, unsigned int> MyTypes;
104 // by a type. Remember to derive it from testing::Test.
106 class FooTest : public testing::Test {
140 typedef testing::Types<char, int, unsigned int> MyTypes;
166 typedef ::testing::internal::TypeList< Types >::type \
179 ::testing::internal::TypeParameterizedTest< \
181 ::testing::internal::TemplateSel< \
220 static ::testing
[all...]
H A Dgtest.h82 namespace testing { namespace
201 // testing::AssertionResult IsEven(int n) {
203 // return testing::AssertionSuccess();
205 // return testing::AssertionFailure() << n << " is odd";
228 // testing::AssertionResult IsEven(int n) {
230 // return testing::AssertionSuccess() << n << " is even";
232 // return testing::AssertionFailure() << n << " is odd";
252 // testing::AssertionResult IsEven(const char* expr, int n) {
254 // return testing::AssertionSuccess();
256 // return testing
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/UnitTestUtils/
H A DEWK2UnitTestMain.cpp32 ::testing::InitGoogleTest(&argc, argv);
35 testing::AddGlobalTestEnvironment(environment);
H A DEWK2UnitTestEnvironment.h27 class EWK2UnitTestEnvironment : public ::testing::Environment {
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h44 namespace testing { namespace
139 // Factory interface for death tests. May be mocked out for testing.
169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
187 if (::testing::internal::AlwaysTrue()) { \
188 const ::testing::internal::RE& gtest_regex = (regex); \
189 ::testing::internal::DeathTest* gtest_dt; \
190 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
195 ::testing
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DDenseSetTest.cpp18 class DenseSetTest : public testing::Test {
/macosx-10.9.5/WebKit-7537.78.2/efl/tests/
H A Dtest_runner.cpp48 testing::AddGlobalTestEnvironment(environment);
49 ::testing::InitGoogleTest(&argc, argv);
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timedc.tproj/
H A Dextern.h53 void testing(int, char *[]);
H A Dcmdtab.c54 { "election", testinghelp, testing, 1 },
/macosx-10.9.5/dyld-239.4/unit-tests/
H A Dbuild-iPhoneOS-unit-tests12 rm -rf /var/root/testing
13 mkdir /var/root/testing
16 echo "#!/bin/sh" > /var/root/testing/run-all-tests
17 chmod +x /var/root/testing/run-all-tests
25 cp -r ${TEST_CASE_DIR}/../../unit-tests /var/root/testing/unit-tests-${arch}-${os}
28 cd /var/root/testing/unit-tests-${arch}-${os}/test-cases
31 echo "cd /var/root/testing/unit-tests-${arch}-${os}" >> /var/root/testing/run-all-tests
32 echo "echo \" * * * Running all unit tests for ${arch} iPhoneOS ${os} * * *\"" >> /var/root/testing/run-all-tests
33 echo "bin/make-recursive.pl OS_NAME=iPhoneOS check | bin/result-filter.pl" >> /var/root/testing/ru
[all...]
H A Dbuild-and-run-iPhoneOS-unit-tests8 rsync -a /tmp/unpack-and-run-all-tests /tmp/dyld-testing.cpgz rsync://root@localhost:10873/root/tmp
/macosx-10.9.5/expat-12/expat/conftools/
H A Dget-version.sh39 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
/macosx-10.9.5/WebKit-7537.78.2/efl/tests/UnitTestUtils/
H A DEWKTestBase.h28 class EWKTestBase: public ::testing::Test {
H A DEWKTestEnvironment.h26 class EWKTestEnvironment : public ::testing::Environment {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/validate/
H A Dtestsuites.tcl110 variable testing
118 foreach p $testing { +claim $p }
147 testing unknown useLocal useLocalKeep useAccel
187 proc ::sak::validate::testsuites::Process/testing {ip script} {
188 variable testing {}
194 variable testing
195 lappend testing $p
200 variable testing
201 lappend testing $p
206 variable testing
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/devel/sak/validate/
H A Dtestsuites.tcl110 variable testing
118 foreach p $testing { +claim $p }
147 testing unknown useLocal useLocalKeep useAccel
187 proc ::sak::validate::testsuites::Process/testing {ip script} {
188 variable testing {}
194 variable testing
195 lappend testing $p
200 variable testing
201 lappend testing $p
206 variable testing
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs/t/sample/lib/Sample/
H A DProject.pm9 Sample::Project - Sample project for testing Pod::ProjectDocs
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs-0.40/t/sample/lib/Sample/
H A DProject.pm9 Sample::Project - Sample project for testing Pod::ProjectDocs
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/UnitTestMain/
H A DTestMain.cpp24 testing::InitGoogleTest(&argc, argv);
28 // testing impossible.
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ExecutionEngine/JIT/
H A DIntelJITEventListenerTest.cpp62 // for testing, pretend we have an Intel Parallel Amplifier XE 2011
112 testing::Environment* const jit_env =
113 testing::AddGlobalTestEnvironment(new JITEnvironment);
/macosx-10.9.5/vim-53/runtime/compiler/
H A Dpyunit.vim2 " Compiler: Unit testing tool for Python
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dteststr.c100 char *testing = apr_palloc(p, 10); local
102 testing[0] = 't';
103 testing[1] = 'e';
104 testing[2] = 's';
105 testing[3] = 't';
106 testing[4] = 'i';
107 testing[5] = 'n';
108 testing[6] = 'g';
111 apr_snprintf(buff, sizeof(buff), "%.*s", 7, testing);
112 ABTS_STR_NEQUAL(tc, buff, testing,
[all...]
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dteststr.c100 char *testing = apr_palloc(p, 10); local
102 testing[0] = 't';
103 testing[1] = 'e';
104 testing[2] = 's';
105 testing[3] = 't';
106 testing[4] = 'i';
107 testing[5] = 'n';
108 testing[6] = 'g';
111 apr_snprintf(buff, sizeof(buff), "%.*s", 7, testing);
112 ABTS_STR_NEQUAL(tc, buff, testing,
[all...]

Completed in 320 milliseconds

1234567891011