Minimum NUnit binaries for an OSS project

前端 未结 3 617
天命终不由人
天命终不由人 2021-01-03 00:18

Open Source projects that ship with unit tests based on NUnit also usually ship the NUnit runners and accompanying binaries. For NUnit 2.4.8, distributing its bin

相关标签:
3条回答
  • 2021-01-03 00:51

    For 2.6, in addition to Mooki's list, I had to add:

    • nunit-agent.exe
    0 讨论(0)
  • 2021-01-03 00:52

    I can successfully run tests with only the following 6 NUnit files present:

    • nunit.core.dll
    • nunit.core.interfaces.dll
    • nunit.framework.dll
    • nunit.util.dll
    • nunit.console-runner.dll
    • nunit-console.exe
    0 讨论(0)
  • 2021-01-03 01:02

    After some research, the following files don't appear to be unnecessary because they represent test assemblies for NUnit itself and for FIT:

    • addins/
    • clr.bat
    • failure.jpg
    • fit.dll
    • ignored.jpg
    • loadtest-assembly.dll
    • mock-assembly.dll
    • nonamespace-assembly.dll
    • notestfixtures-assembly.dll
    • nunit.core.dll
    • nunit.core.extensions.dll
    • nunit.core.interfaces.dll
    • nunit.core.tests.dll
    • nunit.exe
    • nunit.exe.config
    • nunit.extensions.tests.dll
    • nunit.fixtures.dll
    • nunit.fixtures.tests.dll
    • nunit.framework.dll
    • nunit.framework.extensions.dll
    • nunit.framework.tests.dll
    • nunit.framework.xml
    • nunit.mocks.dll
    • nunit.mocks.tests.dll
    • nunit.uikit.dll
    • nunit.uikit.tests.dll
    • nunit.util.dll
    • nunit.util.tests.dll
    • nunit-console.exe
    • nunit-console.exe.config
    • nunit-console.tests.dll
    • nunit-console-runner.dll
    • nunit-console-x86.exe
    • nunit-console-x86.exe.config
    • NUnitFitTests.html
    • nunit-gui.tests.dll
    • nunit-gui-runner.dll
    • NUnitTests.config
    • NUnitTests.nunit
    • nunit-x86.exe
    • nunit-x86.exe.config
    • runFile.exe
    • runFile.exe.config
    • success.jpg
    • test-assembly.dll
    • test-utilities.dll
    • timing-tests.dll
    0 讨论(0)
提交回复
热议问题