Blade
0.15.0
Blade is a tool and module used to test your PowerShell code. It is inspired by NUnit.
This module is OBSOLETE and no longer actively developed. Please use Pester instead.
Installation Options
Owners
Copyright
(c) 2011 - 2013 Aaron Jensen. All rights reserved.
Package Details
Author(s)
- Aaron Jensen
Tags
testing unit-testing tdd bdd powershell nunit
Dependencies
This module has no dependencies.
Release Notes
* `blade.ps1` no longer returns a `Blade.RunResult` object.
* Improved verbose output to only show test fixtures and individual test names with results.
* Fixed: NUnit output report fails to parse under Team City.
FileList
- Blade.nuspec
- blade.ps1
- Blade.psd1
- Blade.psm1
- Import-Blade.ps1
- LICENSE.txt
- bin\Blade.dll
- en-US\about_Blade.help.txt
- en-US\about_Blade_Assertions.help.txt
- en-US\about_Blade_Objects.help.txt
- Formats\Blade.RunResult.format.ps1xml
- Formats\Blade.TestResult.format.ps1xml
- Functions\Assert-CEqual.ps1
- Functions\Assert-Contains.ps1
- Functions\Assert-ContainsLike.ps1
- Functions\Assert-ContainsNotLike.ps1
- Functions\Assert-DirectoryDoesNotExist.ps1
- Functions\Assert-DirectoryExists.ps1
- Functions\Assert-DoesNotContain.ps1
- Functions\Assert-Empty.ps1
- Functions\Assert-Equal.ps1
- Functions\Assert-Error.ps1
- Functions\Assert-False.ps1
- Functions\Assert-FileContains.ps1
- Functions\Assert-FileDoesNotContain.ps1
- Functions\Assert-FileDoesNotExist.ps1
- Functions\Assert-FileExists.ps1
- Functions\Assert-GreaterThan.ps1
- Functions\Assert-Is.ps1
- Functions\Assert-LastError.ps1
- Functions\Assert-LastProcessFailed.ps1
- Functions\Assert-LastProcessSucceeded.ps1
- Functions\Assert-LessThan.ps1
- Functions\Assert-Like.ps1
- Functions\Assert-Match.ps1
- Functions\Assert-NodeDoesNotExist.ps1
- Functions\Assert-NodeExists.ps1
- Functions\Assert-NoError.ps1
- Functions\Assert-NotEmpty.ps1
- Functions\Assert-NotEqual.ps1
- Functions\Assert-NotNull.ps1
- Functions\Assert-Null.ps1
- Functions\Assert-That.ps1
- Functions\Assert-True.ps1
- Functions\Export-RunResultXml.ps1
- Functions\New-AssertionException.ps1
- Functions\New-TempDirectory.ps1
- Functions\New-TempDirectoryTree.ps1
- Functions\Remove-ItemWithRetry.ps1
- Functions\Test-NodeExists.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.16.0 | 752 | 11/20/2018 |
0.15.0 (current version) | 5,740 | 10/13/2015 |