← Back to team overview

nunit-core team mailing list archive

[Bug 531873] Re: Feature: Extraction of unit tests from NUnit test asembly and calling appropriate one

 

** Changed in: nunit-3.0
       Status: Confirmed => Triaged

** Changed in: nunit-3.0
   Importance: Undecided => Medium

** Changed in: nunit-3.0
    Milestone: None => 2.9.6

** Changed in: nunit-3.0
     Assignee: (unassigned) => Charlie Poole (charlie.poole)

-- 
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
https://bugs.launchpad.net/bugs/531873

Title:
  Feature: Extraction of unit tests from NUnit test asembly and calling
  appropriate one

Status in NUnit Test Framework:
  Triaged

Bug description:
  Hi all,

  in order to integrate NUnit better in the existing solution it would be good that 
  by using NUnit(GUI or command line version) over a given Test.exe (where all 
  necessery test tags/unit tests are allready compiled) to retreive list 
  of all Unit test names together with its argumens.
   
  In particular case one have Test.exe which is written in order to test some 
  library Library.dll and now by using command line one call 
  NUNit over the Test.exe and to get back list of all Unit tests which are 
  ready to be tested. Also one could as command line argument submit which 
  test class or which cathegory is imjortant so that list of the returned tests is filtered.

  Once the list of all Unit test cases is present (it can be displayed in some other 
  industry integrated tool) tester can decide what test case will be executed by calling 
  again using command line specific Unit test. It would be also very good that every test 
  has its testresult file, having everything in one file makes problem in accessing only 
  important test and it is not in accordance with other HW/SW test tool where every test
  has its testresult file.

  Br, 
  Milan.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-3.0/+bug/531873/+subscriptions


References