ここにリストされている手順を試しましたが、まだ partcover で以下以外の出力を生成できません。
<?xml version="1.0" encoding="utf-8"?>
<PartCoverReport ver="2.2.0.36423" />
これが私がやったことです:
- 2.3 ではなく 2.2 をインストール
- corflags /Force /32bit+ PartCover.exe を実行しました
- corflags /Force /32bit+ PartCover.browser.exe を実行しました
これが私のコマンドラインです:
partcover --target nunit-console-x86.exe --target-args unittests.dll --include +[*]* --output c:\temp\out.txt
そのコマンドを実行すると、次の出力が得られます。
Start target
Wait results
NUnit version 2.5.0.9117 (RC)
Copyright (C) 2002-2008 Charlie Poole.\r\nCopyright (C) 2002-2004 James W. Newki
rk, Michael C. Two, Alexei A. Vorontsov.\r\nCopyright (C) 2000-2002 Philip Craig
.\r\nAll Rights Reserved.
Runtime Environment -
OS Version: Microsoft Windows NT 6.0.6002 Service Pack 2
CLR Version: 2.0.50727.4200 ( Net 2.0.50727.4200 )
ProcessModel: Default DomainUsage: Single
Execution Runtime: net-2.0.50727.4200
.Gendarme v2.4.0.0
Copyright (C) 2005-2009 Novell, Inc. and contributors
Initialization: 1.1 seconds
unittests.dll: 2.4 seconds
One assembly processed in 3.5 seconds.
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
................................................................................
.................................
Tests run: 1076, Errors: 0, Failures: 0, Inconclusive: 0 Time: 19.071907 seconds
Not run: 0, Invalid: 0, Ignored: 0, Skipped: 0
Walk results
誰にも役立つ提案はありますか?ありがとうございました!