Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Side by Side Diff: tests/WArrayTest.cpp

Issue 100113004: Use DEFINE_TESTCLASS_SHORT macro in tests. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright 2011 Google Inc. 2 * Copyright 2011 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #include "Test.h" 8 #include "Test.h"
9 9
10 // Include the implementation so we can make an appropriate template instance. 10 // Include the implementation so we can make an appropriate template instance.
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 SK_ARRAY_COUNT(subset12), expectedSubset12); 200 SK_ARRAY_COUNT(subset12), expectedSubset12);
201 TestWData(reporter, data13, SK_ARRAY_COUNT(data13), NULL, 0, expected13); 201 TestWData(reporter, data13, SK_ARRAY_COUNT(data13), NULL, 0, expected13);
202 TestWData(reporter, data13, SK_ARRAY_COUNT(data13), subset13, 202 TestWData(reporter, data13, SK_ARRAY_COUNT(data13), subset13,
203 SK_ARRAY_COUNT(subset13), expectedSubset13); 203 SK_ARRAY_COUNT(subset13), expectedSubset13);
204 TestWData(reporter, data14, SK_ARRAY_COUNT(data14), NULL, 0, expected14); 204 TestWData(reporter, data14, SK_ARRAY_COUNT(data14), NULL, 0, expected14);
205 TestWData(reporter, data14, SK_ARRAY_COUNT(data14), subset14, 205 TestWData(reporter, data14, SK_ARRAY_COUNT(data14), subset14,
206 SK_ARRAY_COUNT(subset14), expectedSubset14); 206 SK_ARRAY_COUNT(subset14), expectedSubset14);
207 } 207 }
208 208
209 #include "TestClassDef.h" 209 #include "TestClassDef.h"
210 DEFINE_TESTCLASS("WArray", WArrayTest, TestWArray) 210 DEFINE_TESTCLASS_SHORT(TestWArray)
OLDNEW
« tests/AnnotationTest.cpp ('K') | « tests/UtilsTest.cpp ('k') | tests/Writer32Test.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698