Book a Demo

Author Topic: EA created 122 testcases? (nUnit)  (Read 3317 times)

webmarco

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
EA created 122 testcases? (nUnit)
« on: July 26, 2007, 11:06:45 pm »
Hi all,

I'am playing with nUnit and EA (6.5) so i added the following line to be executed when doing a test run <Ctrl + Alt + t> in the package build script <shift + F12>

C:\Program Files\NUnit-Net-2.0 2.2.8\bin\nunit-console.exe C:\Projects\Magics\Magics\bin\Debug\Magics.exe


When i run the test <Ctrl + Alt + t> the following output is shown to me by EA:

NUnit version 2.2.8
Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, Charlie Poole.
Copyright (C) 2000-2003 Philip Craig.
All Rights Reserved.

OS Version: Microsoft Windows NT 5.1.2600 Service Pack 2    .NET Version: 2.0.50727.832

Tests run: 0, Failures: 0, Not run: 0, Time: 0.000 seconds

Test Cases Created: 122, Test Cases Updated: 0
Test completed with exit code 0

I've never linked magics.exe to nUnit before, nor have i ever created any code to be used by nUnit in the magics project.

Where can i find these 122 test cases EA created for me ???

When i run the test again, the output is:

NUnit version 2.2.8
Copyright (C) 2002-2003 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov, Charlie Poole.
Copyright (C) 2000-2003 Philip Craig.
All Rights Reserved.

OS Version: Microsoft Windows NT 5.1.2600 Service Pack 2    .NET Version: 2.0.50727.832

Tests run: 0, Failures: 0, Not run: 0, Time: 0.000 seconds


Test Cases Created: 0, Test Cases Updated: 122
Test completed with exit code 0

I'm wondering what these testcases look like now ;)

Thx,
Marco