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

Unified Diff: pkg/analyzer/test/generated/scanner_test.dart

Issue 780763004: Annotate analyzer tests with @ReflectiveTestCase(). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer/test/generated/parser_test.dart ('k') | pkg/analyzer/test/generated/utilities_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/scanner_test.dart
diff --git a/pkg/analyzer/test/generated/scanner_test.dart b/pkg/analyzer/test/generated/scanner_test.dart
index 6ae9341fd5523742a42675aef6afa67f5a3dd6e8..05cf06123095f7479bfe327e4cc2ffbdb110cb9f 100644
--- a/pkg/analyzer/test/generated/scanner_test.dart
+++ b/pkg/analyzer/test/generated/scanner_test.dart
@@ -20,6 +20,7 @@ main() {
runReflectiveTests(TokenTypeTest);
}
+@ReflectiveTestCase()
class CharSequenceReaderTest {
void test_advance() {
CharSequenceReader reader = new CharSequenceReader("x");
@@ -123,6 +124,7 @@ class CharacterRangeReaderTest extends EngineTestCase {
}
}
+@ReflectiveTestCase()
class KeywordStateTest {
void test_KeywordState() {
//
@@ -166,6 +168,7 @@ class KeywordStateTest {
}
}
+@ReflectiveTestCase()
class ScannerTest {
void fail_incomplete_string_interpolation() {
// https://code.google.com/p/dart/issues/detail?id=18073
@@ -1338,6 +1341,7 @@ class TokenStreamValidator {
}
}
+@ReflectiveTestCase()
class TokenTypeTest extends EngineTestCase {
void test_isOperator() {
expect(TokenType.AMPERSAND.isOperator, isTrue);
« no previous file with comments | « pkg/analyzer/test/generated/parser_test.dart ('k') | pkg/analyzer/test/generated/utilities_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698