Downloads:
31,479
Downloads of v 2.3.1:
25,780
Last Update:
11 Dec 2017
Package Maintainer(s):
Software Author(s):
- James Newkirk
- Brad Wilson
Tags:
xunit testing unit test- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
XUnit
- 1
- 2
- 3
2.3.1 | Updated: 11 Dec 2017
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
31,479
Downloads of v 2.3.1:
25,780
Maintainer(s):
Software Author(s):
- James Newkirk
- Brad Wilson
XUnit 2.3.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by James Newkirk, Brad Wilson. The inclusion of James Newkirk, Brad Wilson trademark(s), if any, upon this webpage is solely to identify James Newkirk, Brad Wilson goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install XUnit, run the following command from the command line or from PowerShell:
To upgrade XUnit, run the following command from the command line or from PowerShell:
To uninstall XUnit, 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 xunit --internalize --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 xunit -y --source="'INTERNAL REPO URL'" [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 xunit -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install xunit
win_chocolatey:
name: xunit
version: '2.3.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'xunit' do
action :install
source 'INTERNAL REPO URL'
version '2.3.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller xunit
{
Name = "xunit"
Version = "2.3.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'xunit':
ensure => '2.3.1',
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 19 Dec 2017.
xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework. Written by the original inventor of NUnit v2, xUnit.net is the latest technology for unit testing C#, F#, VB.NET and other .NET languages.
Copyright (c) .NET Foundation and Contributors
All Rights Reserved
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The binaries are extracted from the official xunit.runner.console nuget
package (https://www.nuget.org/packages/xunit.runner.console).
See how in the package.ps1 file inside this package source repository.
md5: B21A9E20C8047ACB78AB120782B9D992 | sha1: 90BCBEB1F284BE8F785CFBA6E366B7C7F858AFD1 | sha256: 862AF84692D3CDCC75AD050FFBEB263417346B5143A6C096C41BA117E8BB47C8 | sha512: C4585561A750CB8170043DFD5CFC4106CABD0D18AE323B730D8F0BC98D9F4F785AE45F0BCAE96A0F3CDE531D694E7CD315AA38C3098ACA297837D5425F57E517
md5: CCE6B225A54DF423E4D715551EFB4BED | sha1: 35A27CCABFACA86A4CBE584E6057E36444ADE216 | sha256: 0EA4B226CF1F8994A6B7FA2F394A7E51028276787A19896A588BD67CB057B345 | sha512: 42B302AE85AFFFFF72789C26A8C0A1BFA4E262E6AC114D76EFA12CEB970E051D6CE49ADBE6474759CFCEC11B7F489B3C835743AF263939762B43076E5C41E5BB
<?xml version="1.0"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
</configuration>
md5: C42B52D921075380D78570EE7AE91F47 | sha1: 22082D6F91934F1E799FABB3633D0C5D0AC82C0D | sha256: 82BEC635AF00998F991AB03015C6C1B5E14ACD6CD084BAA11B92B01CEED24392 | sha512: DEF770E77181525A428ABAC95BB58E2E11EFCAA8BAD211AADBB92336E1574286A0DAF541CBECC422F72CA67392729E04A0012D3B4CCEDC4EAD2C7D3C3B91727F
<?xml version="1.0"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
</configuration>
md5: 391E63A93CC9ACCBB963318A517190BE | sha1: AFCB39965C649949A5B61016017E5D4DD6ECC732 | sha256: 856595A0CE6165E7ABC948CD47AA5C00DAA8D369EDE45F43AFA4F24A2D415B05 | sha512: 724CE3B1A607D5BA79FCFA1B65B8CA486D0834D36D959081E10BEA37773167673B6500A3050EA004775ECDFE4A5A6D792D35FAD8E41EB19110D85C7C060A0904
md5: A2F1BE79BB608A2C6522F5C96BC630DE | sha1: C3D83E87AB33CA6F6661A7D7502CCFD9C0D19D8D | sha256: 49145CB4D21FEFB3A4C7D0F6B5A20CB5D0C663EE63441E7A2E11A654074AE8B8 | sha512: 4912F69886C4194597240C4024A5DBAF64A90EC23DB81307992FD3126D9DFC6CFCC0F730C66D024DD3379123775679B9EE93ECE912ACFD6BD5407C7547D1D240
Log in or click on link to see number of positives.
- XUnit.2.3.1.nupkg (e1a6b7a2f306) - ## / 62
- xunit.abstractions.dll (862af84692d3) - ## / 67
- xunit.console.exe (0ea4b226cf1f) - ## / 68
- xunit.console.x86.exe (82bec635af00) - ## / 68
- xunit.runner.reporters.net452.dll (856595a0ce61) - ## / 67
- xunit.runner.utility.net452.dll (49145cb4d21f) - ## / 66
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 |
---|---|---|---|---|
XUnit 2.3.1 | 25780 | Monday, December 11, 2017 | Approved | |
XUnit 2.0.0 | 4536 | Friday, April 17, 2015 | Approved | |
XUnit 1.9.2.1705 | 1163 | Tuesday, March 4, 2014 | Unknown |
This package has no dependencies.
Ground Rules:
- This discussion is only about XUnit and the XUnit 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 XUnit, 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.