Monday, September 25, 2006

BLOG: NUnit 2.2.8

nunit-gui.exe is useful to attached by the NUNIT test.

nunit-gui.exe /fixture:NUnit.Tests.AssertionTests nunit.tests.dll /run

nunit-gui nunit.tests.csproj /config:Release

You will define the test attributes.

§ Test Fixture
§ Test
§ Setup
§ Teardown
§ Test Fixture SetUp
§ Test Fixture TearDown
§ Expected Exception
§ Category
§ Explicit
§ Suite
§ Ignore


Tony

No comments:

Thumbs Up to GitHub Copilot and JetBrains Resharper

Having used AI tool GitHub Copilot since 08/16/2023, I’ve realized that learning GitHub Copilot is like learning a new framework or library ...