~nunit-vs-team/nunit-vs-adapter/trunk

« back to all changes in this revision

Viewing changes to src/NUnitTestAdapter/TraitsFeature.cs

  • Committer: Charlie Poole
  • Date: 2013-08-14 22:36:58 UTC
  • Revision ID: charlie@nunit.org-20130814223658-lz1y2mmvgy6tfhwg
Change AssemblyFilter to AssemblyRunner and give it responsibility for running tests in each assembly. Eliminate caching of nunit tests. Ensure VS tests are initially cached so that the NUnitEventListener always has access to them. Add some tests. General cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
using System;
 
1
// ****************************************************************
 
2
// Copyright (c) 2013 NUnit Software. All rights reserved.
 
3
// ****************************************************************
 
4
 
 
5
using System;
2
6
using System.Collections.Generic;
3
7
using System.Reflection;
4
8
using Microsoft.VisualStudio.TestPlatform.ObjectModel;