HomeSort by relevance Sort by last modified time
    Searched defs:TEST (Results 276 - 300 of 2252) sorted by null

<<11121314151617181920>>

  /external/chromium_org/printing/
page_range_unittest.cc 8 TEST(PageRangeTest, RangeMerge) {
32 TEST(PageRangeTest, Empty) {
printed_page_unittest.cc 10 TEST(PrintedPageTest, GetCenteredPageContentRect) {
  /external/chromium_org/remoting/base/
auth_token_util_unittest.cc 12 TEST(AuthTokenUtilTest, ParseAuthTokenWithService) {
running_average_unittest.cc 13 TEST(RunningAverageTest, OneElementWindow) {
24 TEST(RunningAverageTest, TwoElementWindow) {
40 TEST(RunningAverageTest, LongWindow) {
  /external/chromium_org/remoting/host/
screen_resolution_unittest.cc 14 TEST(ScreenResolutionTest, Empty) {
28 TEST(ScreenResolutionTest, Scaling) {
39 TEST(ScreenResolutionTest, ScalingSaturation) {
  /external/chromium_org/rlz/lib/
lib_values_unittest.cc 12 TEST(LibValuesUnittest, GetAccessPointFromName) {
38 TEST(LibValuesUnittest, GetEventFromName) {
  /external/chromium_org/sync/syncable/
syncable_util_unittest.cc 14 TEST(SyncableUtilTest, GenerateSyncableHash) {
  /external/chromium_org/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/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) {
gtest_break_on_failure_unittest_.cc 32 // Unit test for Google Test's break-on-failure mode.
34 // A user can ask Google Test to seg-fault when an assertion fails, using
39 // This program will be invoked from a Python unit test. It is
51 // A test that's expected to fail.
52 TEST(Foo, Bar) {
gtest_color_test_.cc 32 // A helper program for testing how Google Test determines whether to use
33 // colors in the output. It prints "YES" and returns 1 if Google Test
40 // Indicates that this translation unit is part of Google Test's
53 // works the same way as in a real Google-Test-based test. We don't actual
54 // run the TEST itself.
55 TEST(GTestColorTest, Dummy) {
62 // Google Test decides to use colors in the output (assuming it
67 // Google Test decides not to use colors in the output.
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.
45 // Several different test cases and tests that will be listed.
46 TEST(Foo, Bar1) {
49 TEST(Foo, Bar2) {
52 TEST(Foo, DISABLED_Bar3) {
55 TEST(Abc, Xyz) {
58 TEST(Abc, Def)
    [all...]
gtest_prod_test.cc 32 // Unit test for include/gtest/gtest_prod.h.
35 #include "test/production.h"
37 // Tests that private members can be accessed from a TEST declared as
39 TEST(PrivateCodeTest, CanAccessPrivateMembers) {
47 typedef testing::Test PrivateCodeFixtureTest;
  /external/chromium_org/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/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableNeutralTest.cpp 43 TEST(AnimatableNeutral, Create)
48 TEST(AnimatableNeutral, Add)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
RoundedRectTest.cpp 56 TEST(RoundedRectTest, RadiusCenterRectZeroRadius)
63 TEST(RoundedRectTest, RadiusCenterRectEqualRadius)
70 TEST(RoundedRectTest, RadiusCenterRectUnequalRadius)
77 TEST(RoundedRectTest, RadiusCenterRectElliptical)
  /external/chromium_org/third_party/WebKit/Source/core/tests/
HTMLDimension.cpp 51 TEST(WebCoreHTMLDimension, parseListOfDimensionsEmptyString)
57 TEST(WebCoreHTMLDimension, parseListOfDimensionsNoNumberAbsolute)
64 TEST(WebCoreHTMLDimension, parseListOfDimensionsNoNumberPercent)
71 TEST(WebCoreHTMLDimension, parseListOfDimensionsNoNumberRelative)
78 TEST(WebCoreHTMLDimension, parseListOfDimensionsSingleAbsolute)
86 TEST(WebCoreHTMLDimension, parseListOfDimensionsSinglePercentageWithSpaces)
94 TEST(WebCoreHTMLDimension, parseListOfDimensionsSingleRelative)
102 TEST(WebCoreHTMLDimension, parseListOfDimensionsDoubleAbsolute)
110 TEST(WebCoreHTMLDimension, parseListOfDimensionsLeadingSpaceAbsolute)
118 TEST(WebCoreHTMLDimension, parseListOfDimensionsLeadingSpaceRelative
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketExtensionParserTest.cpp 43 TEST(WebSocketExtensionParserTest, simpleExtension)
55 TEST(WebSocketExtensionParserTest, extensionWithParameters)
71 TEST(WebSocketExtensionParserTest, extensionWithQuotedParameter)
85 TEST(WebSocketExtensionParserTest, colonSeparated)
95 TEST(WebSocketExtensionParserTest, emptyTokenParameter)
105 TEST(WebSocketExtensionParserTest, emptyQuotedParameter)
115 TEST(WebSocketExtensionParserTest, non7bitAsciiInExtensionName)
125 TEST(WebSocketExtensionParserTest, controlCharacterInExtensionName)
135 TEST(WebSocketExtensionParserTest, separatorInExtensionName)
145 TEST(WebSocketExtensionParserTest, unterminatedQuote
    [all...]
  /external/chromium_org/third_party/WebKit/Source/weborigin/
SecurityOriginTest.cpp 45 TEST(SecurityOriginTest, InvalidPortsCreateUniqueOrigins)
55 TEST(SecurityOriginTest, ValidPortsCreateNonUniqueOrigins)
  /external/chromium_org/third_party/WebKit/Source/wtf/
SHA1Test.cpp 49 TEST(SHA1Test, RFC3174)
  /external/chromium_org/third_party/WebKit/Source/wtf/tests/
ListHashSet.cpp 33 TEST(WTF, ListHashSetRemoveFirst)
52 TEST(WTF, ListHashSetAppendOrMoveToLastNewItems)
74 TEST(WTF, ListHashSetAppendOrMoveToLastWithDuplicates)
113 TEST(WTF, ListHashSetPrependOrMoveToLastNewItems)
135 TEST(WTF, ListHashSetPrependOrMoveToLastWithDuplicates)
SaturatedArithmeticOperations.cpp 39 TEST(WTF, SaturatedArithmeticAddition)
75 TEST(WTF, SaturatedArithmeticSubtraction)
Vector.cpp 33 TEST(WTF_Vector, Iterator)
57 TEST(WTF_Vector, ReverseIterator)
  /external/chromium_org/third_party/angle_dx11/tests/preprocessor_tests/
token_test.cpp 11 TEST(TokenTest, DefaultConstructor)
21 TEST(TokenTest, Assignment)
38 TEST(TokenTest, Equals)
66 TEST(TokenTest, HasLeadingSpace)
76 TEST(TokenTest, Write)
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
localaudiosource_unittest.cc 33 #include "talk/app/webrtc/test/fakeconstraints.h"
43 TEST(LocalAudioSourceTest, SetValidOptions) {
72 TEST(LocalAudioSourceTest, OptionNotSet) {
80 TEST(LocalAudioSourceTest, MandatoryOverridesOptional) {
93 TEST(LocalAudioSourceTest, InvalidOptional) {
107 TEST(LocalAudioSourceTest, InvalidMandatory) {

Completed in 502 milliseconds

<<11121314151617181920>>