Select a tag to browse associated projects and drill deeper into the tag cloud.
CSharpTest.Net is collection of utilities and tools used for the development of larger software projects. It has (or will have) a wide array of small discrete projects and some stand-alone source files for use. Generally developed with the intent to meet the following goals: * Provide an open
As developers we often find ourselves writing small one-off pieces of code for use as samples, experiments, prototyping, handy utilities, or any number of off-the-wall-ideas. As it's usually considered throw-away code we end up abandoning it shortly after we're done using it. -- But why?
NStub? What's NStub? NStub is a unit test generator for .NET assemblies. You simply point NStub at the assembly containing the types you wish to test, pick the types and methods that your interested in from interface, choose where you want the resulting source files to be created at, and click
Enterprise FizzBuzz is an application which I put together to test a variety of tools and techniques. I cam across the original problem specification at codinghorror.com Print the numbers from 1 to 100 If a number is divisible by 3 print "Fizz" instead If a number is divisible by 5 print
Prototype tool to create accessors for private/protected/internal methods and fields. These accessors can be extremely useful when writing unit tests to test small units of code that should not be available in any public API of the assembly.
The Voyage Game System is a cross-platform modular system architecture to aid in the development of games and other entertainment. System elements are provided in a fashion to allow developers to pick and choose which components to use in any given project and integrate them with minimal effort.
This library allows the user to run unit tests. Running tests via mstest, he microsoft unit testing framework, is slow. This library aims to provide an alternative test runner that runs the tests faster and allows for a true red-green development style. Because not all versions of visual studio
EMotest is a small library that can be used to monitor and assert event behaviour of .Net objects in automated tests. You can record events with just one statement and verify assertions with a nice fluent interface, making your easier to write and more readable. Emotest can be used with any .Net unit-testing framework.
Stubify generates C# classes that provide fluent and type-safe interface for stubbing calls to Depended-On-Components in your unit tests. The generated stubs are easier to use than dynamic mock frameworks, both syntactically and conceptually.
The Testlink Adapter CollectionThese pages started as an adapter that connected Gallio to TestLink. It has grown now and we have: A C# library wrapping the TestLink Api A Gallio Adapter adapter that exports Gallio Results to TestLink A NUnit Adapter that exports NUnit Results to TestLink Adapter
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.