Metadata >> NuGet >> FixtureBook

FixtureBook

Metadata

Authors XPFriend Community
Copyrights Copyright 2013 XPFriend Community
Description 単体テストで使うデータを .xlsx ファイルに記述して簡単に利用できるようにするための仕組みです。
IconUrl http://xpfriend.com/favicon.ico
LicenseUrl https://github.com/ototadana/FixtureBook/blob/master/LICENSE
Owners XPFriend Community
ProjectUrl https://github.com/ototadana/FixtureBook
ReleaseNotes 初版
RequireLicenseAcceptance False
Tags ユニットテスト 単体テスト フィクスチャ XPFriend fixture unit test testing .xlsx
Dependencies DotNetZip:1.9.1.8
Title FixtureBook
PackageSize 207460
PackageHashAlgorithm SHA512
PackageHash uwvJApBqmRD7za7P3th9H7R+yrUwIqTDRD0A7GHAKges9l553u1V06Icn9rZbppK42QrEJOXiNebp+qUFrbiKA==
DownloadCount 000000
CreatedDate 2013-08-26T13:40:49

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

OpenWrap

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

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