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

Side by Side Diff: pkg/analyzer/test/generated/element_test.dart

Issue 622743002: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // This code was auto-generated, is not intended to be edited, and is subject to 5 // This code was auto-generated, is not intended to be edited, and is subject to
6 // significant change. Please see the README file for more information. 6 // significant change. Please see the README file for more information.
7 7
8 library engine.element_test; 8 library engine.element_test;
9 9
10 import 'package:analyzer/src/generated/java_core.dart'; 10 import 'package:analyzer/src/generated/java_core.dart';
(...skipping 4717 matching lines...) Expand 10 before | Expand all | Expand 10 after
4728 }); 4728 });
4729 _ut.test('test_isVoid', () { 4729 _ut.test('test_isVoid', () {
4730 final __test = new VoidTypeImplTest(); 4730 final __test = new VoidTypeImplTest();
4731 runJUnitTest(__test, __test.test_isVoid); 4731 runJUnitTest(__test, __test.test_isVoid);
4732 }); 4732 });
4733 }); 4733 });
4734 } 4734 }
4735 } 4735 }
4736 4736
4737 main() { 4737 main() {
4738 AngularPropertyKindTest.dartSuite();
4738 ElementKindTest.dartSuite(); 4739 ElementKindTest.dartSuite();
4739 AngularPropertyKindTest.dartSuite();
4740 FunctionTypeImplTest.dartSuite(); 4740 FunctionTypeImplTest.dartSuite();
4741 InterfaceTypeImplTest.dartSuite(); 4741 InterfaceTypeImplTest.dartSuite();
4742 TypeParameterTypeImplTest.dartSuite(); 4742 TypeParameterTypeImplTest.dartSuite();
4743 UnionTypeImplTest.dartSuite(); 4743 UnionTypeImplTest.dartSuite();
4744 VoidTypeImplTest.dartSuite(); 4744 VoidTypeImplTest.dartSuite();
4745 ClassElementImplTest.dartSuite(); 4745 ClassElementImplTest.dartSuite();
4746 CompilationUnitElementImplTest.dartSuite(); 4746 CompilationUnitElementImplTest.dartSuite();
4747 ElementLocationImplTest.dartSuite(); 4747 ElementLocationImplTest.dartSuite();
4748 ElementImplTest.dartSuite(); 4748 ElementImplTest.dartSuite();
4749 HtmlElementImplTest.dartSuite(); 4749 HtmlElementImplTest.dartSuite();
4750 LibraryElementImplTest.dartSuite(); 4750 LibraryElementImplTest.dartSuite();
4751 MultiplyDefinedElementImplTest.dartSuite(); 4751 MultiplyDefinedElementImplTest.dartSuite();
4752 } 4752 }
OLDNEW
« no previous file with comments | « pkg/analyzer/test/generated/all_the_rest.dart ('k') | pkg/analyzer/test/generated/engine_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698