| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |