Book a Demo

Author Topic: NUnit tests for a package tree  (Read 3193 times)

Wolfgang Trog

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
NUnit tests for a package tree
« on: September 22, 2006, 08:54:14 am »
Hi all,

I'm trying to setup unit testing for a larger C# projekt, which is separated into a lot of packages/namespaces. Following the instructions in the user guide, I managed to record test runs from classes that are located in the package which contains the test script. But all subpackages are ignored. Is there a way to include the subpackages in the recording ? Putting all test classes in a plain package or specifying test scripts for every package isn't really the way this should work, isn't it ?

I'm using EA 6.5.797 with NUnit 2.2.8. Any help would be appreciated.

Regards,
Wolfgang

Wolfgang Trog

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: NUnit tests for a package tree
« Reply #1 on: October 12, 2006, 05:26:09 am »
For anybody whose interested in this topic. I got a confirmation from EA support that it's in fact only working for the classes in the package that holds the script, subpackages are ignored. Support opened a feature request for that, so may be that's possible in a future release.

Best Regards,
Wolfgang