| Projects on Google Code | Results 1 - 10 of 47 |
=IMPORTANT NOTES=
[http://sharptestex.codeplex.com/ SharpTestsEx] is and will be the multi-purpose version of NUnitEx. You can use [http://sharptestex.codeplex.com/ SharpTestsEx] with NUnit, xUnit, MsTests , MbUnit and, in theory, with any other test framework.
=== NUnitEx ===
Set of cons...
NaturalSpec is based on NUnit and completely written in F# - but you don't have to learn F# to use it.
== Tutorials ==
* [http://www.navision-blog.de/2009/02/23/introducing-naturalspec-a-dsl-for-testing-part-i/ Introducing NaturalSpec – A Domain-specific language (DSL) for testing – Part I]
...
http://lh4.ggpht.com/Wobbit42/SKaW_4a2bJI/AAAAAAAAAkw/Ft5qIws5ucI/NUnitGridRunnerIcon.png
=NUnitGridRunner=
-----
_Note: I've given up on this project as I've found that JetBrain's Team City provides a viable option. Cruise also provides some grid processing but not as good._
*_Note:_* NUnit...
A few C# 3 extension methods to access the Constraint system of [http://www.nunit.org NUnit].
*Sample usage:*
{{{
using NUnit.Framework.ExtensionMethods;
...
var actual = 2.5;
actual.Should(Be.EqualTo(2.5).Within(0.5));
}}}
*In the works:*
* An NUnitLite version
This works similarly to other nUnit testing frameworks, though somewhat customized for javascript. It is exceedingly small, but also surprisingly powerful.
Go to HowToWriteAndRunTests to learn how to use this framework.
=Ant Based Javascript Testing Framework=
In its original form RhinoUnit ...
http://lh4.ggpht.com/Wobbit42/SKaW_4a2bJI/AAAAAAAAAkw/Ft5qIws5ucI/NUnitGridRunnerIcon.png
-----
=!NoeticTools=
==Introduction==
A library of .Net C# utilities I find useful. This project is intended to give me a central place to access this code.
==Assemblies==
===Docking===
Docking lib...
We've come to use a number of fluent assertion extensions in our C# test code. These are based on J.P. Boodhoo's techniques of specifying 'what not how' even in tests. We hope you find them useful.
This is part of [http://code.google.com/p/mvbalaw-commons/ MVBA Law Commons].
Fluent asserti...
This simple web application is part of an attempt to justify using tools and methods picked up at a .Net Agile Bootcamp in March, 2009.
It includes the following ingredients:
- Onion Architecture
- Test First Development (using NUnit and Rhino Mocks)
- Object-Relational-Mapping (using ...
!ClearUnit is a unit testing framework for .Net Framework.
The main purpose is to create as simple and clear testing framework as possible.
!ClearUnit extensively uses .Net best features: lambdas & anonymous delegates and generics.
Project targets:
* testing in practical development inclu...
A simple little toy project that lets you play around with WCF services using NUnit and RhinoMocks.