micro-elements - MicroElements.Testing 0.4.1
Integration testing and unit testing helpers.
PM> Install-Package MicroElements.Testing -Version 0.4.1 -Source https://www.myget.org/F/micro-elements/api/v3/index.json
> nuget.exe install MicroElements.Testing -Version 0.4.1 -Source https://www.myget.org/F/micro-elements/api/v3/index.json
> dotnet add package MicroElements.Testing --version 0.4.1 --source https://www.myget.org/F/micro-elements/api/v3/index.json
source https://www.myget.org/F/micro-elements/api/v3/index.json
nuget MicroElements.Testing ~> 0.4.1
Copy to clipboard
> choco install MicroElements.Testing --version 0.4.1 --source https://www.myget.org/F/micro-elements/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "micro-elements" -SourceLocation "https://www.myget.org/F/micro-elements/api/v2"
Install-Module -Name "MicroElements.Testing" -RequiredVersion "0.4.1" -Repository "micro-elements"
Copy to clipboard
$# 0.4.1
- Added option of setting minimal log level
0.4.0
- IConfigurationLoader support to extend configuration loading
0.3.0
- IConfigurationProvider that holds typed and untyped test configuration
0.2.0
- Added Output to IntegrationTest
- Added base Logging infrastructure for xUnit
0.1.0
- Initial version
Full release notes can be found at: https://github.com/micro-elements/MicroElements.Testing.git/blob/master/CHANGELOG.md
-
.NETStandard 2.0
- Microsoft.Extensions.Configuration (>= 3.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 3.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 3.0.0)
- Microsoft.Extensions.Configuration.EnvironmentVariables (>= 3.0.0)
- Microsoft.Extensions.Configuration.Json (>= 3.0.0)
- Microsoft.Extensions.Logging (>= 3.0.0)
- .NETStandard 2.0: 2.0.0.0
OwnersAlexey Petryashev |
Authorsalexey.petriashev, MicroElements |
Project URLhttps://github.com/micro-elements/MicroElements.Testing |
LicenseUnknown |
Tagstest testing integration integrationTest xUnit |
Info40 total downloads |
| 9 downloads for version 0.4.1 |
| Download (7.52 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
0.4.1 | 7.52 KB | Wed, 22 Jan 2020 14:10:11 GMT | 9 |
|
||
|
0.4.0 | 7.47 KB | Thu, 18 Oct 2018 11:00:12 GMT | 7 |
|
||
|
0.3.0 | 6.4 KB | Wed, 17 Oct 2018 12:58:09 GMT | 7 |
|
||
|
0.2.0 | 6.29 KB | Wed, 17 Oct 2018 10:25:02 GMT | 9 |
|
||
|
0.1.0 | 5.87 KB | Tue, 16 Oct 2018 20:59:21 GMT | 8 |
|