Metadata >> NuGet >> HardMock

HardMock

Metadata

Authors @cboudereau
Copyrights Copyright 2014
Description TDD is dead : only for legacy code that doesn't have HardMock! Record your Mock from integration test when you have lots of Legacy code.
IconUrl http://www.codeplex.com/Download?ProjectName=hardmock&DownloadId=833849
Owners @cboudereau
ProjectUrl http://hardmock.codeplex.com/
ReleaseNotes Coffe version Sample : http://hardmock.codeplex.com/SourceControl/latest#HardMock/AcceptanceTests/Demo.cs
RequireLicenseAcceptance False
Summary Produce Mocks from your integration test to quickly setup test for refactoring. Use HardMock on Legacy code when it is hard to use traditional mock framework when your refactoring is done. To Increase user experience, use NFluent to produce assertion on legacy code Refactor and produce real unit test with manual or framework based mock like RhinoMocks, MoQ FakeItEasy
Tags NFluent Sonar Legacy Code xUnit NUnit refactoring Mock MoQ RhinoMocks FakeItEasy
Dependencies Castle.Core:3.3.0|TaskParallelLibrary:1.0.2856.0
Title HardMock for legacy code
PackageSize 35911
PackageHashAlgorithm SHA512
PackageHash yQfbsHTsQmSY8HdDyVozHpISVn4ukLHeyQjRa07f1J79BkYPRBYlGQqpiGXOvo2pIzyMS//FbG2PvcE5JngiEA==
DownloadCount 000000
CreatedDate 2014-09-05T12:08:08

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

OpenWrap

Installing the package:
o add-wrap HardMock
Uninstalling the package:
o remove-wrap HardMock

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