| 
									
										
										
										
											2015-02-27 14:42:21 -08:00
										 |  |  | library angular2.test.transform; | 
					
						
							| 
									
										
										
										
											2015-02-17 08:38:54 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | import 'package:unittest/unittest.dart'; | 
					
						
							|  |  |  | import 'package:unittest/vm_config.dart'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-03-12 14:10:26 -07:00
										 |  |  | import 'bind_generator/all_tests.dart' as bindGenerator; | 
					
						
							| 
									
										
										
										
											2015-03-06 11:10:14 -08:00
										 |  |  | import 'directive_processor/all_tests.dart' as directiveProcessor; | 
					
						
							|  |  |  | import 'integration/all_tests.dart' as integration; | 
					
						
							|  |  |  | import 'reflection_remover/all_tests.dart' as reflectionRemover; | 
					
						
							| 
									
										
										
										
											2015-03-13 13:55:49 -07:00
										 |  |  | import 'template_compiler/all_tests.dart' as templateCompiler; | 
					
						
							| 
									
										
										
										
											2015-02-27 14:42:21 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-02-17 08:38:54 -08:00
										 |  |  | main() { | 
					
						
							|  |  |  |   useVMConfiguration(); | 
					
						
							| 
									
										
										
										
											2015-03-12 14:10:26 -07:00
										 |  |  |   group('Bind Generator', bindGenerator.allTests); | 
					
						
							| 
									
										
										
										
											2015-03-06 11:10:14 -08:00
										 |  |  |   group('Directive Processor', directiveProcessor.allTests); | 
					
						
							|  |  |  |   group('Reflection Remover', reflectionRemover.allTests); | 
					
						
							| 
									
										
										
										
											2015-03-13 13:55:49 -07:00
										 |  |  |   group('Template Compiler', templateCompiler.allTests); | 
					
						
							| 
									
										
										
										
											2015-03-06 11:10:14 -08:00
										 |  |  |   group('Transformer Pipeline', integration.allTests); | 
					
						
							| 
									
										
										
										
											2015-02-23 17:38:34 -08:00
										 |  |  | } |