Changeset 269
- Timestamp:
- 09/02/08 19:36:43 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/Specifications/Machine.Specifications/Runner/SpecificationRunner.cs
r267 r269 27 27 var assemblyContexts = new List<IAssemblyContext>(_explorer.FindAssemblyContextsIn(assembly)); 28 28 29 _listener.OnAssemblyStart(assembly); 30 29 31 assemblyContexts.ForEach(assemblyContext=> 30 32 assemblyContext.OnAssemblyStart()); 31 33 32 _listener.OnAssemblyStart(assembly);33 34 34 RunContexts(contexts); 35 35