Metadata >> NuGet >> LeapingGorilla.Testing

LeapingGorilla.Testing

Metadata

Authors Leaping Gorilla LTD
Copyrights Leaping Gorilla LTD
Description BDD style testing framework to allow unit testing with automated mocking, dependency injection and minimal friction. We at Leaping Gorilla strive to remove as much friction as possible from our testing methodology. To that end we wanted a drop dead simple way to create unit tests that adhered to a few core principles: 1. Must support constructor-based dependency injection 2. Must have the ability to automatically mock any dependencies we wish to use with our item under test 3. Must have the ability to override automatic mocking should the need arise 4. Must support a clean syntax for stubbing method calls on our depndencies 5. Must have a clean BDD style Given/When/Then flow From these needs LeapingGorilla.Testing was born.
LicenseUrl http://www.apache.org/licenses/LICENSE-2.0
Owners Leaping Gorilla LTD
ProjectUrl https://bitbucket.org/Gary_H/leapinggorilla.testing/
RequireLicenseAcceptance False
Summary BDD style testing framework to allow unit testing with automated mocking, dependency injection and minimum friction
Tags BDD Testing
Dependencies NUnit:2.6.3|NSubstitute:1.7.2.0
Title Leaping Gorilla - Testing BDD Framework
PackageSize 74906
PackageHashAlgorithm SHA512
PackageHash zf5W7ZguBNJNMeFMktdAdgM5YCCvsdB2PgeTA3OXbSIeL+2j68QNDBSzBkOx3OpevBM+5NyeYVmNNB0g2M349Q==
DownloadCount 000000
CreatedDate 2014-09-12T10:39:11

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 LeapingGorilla.Testing -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install LeapingGorilla.Testing -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 LeapingGorilla.Testing
Installing the package (HTTP Basic authentication):
Install-Package LeapingGorilla.Testing -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package LeapingGorilla.Testing -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package LeapingGorilla.Testing

OpenWrap

Installing the package:
o add-wrap LeapingGorilla.Testing
Uninstalling the package:
o remove-wrap LeapingGorilla.Testing

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.0.1.18835