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

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

Issue 360393003: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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 4400 matching lines...) Expand 10 before | Expand all | Expand 10 after
4411 }); 4411 });
4412 _ut.test('test_isVoid', () { 4412 _ut.test('test_isVoid', () {
4413 final __test = new VoidTypeImplTest(); 4413 final __test = new VoidTypeImplTest();
4414 runJUnitTest(__test, __test.test_isVoid); 4414 runJUnitTest(__test, __test.test_isVoid);
4415 }); 4415 });
4416 }); 4416 });
4417 } 4417 }
4418 } 4418 }
4419 4419
4420 main() { 4420 main() {
4421 ElementKindTest.dartSuite();
4422 AngularPropertyKindTest.dartSuite();
4421 FunctionTypeImplTest.dartSuite(); 4423 FunctionTypeImplTest.dartSuite();
4422 InterfaceTypeImplTest.dartSuite(); 4424 InterfaceTypeImplTest.dartSuite();
4423 TypeParameterTypeImplTest.dartSuite(); 4425 TypeParameterTypeImplTest.dartSuite();
4424 VoidTypeImplTest.dartSuite(); 4426 VoidTypeImplTest.dartSuite();
4425 ClassElementImplTest.dartSuite(); 4427 ClassElementImplTest.dartSuite();
4426 ElementLocationImplTest.dartSuite(); 4428 ElementLocationImplTest.dartSuite();
4427 ElementImplTest.dartSuite(); 4429 ElementImplTest.dartSuite();
4428 HtmlElementImplTest.dartSuite(); 4430 HtmlElementImplTest.dartSuite();
4429 LibraryElementImplTest.dartSuite(); 4431 LibraryElementImplTest.dartSuite();
4430 MultiplyDefinedElementImplTest.dartSuite(); 4432 MultiplyDefinedElementImplTest.dartSuite();
4431 AngularPropertyKindTest.dartSuite();
4432 ElementKindTest.dartSuite();
4433 } 4433 }
OLDNEW
« no previous file with comments | « pkg/analyzer/test/generated/ast_test.dart ('k') | pkg/analyzer/test/generated/resolver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698