Metadata >> NuGet >> ChannelAdam.TestFramework

ChannelAdam.TestFramework

Metadata

Authors Adam Craven
Copyrights Copyright 2014-2015 Adam Craven
Description https://DevZone.ChannelAdam.com presents a foundational automated testing library designed to make it easier to implement test cases and to read their output.
IconUrl https://devzone.channeladam.com/img/channeladam/channeladam-logo.png
LicenseUrl http://www.apache.org/licenses/LICENSE-2.0
Owners Adam Craven
ProjectUrl https://channeladamtestframeworks.codeplex.com/
ReleaseNotes 1.1.1 - Added Moq to the NuSpec dependencies list. 1.1.0 - Added support for targeting .NET Framework 4.0 in addition to .NET Framework 4.5. 1.0.0 - Initial release targeting .NET Framework 4.5.
RequireLicenseAcceptance True
Tags Tests Unit Integration Moq
Dependencies ChannelAdam.Core:1.1.0|Moq:4.2
Title ChannelAdam Test Framework Library
PackageSize 26280
PackageHashAlgorithm SHA512
PackageHash mxxNgeXoI9U59W1lQDeL3/3vtXCyV1rZlGQGIXvKp34MFATZr9APWgOjbZDVgRLDIKVwQuDQgo0zd1HkGp7bQg==
DownloadCount 000000
CreatedDate 2015-02-24T12:45:26

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install ChannelAdam.TestFramework -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install ChannelAdam.TestFramework -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package ChannelAdam.TestFramework
Installing the package (HTTP Basic authentication):
Install-Package ChannelAdam.TestFramework -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package ChannelAdam.TestFramework -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package ChannelAdam.TestFramework

OpenWrap

Installing the package:
o add-wrap ChannelAdam.TestFramework
Uninstalling the package:
o remove-wrap ChannelAdam.TestFramework

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.1.1
1.1.0
1.0.0.0