/external/gtest/test/ |
gtest_sole_header_test.cc | 32 // This test verifies that it's possible to use Google Test by including 43 TEST(NoFatalFailureTest, ExpectNoFatalFailure) { 50 TEST(NoFatalFailureTest, AssertNoFatalFailure) {
|
gtest-death-test_ex_test.cc | 34 #include "gtest/gtest-death-test.h" 50 // exceptions do not escape death test macros. 51 TEST(CxxExceptionDeathTest, ExceptionIsFailure) { 55 FAIL() << "An exception escaped a death test macro invocation " 66 TEST(CxxExceptionDeathTest, PrintsMessageForStdExceptions) { 80 TEST(SehExceptionDeasTest, CatchExceptionsDoesNotInterfere) {
|
/external/protobuf/gtest/test/ |
gtest_sole_header_test.cc | 32 // This test verifies that it's possible to use Google Test by including 43 TEST(NoFatalFailureTest, ExpectNoFatalFailure) { 50 TEST(NoFatalFailureTest, AssertNoFatalFailure) {
|
gtest_xml_output_unittest_.cc | 32 // Unit test for Google Test XML output. 34 // A user can specify XML output in a Google Test program to run via 38 // This program will be invoked from a Python unit test. Don't run it 47 class SuccessfulTest : public testing::Test { 55 class FailedTest : public testing::Test { 62 class DisabledTest : public testing::Test { 66 FAIL() << "Unexpected failure: Disabled test should not be run"; 69 TEST(MixedResultTest, Succeeds) { 74 TEST(MixedResultTest, Fails) [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_sole_header_test.cc | 32 // This test verifies that it's possible to use Google Test by including 43 TEST(NoFatalFailureTest, ExpectNoFatalFailure) { 50 TEST(NoFatalFailureTest, AssertNoFatalFailure) {
|
gtest_list_tests_unittest_.cc | 32 // Unit test for Google Test's --gtest_list_tests flag. 34 // A user can ask Google Test to list all tests that will run 38 // This program will be invoked from a Python unit test. 43 // Several different test cases and tests that will be listed. 44 TEST(Foo, Bar1) { 47 TEST(Foo, Bar2) { 50 TEST(Foo, DISABLED_Bar3) { 53 TEST(Abc, Xyz) { 56 TEST(Abc, Def) [all...] |
/external/chromium/net/http/ |
http_request_headers_unittest.cc | 13 TEST(HttpRequestHeaders, HasHeader) { 26 TEST(HttpRequestHeaders, SetHeader) { 32 TEST(HttpRequestHeaders, SetMultipleHeaders) { 40 TEST(HttpRequestHeaders, SetHeaderTwice) { 47 TEST(HttpRequestHeaders, SetHeaderTwiceCaseInsensitive) { 54 TEST(HttpRequestHeaders, SetHeaderTwiceSamePrefix) { 63 TEST(HttpRequestHeaders, SetEmptyHeader) { 70 TEST(HttpRequestHeaders, SetHeaderIfMissing) { 78 TEST(HttpRequestHeaders, RemoveHeader) { 85 TEST(HttpRequestHeaders, RemoveHeaderMissingHeader) [all...] |
/external/chromium_org/net/server/ |
http_server_response_info_unittest.cc | 11 TEST(HttpServerResponseInfoTest, StatusLine) { 17 TEST(HttpServerResponseInfoTest, Headers) { 24 TEST(HttpServerResponseInfoTest, Body) { 34 TEST(HttpServerResponseInfoTest, CreateFor404) { 42 TEST(HttpServerResponseInfoTest, CreateFor500) {
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
helpers_unittest.cc | 35 TEST(RandomTest, TestCreateRandomId) { 39 TEST(RandomTest, TestCreateRandomDouble) { 47 TEST(RandomTest, TestCreateNonZeroRandomId) { 51 TEST(RandomTest, TestCreateRandomString) { 60 TEST(RandomTest, TestCreateRandomForTest) { 71 // Test different character sets. 79 // Turn off test mode for other tests.
|
event_unittest.cc | 33 TEST(EventTest, InitiallySignaled) { 38 TEST(EventTest, ManualReset) { 50 TEST(EventTest, AutoReset) {
|
/external/compiler-rt/lib/asan/tests/ |
asan_mac_test.cc | 22 TEST(AddressSanitizerMac, CFAllocatorDefaultDoubleFree) { 34 TEST(AddressSanitizerMac, CFAllocatorDefaultDoubleFree_ChildPhread) { 62 TEST(AddressSanitizerMac, CFAllocator_PassMemoryToAnotherThread) { 71 TEST(AddressSanitizerMac, DISABLED_CFAllocatorSystemDefaultDoubleFree) { 78 TEST(AddressSanitizerMac, CFAllocatorMallocDoubleFree) { 82 TEST(AddressSanitizerMac, DISABLED_CFAllocatorMallocZoneDoubleFree) { 89 TEST(AddressSanitizerMac, GCDDispatchAsync) { 95 TEST(AddressSanitizerMac, GCDDispatchSync) { 102 TEST(AddressSanitizerMac, GCDReuseWqthreadsAsync) { 108 TEST(AddressSanitizerMac, GCDReuseWqthreadsSync) [all...] |
/external/llvm/unittests/Support/ |
YAMLParserTest.cpp | 22 // to reduce noise in unit test runs. 48 TEST(YAMLParser, ParsesEmptyArray) { 52 TEST(YAMLParser, FailsIfNotClosingArray) { 58 TEST(YAMLParser, ParsesEmptyArrayWithWhitespace) { 63 TEST(YAMLParser, ParsesEmptyObject) { 67 TEST(YAMLParser, ParsesObject) { 71 TEST(YAMLParser, ParsesMultipleKeyValuePairsInObject) { 76 TEST(YAMLParser, FailsIfNotClosingObject) { 81 TEST(YAMLParser, FailsIfMissingColon) { 86 TEST(YAMLParser, FailsOnMissingQuote) [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
stringprintf_unittest.cc | 45 TEST(StringPrintfTest, Empty) { 56 TEST(StringPrintfTest, Misc) { 63 TEST(StringAppendFTest, Empty) { 70 TEST(StringAppendFTest, EmptyString) { 76 TEST(StringAppendFTest, String) { 82 TEST(StringAppendFTest, Int) { 88 TEST(StringPrintfTest, Multibyte) { 104 // We test that the output is one of the above. 121 TEST(StringPrintfTest, NoMultibyte) { 130 TEST(StringPrintfTest, DontOverwriteErrno) [all...] |
/bionic/tests/ |
getcwd_test.cpp | 23 TEST(getcwd, auto_full) { 33 TEST(getcwd, auto_reasonable) { 43 TEST(getcwd, auto_too_small) { 51 TEST(getcwd, auto_too_large) { 59 TEST(getcwd, manual_too_small) { 68 TEST(getcwd, manual_zero) { 77 TEST(getcwd, manual_path_max) {
|
/external/chromium_org/chrome/browser/spellchecker/ |
word_trimmer_unittest.cc | 10 TEST(WordTrimmerTest, TrimWordsEmptyText) { 17 TEST(WordTrimmerTest, TrimWordsStart) { 25 TEST(WordTrimmerTest, TrimWordsEnd) { 33 TEST(WordTrimmerTest, TrimWordsMiddle) { 41 TEST(WordTrimmerTest, TrimWordsEmptyKeep) { 49 TEST(WordTrimmerTest, TrimWordsOutOfBounds) { 57 TEST(WordTrimmerTest, TrimWordsInvalid) {
|
/external/chromium_org/net/http/ |
http_chunked_decoder_unittest.cc | 16 typedef testing::Test HttpChunkedDecoderTest; 59 TEST(HttpChunkedDecoderTest, Basic) { 66 TEST(HttpChunkedDecoderTest, OneChunk) { 73 TEST(HttpChunkedDecoderTest, Typical) { 83 TEST(HttpChunkedDecoderTest, Incremental) { 101 TEST(HttpChunkedDecoderTest, Incremental2) { 114 TEST(HttpChunkedDecoderTest, LF_InsteadOf_CRLF) { 127 TEST(HttpChunkedDecoderTest, Extensions) { 135 TEST(HttpChunkedDecoderTest, Trailers) { 146 TEST(HttpChunkedDecoderTest, TrailersUnfinished) [all...] |
/external/chromium/base/ |
rand_util_unittest.cc | 18 TEST(RandUtilTest, SameMinAndMax) { 24 TEST(RandUtilTest, RandDouble) { 33 TEST(RandUtilTest, RandGeneratorForRandomShuffle) {
|
/external/chromium/base/win/ |
win_util_unittest.cc | 33 // The test is somewhat silly, because the Vista bots some have UAC enabled 35 TEST(BaseWinUtilTest, TestIsUACEnabled) { 43 TEST(BaseWinUtilTest, TestGetUserSidString) { 49 TEST(BaseWinUtilTest, TestGetNonClientMetrics) {
|
/external/chromium/testing/gmock/test/ |
gmock_leak_test_.cc | 59 TEST(LeakTest, LeakedMockWithExpectCallCausesFailureWhenLeakCheckingIsEnabled) { 65 // In order to test the leak detector, we deliberately leak foo. 72 TEST(LeakTest, LeakedMockWithOnCallCausesFailureWhenLeakCheckingIsEnabled) { 77 // In order to test the leak detector, we deliberately leak foo. 84 TEST(LeakTest, CatchesMultipleLeakedMockObjects) { 92 // In order to test the leak detector, we deliberately leak foo1 and
|
/external/chromium/testing/gtest/test/ |
gtest-death-test_ex_test.cc | 34 #include "gtest/gtest-death-test.h" 50 // exceptions do not escape death test macros. 51 TEST(CxxExceptionDeathTest, ExceptionIsFailure) { 55 FAIL() << "An exception escaped a death test macro invocation " 66 TEST(CxxExceptionDeathTest, PrintsMessageForStdExceptions) { 80 TEST(SehExceptionDeasTest, CatchExceptionsDoesNotInterfere) {
|
/external/chromium_org/base/win/ |
win_util_unittest.cc | 33 // The test is somewhat silly, because the Vista bots some have UAC enabled 35 TEST(BaseWinUtilTest, TestIsUACEnabled) { 43 TEST(BaseWinUtilTest, TestGetUserSidString) { 49 TEST(BaseWinUtilTest, TestGetNonClientMetrics) {
|
/external/chromium_org/chrome/renderer/spellchecker/ |
custom_dictionary_engine_unittest.cc | 9 TEST(CustomDictionaryTest, HandlesEmptyWordWithInvalidSubstring) { 16 TEST(CustomDictionaryTest, Basic) { 25 TEST(CustomDictionaryTest, HandlesNullCharacters) {
|
/external/chromium_org/testing/gtest/test/ |
gtest-death-test_ex_test.cc | 34 #include "gtest/gtest-death-test.h" 50 // exceptions do not escape death test macros. 51 TEST(CxxExceptionDeathTest, ExceptionIsFailure) { 55 FAIL() << "An exception escaped a death test macro invocation " 66 TEST(CxxExceptionDeathTest, PrintsMessageForStdExceptions) { 80 TEST(SehExceptionDeasTest, CatchExceptionsDoesNotInterfere) {
|
/external/chromium_org/third_party/re2/re2/testing/ |
exhaustive2_test.cc | 7 #include "util/test.h" 15 // Test empty string matches (aka "(?:)") 16 TEST(EmptyString, Exhaustive) { 22 // Test escaped versions of regexp syntax. 23 TEST(Punctuation, Literals) { 32 // Test ^ $ . \A \z in presence of line endings. 35 TEST(LineEnds, Exhaustive) { 41 // Test what does and does not match \n. 42 // This would be a good test, except that PCRE seems to have a bug: 45 // So when we run the test, the tester complains tha [all...] |
/external/regex-re2/re2/testing/ |
exhaustive2_test.cc | 7 #include "util/test.h" 15 // Test empty string matches (aka "(?:)") 16 TEST(EmptyString, Exhaustive) { 22 // Test escaped versions of regexp syntax. 23 TEST(Punctuation, Literals) { 32 // Test ^ $ . \A \z in presence of line endings. 35 TEST(LineEnds, Exhaustive) { 41 // Test what does and does not match \n. 42 // This would be a good test, except that PCRE seems to have a bug: 45 // So when we run the test, the tester complains tha [all...] |