Metadata >> NuGet >> StatePrinter >> 2.0.169

2.0.169

Metadata

Authors Kasper B. Graversen
Copyrights Copyright 2014-2015
Description An open source utility to turn object graphs into strings. Automate your ToString and unit tests asserts.
IconUrl https://raw.githubusercontent.com/kbilsted/StatePrinter/master/StatePrinter/gfx/stateprinter.png
Language en-US
Owners Kasper B. Graversen
ProjectUrl https://github.com/kbilsted/StatePrinter
ReleaseNotes * Added assertion helper methods Stateprinter.Assert.AreEqual, Stateprinter.Assert.IsSame, Stateprinter.Assert.PrintIsSame and Stateprinter.Assert.That. * Added automatic write and re-write of expected values in unit tests. You provide the SUT and the call the stuff, StatePrinter providesthe expected values for your pleasurable inspection. * Improves the unit test experience by printing a suggested expected string as C# code. * Added configuration of how line-endings are generated during state printing. This is to mitigate problems due to different operating systems uses different line-endings. * Added a AllFieldsAndPropertiesHarvester which is able to harvest properties and fields. * StringConverter is now configurable with respect to quote character. * BREAKING CHANGE: Projective harvester is now using the AllFieldsAndPropertiesHarvester rather instead of the FieldHarvester. This means both fields and properties are now harvested.
RequireLicenseAcceptance False
Tags UnitTest ToString Serialization Approvals Test Testing ApprovalsTest
PackageSize 83426
PackageHashAlgorithm SHA512
PackageHash VcPQknEKo0k/0R1BqJpi7KQgQ4wv7lhouiLYe1QWB/qti3sn/Pn8tY/zrDmHbMmcQTHTWwV3v5PX5EHGK5quWw==
DownloadCount 000000
CreatedDate 2015-03-28T19:52:55

Access

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

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install StatePrinter -Version 2.0.169 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install StatePrinter -Version 2.0.169 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete StatePrinter 2.0.169 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package StatePrinter -Version 2.0.169 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package StatePrinter -Version 2.0.169 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap StatePrinter -Version 2.0.169
Uninstalling the package:
o remove-wrap StatePrinter

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related