OLD | NEW |
1 // This code was auto-generated, is not intended to be edited, and is subject to | 1 // This code was auto-generated, is not intended to be edited, and is subject to |
2 // significant change. Please see the README file for more information. | 2 // significant change. Please see the README file for more information. |
3 | 3 |
4 library engine.resolver_test; | 4 library engine.resolver_test; |
5 | 5 |
6 import 'dart:collection'; | 6 import 'dart:collection'; |
7 import 'package:analyzer-experimental/src/generated/java_core.dart'; | 7 import 'package:analyzer-experimental/src/generated/java_core.dart'; |
8 import 'package:analyzer-experimental/src/generated/java_engine.dart'; | 8 import 'package:analyzer-experimental/src/generated/java_engine.dart'; |
9 import 'package:analyzer-experimental/src/generated/java_junit.dart'; | 9 import 'package:analyzer-experimental/src/generated/java_junit.dart'; |
10 import 'package:analyzer-experimental/src/generated/source_io.dart'; | 10 import 'package:analyzer-experimental/src/generated/source_io.dart'; |
(...skipping 5095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5106 runJUnitTest(__test, __test.test_typeArgumentNotMatchingBounds_const); | 5106 runJUnitTest(__test, __test.test_typeArgumentNotMatchingBounds_const); |
5107 }); | 5107 }); |
5108 _ut.test('test_typeArgumentNotMatchingBounds_new', () { | 5108 _ut.test('test_typeArgumentNotMatchingBounds_new', () { |
5109 final __test = new SimpleResolverTest(); | 5109 final __test = new SimpleResolverTest(); |
5110 runJUnitTest(__test, __test.test_typeArgumentNotMatchingBounds_new); | 5110 runJUnitTest(__test, __test.test_typeArgumentNotMatchingBounds_new); |
5111 }); | 5111 }); |
5112 }); | 5112 }); |
5113 } | 5113 } |
5114 } | 5114 } |
5115 main() { | 5115 main() { |
5116 /*ElementResolverTest.dartSuite(); | 5116 ElementResolverTest.dartSuite(); |
5117 LibraryElementBuilderTest.dartSuite(); | 5117 LibraryElementBuilderTest.dartSuite(); |
5118 LibraryTest.dartSuite(); | 5118 LibraryTest.dartSuite(); |
5119 StaticTypeAnalyzerTest.dartSuite(); | 5119 StaticTypeAnalyzerTest.dartSuite(); |
5120 TypeProviderImplTest.dartSuite(); | 5120 TypeProviderImplTest.dartSuite(); |
5121 TypeResolverVisitorTest.dartSuite(); | 5121 TypeResolverVisitorTest.dartSuite(); |
5122 EnclosedScopeTest.dartSuite(); | 5122 EnclosedScopeTest.dartSuite(); |
5123 LibraryImportScopeTest.dartSuite(); | 5123 LibraryImportScopeTest.dartSuite(); |
5124 LibraryScopeTest.dartSuite(); | 5124 LibraryScopeTest.dartSuite(); |
5125 ScopeTest.dartSuite(); | 5125 ScopeTest.dartSuite(); |
5126 CompileTimeErrorCodeTest.dartSuite(); | 5126 CompileTimeErrorCodeTest.dartSuite(); |
5127 ErrorResolverTest.dartSuite(); | 5127 ErrorResolverTest.dartSuite(); |
5128 SimpleResolverTest.dartSuite(); | 5128 SimpleResolverTest.dartSuite(); |
5129 StaticTypeWarningCodeTest.dartSuite(); | 5129 StaticTypeWarningCodeTest.dartSuite(); |
5130 StaticWarningCodeTest.dartSuite();*/ | 5130 StaticWarningCodeTest.dartSuite(); |
5131 } | 5131 } |
OLD | NEW |