| 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 4400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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(); | |
| 4423 FunctionTypeImplTest.dartSuite(); | 4421 FunctionTypeImplTest.dartSuite(); |
| 4424 InterfaceTypeImplTest.dartSuite(); | 4422 InterfaceTypeImplTest.dartSuite(); |
| 4425 TypeParameterTypeImplTest.dartSuite(); | 4423 TypeParameterTypeImplTest.dartSuite(); |
| 4426 VoidTypeImplTest.dartSuite(); | 4424 VoidTypeImplTest.dartSuite(); |
| 4427 ClassElementImplTest.dartSuite(); | 4425 ClassElementImplTest.dartSuite(); |
| 4428 ElementLocationImplTest.dartSuite(); | 4426 ElementLocationImplTest.dartSuite(); |
| 4429 ElementImplTest.dartSuite(); | 4427 ElementImplTest.dartSuite(); |
| 4430 HtmlElementImplTest.dartSuite(); | 4428 HtmlElementImplTest.dartSuite(); |
| 4431 LibraryElementImplTest.dartSuite(); | 4429 LibraryElementImplTest.dartSuite(); |
| 4432 MultiplyDefinedElementImplTest.dartSuite(); | 4430 MultiplyDefinedElementImplTest.dartSuite(); |
| 4431 AngularPropertyKindTest.dartSuite(); |
| 4432 ElementKindTest.dartSuite(); |
| 4433 } | 4433 } |
| OLD | NEW |