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

Unified Diff: pkg/analysis_server/test/services/index/store/codec_test.dart

Issue 849863002: Replace @ReflectiveTestCase() with @reflectiveTest. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 months 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
Index: pkg/analysis_server/test/services/index/store/codec_test.dart
diff --git a/pkg/analysis_server/test/services/index/store/codec_test.dart b/pkg/analysis_server/test/services/index/store/codec_test.dart
index 9903b1f72bf651c8a7cc3fb4db4368768c3dbd8c..1a79bccf3576b6337414b4abdca75bae4e9b70cc 100644
--- a/pkg/analysis_server/test/services/index/store/codec_test.dart
+++ b/pkg/analysis_server/test/services/index/store/codec_test.dart
@@ -24,7 +24,7 @@ main() {
}
-@ReflectiveTestCase()
+@reflectiveTest
class _ContextCodecTest {
ContextCodec codec = new ContextCodec();
@@ -63,7 +63,7 @@ class _ContextCodecTest {
}
-@ReflectiveTestCase()
+@reflectiveTest
class _ElementCodecTest extends AbstractSingleUnitTest {
ElementCodec codec;
AnalysisContext context = new MockAnalysisContext('context');
@@ -201,7 +201,7 @@ main() {
}
-@ReflectiveTestCase()
+@reflectiveTest
class _RelationshipCodecTest {
StringCodec stringCodec = new StringCodec();
RelationshipCodec codec;
@@ -218,7 +218,7 @@ class _RelationshipCodecTest {
}
-@ReflectiveTestCase()
+@reflectiveTest
class _StringCodecTest {
StringCodec codec = new StringCodec();

Powered by Google App Engine
This is Rietveld 408576698