Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

2,674

Downloads of v 0.4:

412

Last Update:

06 Jul 2017

Package Maintainer(s):

Software Author(s):

  • Charlie Poole

Tags:

nunit gui runner test testing tdd

NUnit 3 GUI Runner

This is not the latest version of NUnit 3 GUI Runner available.

  • 1
  • 2
  • 3

0.4 | Updated: 06 Jul 2017

Downloads:

2,674

Downloads of v 0.4:

412

Maintainer(s):

Software Author(s):

  • Charlie Poole

NUnit 3 GUI Runner 0.4

This is not the latest version of NUnit 3 GUI Runner available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Pending


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install NUnit 3 GUI Runner, run the following command from the command line or from PowerShell:

>

To upgrade NUnit 3 GUI Runner, run the following command from the command line or from PowerShell:

>

To uninstall NUnit 3 GUI Runner, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade nunit-gui -y --source="'INTERNAL REPO URL'" --version="'0.4'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade nunit-gui -y --source="'INTERNAL REPO URL'" --version="'0.4'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install nunit-gui
  win_chocolatey:
    name: nunit-gui
    version: '0.4'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'nunit-gui' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.4'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller nunit-gui
{
    Name     = "nunit-gui"
    Version  = "0.4"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'nunit-gui':
  ensure   => '0.4',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator flcdrg on 06 Jul 2017.

Description

This package includes the nunit-gui runner and test engine for version 3 of the NUnit unit-testing framework.


tools\CHANGES.txt
NUnit-Gui 0.4 - June 21, 2017

Issues Resolved

 * 14     Display relative path in GUI's tree (option)
 * 26     Explicit tests are executed if a category is excluded
 * 112    Add icons to solution
 * 127    Decide Framework and C# levels for the gui project
 * 130    Corrupted NUNit30Settings file
 * 131    Initial Tree Display setting is not honored
 * 140    Add support for Multiple Asserts
 * 154    Change default to run in a separate process, allowing 32-bit processes to work among other things
 * 155    Cannot drag and drop test assemblies
 * 156    Fix RunTree image for transparency.
 * 163    No validation of tracelevel
 * 164    Missing escaping of content of CDATA in AddXmlCDataSection
 * 170    Test assembly locked
 * 173    Test result message and stacktrace not always updated
 * 176    Upgrade to version 3.6.1 of engine
 * 179    Compiling the project on a machine with only VS 2017
 * 184    The path is not of a legal form exception on load
 * 192    Nuget package for engine doesn't have agent config files

NUnit-Gui 0.3 - January 1, 2017

Issues Resolved

 * 61     When loading tests using an agent, a cmd window is opened
 * 86     Review and Revise Settings Panels
 * 101    Bug Fix when viewing by category
 * 102    Add Extension Manager dialog
 * 117    System.FormatException on parsing duration
 * 122    Update package references to latest versions
 * 123    Create temporary thread to run tests
 * 126    Need an easier way to make Engine changes for the Gui
 * 133    Initial NUnit Tree display should show top of tree
 * 134    File Exit command doesn't work
 * 146    Remove additional unused settings

NUnit-Gui 0.2 - April 12, 2016

Issues Resolved

 * 93 Crash on startup if newer NUnit installation
 * 94 BadImageFormatException loading dlls targeting .NET 4.0 and higher

NUnit-Gui 0.1 - April 8, 2016

General

This is the initial release of the NUnit GUI runner. This is pre-alpha code we are releasing
primarily for the purpose of getting feedback on the user interface itself. It is not suitable
for use in production.

Features

 * The left-hand panel displays the tests in a variety of ways.
   * As a traditional NUnit tree
   * As a list of fixtures
   * As a list of test cases

 * When displaying a list of fixtures or test cases, you may select various groupings. 
   This is similar to how the Visual Studio test explorer window works.

 * The right-hand panel displays information about the individual test selected in the 
   left-hand panel. It has two tabs.
   * Properties - shows the information about the test (upper pane) and it's result (lower pane)
   * XML - shows the XML representation for the test or test result

Issues Resolved

 * 17 Gui should highlight not-runnable and ignored tests immediately upon load
 * 19 CI Server for nunit-gui
 * 32 Load last test on startup
 * 33 Command-line with assemblies and projects specified
 * 34 Command-line run option
 * 35 Command-line noload option
 * 36 Gui Layout
 * 37 File Open Menu Item
 * 38 File Close Menu Item
 * 41 File Reload menu item
 * 44 Select Runtime Menu Item
 * 45 Test List Display
 * 46 Status Bar Content
 * 47 View Status Bar Menu Item
 * 48 Support checkboxes in the gui tree display
 * 49 Recent Files Menu
 * 55 Running tests from the gui
 * 58 Test details
 * 59 Invalid file (non-assembly) is displayed as an assembly.
 * 62 Group headings are not shown with correct icon
 * 66 Remove unsupported options from GuiOptions class
 * 68 Implement XML view of test details
 * 69 Reloading nunit project file causes engine error
 * 72 ReloadProject versus ReloadTests
 * 84 Add context menu to XmlView
 * 85 Display test result info in XmlView
tools\LICENSE.txt
Copyright (c) 2016 Charlie Poole

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

tools\Mono.Cecil.dll
md5: F7785642F7488172853A3C03F6FCB8EA | sha1: 8A2E8FD69D39024A2F30FC0642F70FA832690772 | sha256: 79AA6C41BF35EF59CD7DED94715B7AE2B9DFF5C3DAAF18047255D31BF1D7C77E | sha512: 201F22CAC7BE81B41918DADB59FB7EF0AAF1F3CC1381558988A969A708C7F632D0D8546E9A52258CE2402933C2965FFC4BDB8484A75E8468C6868914C12EAF4C
tools\nunit-agent-x86.exe
md5: E3646CD074D780BAD3D38460A838BE5B | sha1: AA3D77329DCB24C1976765FC09B98444D9054C0A | sha256: 3F46C40933AB1686E90C00AC2E14F26108BB8FB2630C45C4F5F9E53D03D36BED | sha512: 4EE5D7FACE5CED057271B0B37040BD39B716D869A4D6EA05A1F1EB1722606C76088A647FA905C9754C0406FB597ADE9ED85DB9510D0812433322F0D95B571DD3
tools\nunit-agent-x86.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <!--
   Nunit-agent only runs under .NET 2.0 or higher. 
   The setting    useLegacyV2RuntimeActivationPolicy only applies 
   under .NET 4.0 and permits use of mixed mode assemblies, 
   which would otherwise not load correctly. 
  -->
  <startup useLegacyV2RuntimeActivationPolicy="true">
    <!--
     Nunit-agent is normally run by the console or gui
     runners and not independently. In normal usage, 
     the runner specifies which runtime should be used.
     
     Do NOT add any supportedRuntime elements here, 
     since they may prevent the runner from controlling 
     the runtime that is used!
    -->
  </startup>

  <runtime>
    <!-- Ensure that test exceptions don't crash NUnit -->
    <legacyUnhandledExceptionPolicy enabled="1" />

    <!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
    <loadFromRemoteSources enabled="true" />

  </runtime>
  
</configuration>
tools\nunit-agent-x86.exe.ignore
 
tools\nunit-agent.exe
md5: B619818A211E698726B553146B7F0821 | sha1: 755F1AC10EE6C9A3ECA1F06E89B498860BA8B2AD | sha256: CAE2F7772FE02A126AA774D26120073F7B9CF14394E40F7F19F7C30F259733CD | sha512: 8C68ECC4C2BEE7B99D733BD0727D6A34892E6D4420E523B343E63E88AE89D8438E9C5A61354AC73F5A2406289240E905662B94FF64EE08A92A4204149D7DD42C
tools\nunit-agent.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <!--
   Nunit-agent only runs under .NET 2.0 or higher. 
   The setting    useLegacyV2RuntimeActivationPolicy only applies 
   under .NET 4.0 and permits use of mixed mode assemblies, 
   which would otherwise not load correctly. 
  -->
  <startup useLegacyV2RuntimeActivationPolicy="true">
    <!--
     Nunit-agent is normally run by the console or gui
     runners and not independently. In normal usage, 
     the runner specifies which runtime should be used.
     
     Do NOT add any supportedRuntime elements here, 
     since they may prevent the runner from controlling 
     the runtime that is used!
    -->
  </startup>

  <runtime>
    <!-- Ensure that test exceptions don't crash NUnit -->
    <legacyUnhandledExceptionPolicy enabled="1" />

    <!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
    <loadFromRemoteSources enabled="true" />

  </runtime>
  
</configuration>
tools\nunit-agent.exe.ignore
 
tools\nunit-gui.exe
md5: 1FA5B9302CF12599C64678814EE15DE9 | sha1: C54B76C59CB16F7247F2AEF455641A5D3B7C4022 | sha256: C600F94F5FFB0ABFC1C35E8E2B858AF73060B37455BFD784B4D4446AAC4744FA | sha512: C7DC7D22351608B6C88377121E6C25FBA12317979D64EA30B0FB4313F9B5748232E03A7450FFABE997BFE2461ACB5A9DE195CC5F05BEBBEFB6F46A53E91153EF
tools\nunit-gui.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <!--
   The gui runner runs under .NET 2.0 or higher, selecting the
   highest version runtime available.
   
   The setting useLegacyV2RuntimeActivationPolicy only applies 
   under .NET 4.0 and permits use of mixed mode assemblies, 
   which would otherwise not load correctly.
  -->
  <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0.30319" />
    <supportedRuntime version="v2.0.50727" />
  </startup>

  <runtime>

    <!-- Ensure that test exceptions don't crash NUnit -->
    <legacyUnhandledExceptionPolicy enabled="1" />

    <!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
    <loadFromRemoteSources enabled="true" />

  </runtime>

</configuration>
tools\nunit.choco.addins
 
tools\nunit.engine.api.dll
md5: 748A271118341F3248C55269CE5DFFDD | sha1: 90A5CBF1B1A1C2DE2ABF0B6F28E982CA4144093A | sha256: 7E85BCA35C4009D4F4B7569271BD5CC76BDFB0FA4261E46AD94F499A2A81D6D7 | sha512: 5348D0A49B2E2B2BBBF150441BCA57305E8CDD166839556E46886CD97BA31964785307D89B8016D985C60BAE8B41A36637B2C5B990317C86ED9E18CF0497A76F
tools\nunit.engine.dll
md5: 687454AAAE92D564978A64C8A5316A85 | sha1: 96DEEF3F02DC0C37073EB91DD2EFF9A2D38E1100 | sha256: CCDF4E01D653D0CAFD8107789E53F59C2A08ABBAF04C7FEB7CE32EB981E97F1F | sha512: E9FCCE5039ED202F82AB4D0AD08674F86C99958A803750BE21E976F034A44B93783DAF7FC5AE0AC6F812BEA413241B840516311C5C4D5470297EBCCB8D6097BF
tools\nunit.uikit.dll
md5: B69D4FD095EF556A074B1AE333B086D1 | sha1: B1F5BBBF53F63D3CE7617A7B6CCC721B4C8A3FBF | sha256: 09520810BC71D5EC08A85ABA2672D13616C0FCE5B50C6CF30EEC044368DDD373 | sha512: B13A1D4228861C578A3C771C2C5982B75D78BCE05AABE5D9B273F3D9173010F7D9CAF60DEF69A3E33B379FC39D1079C678397A968E4823F1A794811058883B5B
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

This package is published by the copyright holder of the nunit-gui software.

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
NUnit 3 GUI Runner 0.6.0 1112 Friday, September 22, 2017 Approved
NUnit 3 GUI Runner 0.5 407 Thursday, August 24, 2017 Approved
NUnit 3 GUI Runner 0.4 412 Thursday, July 6, 2017 Approved

This package has no dependencies.

Discussion for the NUnit 3 GUI Runner Package

Ground Rules:

  • This discussion is only about NUnit 3 GUI Runner and the NUnit 3 GUI Runner package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or NUnit 3 GUI Runner, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus