Download Power Assert .NET
Description
A .NET port of Groovy's Power Assert, which prints out a decomposition of your expression tree (with values) whenever an assertion fails
Source Files
The download file powerassert.zip has the following entries.
.hgignore/*from w w w . j a v a2 s. c o m*/
.hgtags
PowerAssert.sln
PowerAssert/Annotations.cs
PowerAssert/Infrastructure/ExpressionParser.cs
PowerAssert/Infrastructure/NodeFormatter.cs
PowerAssert/Infrastructure/Nodes/ArrayIndexNode.cs
PowerAssert/Infrastructure/Nodes/BinaryNode.cs
PowerAssert/Infrastructure/Nodes/ConditionalNode.cs
PowerAssert/Infrastructure/Nodes/ConstantNode.cs
PowerAssert/Infrastructure/Nodes/MemberAccessNode.cs
PowerAssert/Infrastructure/Nodes/MethodCallNode.cs
PowerAssert/Infrastructure/Nodes/NewArrayNode.cs
PowerAssert/Infrastructure/Nodes/Node.cs
PowerAssert/Infrastructure/Nodes/UnaryNode.cs
PowerAssert/Infrastructure/Util.Generated.cs
PowerAssert/Infrastructure/Util.tt
PowerAssert/PAssert.cs
PowerAssert/PowerAssert.csproj
PowerAssert/Properties/AssemblyInfo.cs
PowerAssert/release/powerassert.nuspec
PowerAssertTests/EndToEndTest.cs
PowerAssertTests/NodeFormatterTest.cs
PowerAssertTests/ParserTest.cs
PowerAssertTests/PowerAssertTests.csproj
PowerAssertTests/Properties/AssemblyInfo.cs
PowerAssertTests/ThrowsTest.cs
lib/nunit.framework.dll
Download
Click the following link to download powerassert.zip.
powerassert.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »