About 5,090 results
Open links in new tab
  1. SetUp | NUnit Docs

    If a base class SetUp method is overridden in the derived class, NUnit will not call the base class SetUp method; NUnit does not anticipate usage that includes hiding the base method.

  2. .NET Core | NUnit Docs

    This generation is done using the NUnit Engine report service, and produce the same result as the NUnit3-console. This is available through the NUnit3TestAdapter.

  3. SetUp and TearDown | NUnit Docs

    SetUp and TearDown Attribute Usage SetUpAttribute is now used exclusively for per-test setup. TearDownAttribute is now used exclusively for per-test teardown. OneTimeSetUpAttribute is …

  4. Test | NUnit Docs

    Test methods targeting .Net 4.0 or higher may be marked as async and NUnit will wait for the method to complete before recording the result and moving on to the next test.

  5. OneTimeSetUp | NUnit Docs

    If a base class OneTimeSetUp method is overridden in the derived class, NUnit will not call the base class OneTimeSetUp method; NUnit does not anticipate usage that includes hiding the …

  6. Framework Parallel Test Execution | NUnit Docs

    The NUnit 3.0 framework can run tests in parallel within an assembly. This is a completely separate facility from Engine Parallel Test Execution, although it is possible to use both in the …

  7. Values | NUnit Docs

    By default, NUnit creates test cases from all possible combinations of the data values provided on parameters - the combinatorial approach. This default may be modified by use of specific …

  8. Installation | NUnit Docs

    If you want to experiment with NUnit or debug something in NUnit, this can be a helpful choice. Follow the instructions for NUnit Lite to install the package and create a test assembly.

  9. NUnit.org

    What Is NUnit? NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 3, has been completely rewritten with many new …

  10. Running Tests | NUnit Docs

    To start using NUnit with these tools, see the Installation section. Also see the information on the NUnit3TestAdapter for more detailed information on how to use it and configure it.