/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) {
|
gtest-printers_test.cc | 32 // Google Test - The Google C++ Testing Framework 246 TEST(PrintEnumTest, AnonymousEnum) { 251 TEST(PrintEnumTest, EnumWithoutPrinter) { 256 TEST(PrintEnumTest, EnumWithStreaming) { 261 TEST(PrintEnumTest, EnumWithPrintTo) { 268 TEST(PrintClassTest, BiggestIntConvertible) { 275 TEST(PrintCharTest, PlainChar) { 295 TEST(PrintCharTest, SignedChar) { 302 TEST(PrintCharTest, UnsignedChar) { 311 TEST(PrintBuiltInTypeTest, Bool) [all...] |
gtest-filepath_test.cc | 32 // Google Test filepath utilities 35 // Google Test. They are subject to change without notice. 38 // build or make-files for some existing Google Test clients. Do not 44 // Indicates that this translation unit is part of Google Test's 86 TEST(GetCurrentDirTest, ReturnsCurrentDir) { 110 TEST(IsEmptyTest, ReturnsTrueForEmptyPath) { 115 TEST(IsEmptyTest, ReturnsFalseForNonEmptyPath) { 123 TEST(RemoveDirectoryNameTest, WhenEmptyName) { 128 TEST(RemoveDirectoryNameTest, ButNoDirectory) { 134 TEST(RemoveDirectoryNameTest, RootFileShouldGiveFileName) [all...] |
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 using ::testing::Test; 51 class SuccessfulTest : public Test { 59 class FailedTest : public Test { 66 class DisabledTest : public Test { 70 FAIL() << "Unexpected failure: Disabled test should not be run"; 73 TEST(MixedResultTest, Succeeds) [all...] |
/external/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) {
|
gtest-printers_test.cc | 32 // Google Test - The Google C++ Testing Framework 246 TEST(PrintEnumTest, AnonymousEnum) { 251 TEST(PrintEnumTest, EnumWithoutPrinter) { 256 TEST(PrintEnumTest, EnumWithStreaming) { 261 TEST(PrintEnumTest, EnumWithPrintTo) { 268 TEST(PrintClassTest, BiggestIntConvertible) { 275 TEST(PrintCharTest, PlainChar) { 295 TEST(PrintCharTest, SignedChar) { 302 TEST(PrintCharTest, UnsignedChar) { 311 TEST(PrintBuiltInTypeTest, Bool) [all...] |
gtest-filepath_test.cc | 32 // Google Test filepath utilities 35 // Google Test. They are subject to change without notice. 38 // build or make-files for some existing Google Test clients. Do not 44 // Indicates that this translation unit is part of Google Test's 86 TEST(GetCurrentDirTest, ReturnsCurrentDir) { 110 TEST(IsEmptyTest, ReturnsTrueForEmptyPath) { 115 TEST(IsEmptyTest, ReturnsFalseForNonEmptyPath) { 123 TEST(RemoveDirectoryNameTest, WhenEmptyName) { 128 TEST(RemoveDirectoryNameTest, ButNoDirectory) { 134 TEST(RemoveDirectoryNameTest, RootFileShouldGiveFileName) [all...] |
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 using ::testing::Test; 51 class SuccessfulTest : public Test { 59 class FailedTest : public Test { 66 class DisabledTest : public Test { 70 FAIL() << "Unexpected failure: Disabled test should not be run"; 73 TEST(MixedResultTest, Succeeds) [all...] |
/external/v8/test/cctest/ |
test-flags.cc | 35 // This test must be executed first! 36 TEST(Default) { 50 TEST(Flags1) { 55 TEST(Flags2) { 72 TEST(Flags2b) { 86 TEST(Flags3) { 104 TEST(Flags3b) { 118 TEST(Flags4) { 129 TEST(Flags4b) { 136 TEST(Flags5) [all...] |
/dalvik/unit-tests/ |
dvmHumanReadableDescriptor_test.cpp | 5 TEST(dvmHumanReadableDescriptor, ArrayReferences) { 10 TEST(dvmHumanReadableDescriptor, ScalarReferences) { 15 TEST(dvmHumanReadableDescriptor, PrimitiveArrays) { 34 TEST(dvmHumanReadableDescriptor, PrimitiveScalars) {
|
/external/chromium/chrome/common/ |
guid_unittest.cc | 12 TEST(GUIDTest, GUIDGeneratesAllZeroes) { 18 TEST(GUIDTest, GUIDGeneratesCorrectly) { 25 TEST(GUIDTest, GUIDCorrectlyFormatted) { 33 TEST(GUIDTest, GUIDBasicUniqueness) {
|
/external/chromium/testing/gtest/samples/ |
sample2_unittest.cc | 35 // This sample shows how to write a more complex unit test for a class 38 // Usually, it's a good idea to have one test for each method in your 46 // In this example, we test the MyString class (a simple string). 49 TEST(MyString, DefaultConstructor) { 80 TEST(MyString, ConstructorFromCString) { 88 TEST(MyString, CopyConstructor) { 95 TEST(MyString, Set) {
|
/external/compiler-rt/lib/tsan/rtl_tests/ |
tsan_thread.cc | 16 TEST(ThreadSanitizer, ThreadSync) { 27 TEST(ThreadSanitizer, ThreadDetach1) { 33 TEST(ThreadSanitizer, ThreadDetach2) { 47 TEST(DISABLED_SLOW_ThreadSanitizer, ThreadALot) {
|
/external/gtest/samples/ |
sample2_unittest.cc | 35 // This sample shows how to write a more complex unit test for a class 38 // Usually, it's a good idea to have one test for each method in your 46 // In this example, we test the MyString class (a simple string). 49 TEST(MyString, DefaultConstructor) { 80 TEST(MyString, ConstructorFromCString) { 88 TEST(MyString, CopyConstructor) { 95 TEST(MyString, Set) {
|
/external/llvm/unittests/Support/ |
LeakDetectorTest.cpp | 19 TEST(LeakDetector, Death1) {
|
/external/protobuf/gtest/samples/ |
sample2_unittest.cc | 35 // This sample shows how to write a more complex unit test for a class 38 // Usually, it's a good idea to have one test for each method in your 46 // In this example, we test the MyString class (a simple string). 49 TEST(MyString, DefaultConstructor) { 80 TEST(MyString, ConstructorFromCString) { 88 TEST(MyString, CopyConstructor) { 95 TEST(MyString, Set) {
|
sample4_unittest.cc | 36 TEST(Counter, Increment) {
|
/external/webkit/Tools/TestWebKitAPI/Tests/WTF/ |
VectorBasic.cpp | 26 #include "Test.h" 32 TEST(WTF, VectorBasic)
|
/external/chromium/base/memory/ |
ref_counted_unittest.cc | 27 TEST(RefCountedUnitTest, TestSelfAssignment) { 34 TEST(RefCountedUnitTest, ScopedRefPtrMemberAccess) {
|
/external/chromium/chrome/browser/sync/util/ |
data_encryption_unittest.cc | 17 TEST(DataEncryption, TestEncryptDecryptOfSampleString) { 25 TEST(DataEncryption, TestDecryptFailure) {
|
/external/chromium/testing/gtest/xcode/Samples/FrameworkSample/ |
widget_test.cc | 32 // Google Test - FrameworkSample 36 // This is a simple test file for the Widget class in the Widget.framework 43 // This test verifies that the constructor sets the internal state of the 45 TEST(WidgetInitializerTest, TestConstructor) { 51 // This test verifies the conversion of the float and string values to int and 53 TEST(WidgetInitializerTest, TestConversion) { 63 // Use the Google Test main that is linked into the framework. It does something
|
/external/protobuf/gtest/xcode/Samples/FrameworkSample/ |
widget_test.cc | 32 // Google Test - FrameworkSample 36 // This is a simple test file for the Widget class in the Widget.framework 43 // This test verifies that the constructor sets the internal state of the 45 TEST(WidgetInitializerTest, TestConstructor) { 51 // This test verifies the conversion of the float and string values to int and 53 TEST(WidgetInitializerTest, TestConversion) { 63 // Use the Google Test main that is linked into the framework. It does something
|