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

Unified Diff: pkg/analyzer/test/generated/utilities_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/scanner_test.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/generated/utilities_test.dart
diff --git a/pkg/analyzer/test/generated/utilities_test.dart b/pkg/analyzer/test/generated/utilities_test.dart
index 2435eeeda95ccd53c294500c3c75be7f0a6a0bb9..15d39b9c8b32d8fc5ee44ca5cb092a8eb776ef2c 100644
--- a/pkg/analyzer/test/generated/utilities_test.dart
+++ b/pkg/analyzer/test/generated/utilities_test.dart
@@ -61,6 +61,7 @@ class AstCloneComparator extends AstComparator {
}
}
+@ReflectiveTestCase()
class AstClonerTest extends EngineTestCase {
void test_visitAdjacentStrings() {
_assertClone(
@@ -2052,6 +2053,7 @@ class AstClonerTest extends EngineTestCase {
}
}
+@ReflectiveTestCase()
class BooleanArrayTest {
void test_get_negative() {
try {
@@ -2111,6 +2113,7 @@ class BooleanArrayTest {
}
}
+@ReflectiveTestCase()
class DirectedGraphTest extends EngineTestCase {
void test_addEdge() {
DirectedGraph<DirectedGraphTest_Node> graph =
@@ -3248,6 +3251,7 @@ class Getter_NodeReplacerTest_testUriBasedDirective implements
StringLiteral get(UriBasedDirective node) => node.uri;
}
+@ReflectiveTestCase()
class LineInfoTest {
void test_creation() {
expect(new LineInfo(<int>[0]), isNotNull);
@@ -3559,6 +3563,7 @@ class ListGetter_NodeReplacerTest_testSwitchMember_2 extends
NodeList<Statement> getList(SwitchMember node) => node.statements;
}
+@ReflectiveTestCase()
class ListUtilitiesTest {
void test_addAll_emptyToEmpty() {
List<String> list = new List<String>();
@@ -3591,6 +3596,7 @@ class ListUtilitiesTest {
}
}
+@ReflectiveTestCase()
class MultipleMapIteratorTest extends EngineTestCase {
void test_multipleMaps_firstEmpty() {
Map<String, String> map1 = new HashMap<String, String>();
@@ -3708,6 +3714,7 @@ class MultipleMapIteratorTest extends EngineTestCase {
}
}
+@ReflectiveTestCase()
class NodeReplacerTest extends EngineTestCase {
/**
* An empty list of tokens.
@@ -4757,6 +4764,7 @@ abstract class NodeReplacerTest_ListGetter<P extends AstNode, C extends AstNode>
NodeList<C> getList(P parent);
}
+@ReflectiveTestCase()
class SingleMapIteratorTest extends EngineTestCase {
void test_empty() {
Map<String, String> map = new HashMap<String, String>();
@@ -4814,6 +4822,7 @@ class SingleMapIteratorTest extends EngineTestCase {
}
}
+@ReflectiveTestCase()
class SourceRangeTest {
void test_access() {
SourceRange r = new SourceRange(10, 1);
@@ -4963,6 +4972,7 @@ class SourceRangeTest {
}
}
+@ReflectiveTestCase()
class StringUtilitiesTest {
void test_EMPTY() {
expect(StringUtilities.EMPTY, "");
@@ -5219,6 +5229,7 @@ class StringUtilitiesTest {
}
+@ReflectiveTestCase()
class TokenMapTest {
void test_creation() {
expect(new TokenMap(), isNotNull);
« no previous file with comments | « pkg/analyzer/test/generated/scanner_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698