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

Unified Diff: pkg/analyzer/test/enum_test.dart

Issue 706823003: Clean up error codes implementation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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/lib/src/generated/error.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/enum_test.dart
diff --git a/pkg/analyzer/test/enum_test.dart b/pkg/analyzer/test/enum_test.dart
index 234e8cce3075623138a0b730ef6d0c6ac82afc54..3bc749142cb5d731aca2bbe70f573163b6b7e5b1 100644
--- a/pkg/analyzer/test/enum_test.dart
+++ b/pkg/analyzer/test/enum_test.dart
@@ -37,12 +37,6 @@ class EnumTest {
..check_explicit_values();
}
- void test_AngularCode() {
- new EnumTester<AngularCode>()
- ..check_getters()
- ..check_explicit_values();
- }
-
void test_AngularPropertyKind() {
new EnumTester<AngularPropertyKind>()
..check_getters()
@@ -61,24 +55,12 @@ class EnumTest {
..check_explicit_values();
}
- void test_CheckedModeCompileTimeErrorCode() {
- new EnumTester<CheckedModeCompileTimeErrorCode>()
- ..check_getters()
- ..check_explicit_values();
- }
-
void test_CommentType() {
new EnumTester<CommentType>()
..check_getters()
..check_explicit_values();
}
- void test_CompileTimeErrorCode() {
- new EnumTester<CompileTimeErrorCode>()
- ..check_getters()
- ..check_explicit_values();
- }
-
void test_ElementKind() {
new EnumTester<ElementKind>()
..check_getters()
@@ -103,24 +85,12 @@ class EnumTest {
..check_explicit_values();
}
- void test_HintCode() {
- new EnumTester<HintCode>()
- ..check_getters()
- ..check_explicit_values();
- }
-
void test_html_TokenType() {
new EnumTester<html.TokenType>()
..check_getters()
..check_explicit_values();
}
- void test_HtmlWarningCode() {
- new EnumTester<HtmlWarningCode>()
- ..check_getters()
- ..check_explicit_values();
- }
-
void test_INIT_STATE() {
new EnumTester<INIT_STATE>()
..check_getters()
@@ -157,12 +127,6 @@ class EnumTest {
..check_explicit_values();
}
- void test_PolymerCode() {
- new EnumTester<PolymerCode>()
- ..check_getters()
- ..check_explicit_values();
- }
-
void test_RedirectingConstructorKind() {
new EnumTester<RedirectingConstructorKind>()
..check_getters()
@@ -205,24 +169,6 @@ class EnumTest {
..check_explicit_values();
}
- void test_StaticTypeWarningCode() {
- new EnumTester<StaticTypeWarningCode>()
- ..check_getters()
- ..check_explicit_values();
- }
-
- void test_StaticWarningCode() {
- new EnumTester<StaticWarningCode>()
- ..check_getters()
- ..check_explicit_values();
- }
-
- void test_TodoCode() {
- new EnumTester<TodoCode>(ignoreGetters: ['TODO_REGEX'])
- ..check_getters()
- ..check_explicit_values();
- }
-
void test_TokenClass() {
new EnumTester<scanner.TokenClass>()
..check_getters()
« no previous file with comments | « pkg/analyzer/lib/src/generated/error.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698