Downloads:
842
Downloads of v 0.7.0:
312
Last Update:
21 Dec 2018
Package Maintainer(s):
Software Author(s):
- Charlie Poole
Tags:
nunit gui runner test testing tddNUnit 3 GUI Runner
This is not the latest version of NUnit 3 GUI Runner available.
- 1
- 2
- 3
0.7.0 | Updated: 21 Dec 2018
Downloads:
842
Downloads of v 0.7.0:
312
Maintainer(s):
Software Author(s):
- Charlie Poole
NUnit 3 GUI Runner 0.7.0
This is not the latest version of NUnit 3 GUI Runner available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Charlie Poole. The inclusion of Charlie Poole trademark(s), if any, upon this webpage is solely to identify Charlie Poole goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
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:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download testcentric-experimental-gui --internalize --version=0.7.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade testcentric-experimental-gui -y --source="'INTERNAL REPO URL'" --version="'0.7.0'" [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 testcentric-experimental-gui -y --source="'INTERNAL REPO URL'" --version="'0.7.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install testcentric-experimental-gui
win_chocolatey:
name: testcentric-experimental-gui
version: '0.7.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'testcentric-experimental-gui' do
action :install
source 'INTERNAL REPO URL'
version '0.7.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller testcentric-experimental-gui
{
Name = "testcentric-experimental-gui"
Version = "0.7.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'testcentric-experimental-gui':
ensure => '0.7.0',
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.
This package was approved by moderator flcdrg on 22 Dec 2018.
This package includes the nunit-gui runner and test engine for version 3 of the NUnit unit-testing framework.
NUnit-Gui 0.7 - December 20, 2018
General
This is expected to be the last independent release of the experimental GUI, which is being
merged into the testcentric-gui project.
Issues Resolved
* 247 Update to use NUnit 3.8
* 258 Upgrade experimental gui to 3.9 version of the engine
* 259 Upgrade to NUnit framework 3.11
* 261 Upgrade experimental GUI to nunit framework 3.11
* 262 Run tests under Travis CI
* 263 Update experimental GUI to NUnit Engine 3.9
* 264 Fix build to use MsBuild under Mono 5 or greater
* 265 Use console 3.9
* 266 Exp Gui: Rename nunit.uikit assembly to refer to TestCentric
* 268 Exp GUI: Create separate exe project
* 270 Exp GUI: Split tests between model and gui.
* 271 Exp GUI: Review and merge model
* 272 Exp GUI: Review and merge build scripts
* 276 Exp Gui: Review and merge components assembly
* 280 Revise GUI Element interfaces
* 282 Result panel not displaying after test run
* 287 Exp GUI: Rename menu classes to avoid conflicts with standard GUI
NUnit-Gui 0.6 - September 10, 2017
Issues Resolved
* 96 Show message of some kind while tests are loading.
* 189 Move View to a separate Assembly
* 199 Some compilation problem in tests...
* 206 Use GitVersion for the GUI builds
* 209 Utilise IAvailableFrameworks interface over RuntimeFramework class in engine
* 223 ReportContainsStartAndEndDateAndDuration is dependent on the culture
* 229 Create separate assembly for the model alone
NUnit-Gui 0.5 - August 12, 2017
Issues Resolved
* 60 Get extensions working for the GUI
* 137 Allow changing ProcessModel and DomainUsage
* 204 Move the GUI repository
* 205 Create a Chocolatey package for the GUI
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
md5: 4DA5A3500C6F8B8F7823F7D65316B184 | sha1: 7C26061C0A2902E532A626CAD2F506AAA13B9C8F | sha256: AA16074961DB13EBE44EB4A0127A85947DFC975EEA4034F2319526E27DFDDA42 | sha512: 0940257582891CBB0F51823AE0F0DE31C97FEC4293A87F48067CB9C10A1A8D3A12C70ACCA6D626A58CFCA7443B241013AC3F8ED30D39201CF186DCC61C590599
md5: F8A994042AD8AF58055644A83EF22476 | sha1: CA00E4F98009D6A9A101F5726CC2B698D83CA4DF | sha256: 9C534C99453B8320CE8963FA3E2DECE8B5C744B94FA3D1368FA8F9B50752C1A2 | sha512: 21FE745A6E554B002F830924B44DA3D0BC139A1763D999746578A17AEB18025F279C26EE30D0F88588DAB11B844CB9C179E177D4EE4D5E46083855A8FADAE507
<?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" />
<!-- Enable reading source information from Portable and Embedded PDBs when running applications -->
<!-- built against previous .NET Framework versions on .NET Framework 4.7.2 -->
<AppContextSwitchOverrides value="Switch.System.Diagnostics.IgnorePortablePDBsInStackTraces=false" />
</runtime>
</configuration>
md5: 543E0F08D9C4AAA63FF3A24D9B58CBC7 | sha1: D028871E9F96035CDD6CEE2A0804430E2428FE11 | sha256: 2B336D8371C3F91CB6B92A978E41607807A89B28FA6F1FC9A6DD5C39C5AEA355 | sha512: FF8545639900D774319457C2F89EE53D14111D4AAF86FEC037A6526EA24C650101C5C97B8124FCF5D722E047FB601C6ECE25E61BD4C67AA65A9D6BCB674E26C2
<?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" />
<!-- Enable reading source information from Portable and Embedded PDBs when running applications -->
<!-- built against previous .NET Framework versions on .NET Framework 4.7.2 -->
<AppContextSwitchOverrides value="Switch.System.Diagnostics.IgnorePortablePDBsInStackTraces=false" />
</runtime>
</configuration>
md5: 46306DCBCF2D3C440247F32F93095314 | sha1: 0A4764324B83DF99425AC7DEDA21E56CA19050AC | sha256: 01726629283DB14B5EB5614B7230985CE547E6C99C8E62248E68A5AEA4940F30 | sha512: ADD59C25FEB792E1EF03C2B3C68663E5CDD045ED08D0575D069E6C9D2BFA3124BD7660DF6C693B0825FF9A8C1DE24F732F678DEC72498148D61EF4DA1BCFC5BE
md5: 30ED547A3F3051AFCB969E2C961D6EB3 | sha1: D5006752C5AF05062D35DF4FC4225188354ACD00 | sha256: 44D2817A2BE4E8AF4F7C0FE5BC424C77CAE940251AB3AD44FF6D4EA497C8F914 | sha512: F4154C2FCFF0BD477E08FBF7100C5FD5B72B10945D7B3408D668859986CFF7EA2F1792B44D299F70F575C1D8E0B005C38D66C0DACEEF7E83197F25A8D43180BE
md5: 74DD3A7FAA9E4059FCB1EAFC9179CEBE | sha1: B235B021B98F251E1EE399BF46D60B3D6AB6D242 | sha256: 534EA61DCAA3B2F2B3C3B562E17AC98952D31E81A65E20A811E9BE6284D79795 | sha512: ECDE0F0C5861895907B5D7D5904486283FFF18E8A55A090A396A6847DCFD75D657E4CDD614C2FCA86AE92D27379CD07BE8612EB9FA6265C7D349E90D1C5A9399
md5: 57374732F67540981DD2532DC632F55E | sha1: 249E235EEBBBC9A15CB277A8459D42BD669F2559 | sha256: 72B520ECCAC42D7FCFD0A99C56C71E581AA8FE4B17AE6702EA39464AE3D2D3D3 | sha512: D13EA118D49D6B562B5211A945D4882EDFAE0C31CE99521DF44A5488FF44D56DAEB97538F004DB95EF5F4F2B68DC71834C93119F7FC5C2A8FE265F0E208FBE71
md5: 5427D134BCBB880FB4FA7313AAB87F84 | sha1: 490C06BA9995EA8093E932FC2DC5C4FA3763266A | sha256: C0A083536C26B5AB8F3F8505EBBC653FF080F2A58182E332D7FFE7B42C3A58FF | sha512: 9A0C913F2035BB390D431B3ECC27CF595EDE4C741F02F018D16874FEFE142FEF24125C23E1E9EDFE78F88236D66AE333C42382E6376B17E63ABAFCF91B53596D
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 author of the software, Charlie Poole.
Any binaries will be identical to other package types published by the
author at https://github.com/TestCentric/testcentric-experimental-gui.
Log in or click on link to see number of positives.
- Mono.Cecil.dll (aa16074961db) - ## / 71
- nunit-agent-x86.exe (9c534c99453b) - ## / 71
- nunit-agent.exe (2b336d8371c3) - ## / 70
- nunit.engine.api.dll (01726629283d) - ## / 67
- nunit.engine.dll (44d2817a2be4) - ## / 67
- testcentric-experimental-gui.0.7.0.nupkg (fbab0f73d63b) - ## / 62
- tc-next.exe (6d0f07484b85) - ## / 71
- TestCentric.Gui.Components.dll (534ea61dcaa3) - ## / 70
- TestCentric.Gui.Model.dll (72b520eccac4) - ## / 70
- TestCentric.Gui.Runner.dll (c0a083536c26) - ## / 71
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 |
---|---|---|---|---|
[Deprecated] NUnit 3 GUI Runner 0.8.0 | 530 | Saturday, March 16, 2019 | Approved | |
NUnit 3 GUI Runner 0.7.0 | 312 | Friday, December 21, 2018 | Approved |
Copyright (c) 2017 Charlie Poole
This package has no dependencies.
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.