Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

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 ... [More] source code library for basic needs not met by the core .Net Framework infrastructure. * Demonstrate a real-world example of keeping code simple by design. * Show proven best-practices of delivering solid code with coverage-based testing. [Less]

5.0
 
  0 reviews  |  2 users  |  69,346 lines of code  |  1 current contributor  |  Analyzed 6 days ago
 
 

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? ... [More] Typically because we don't consider the code to be worth the effort of starting a new OSS project just to keep track of it. Well no longer! -- A home for all code The Code Incubator servers as a repository for all of those throw-away bits we churn out. We keep them here so that other may find them, use them, and maybe even learn a little something from them. Enjoy! [Less]

0
 
  0 reviews  |  1 user  |  173,658 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

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 ... [More] GO!. That's all there is to it! What do I get? Your resulting group of source files will contain one stubbed test method for each method that you selected. The code is clean, clearly documented and is already decorated to work with your chosen test framework. All you have to do is fill in the logic. Each group of source files even comes with an associated project allowing you to quickly open the files in Visual Studio and start editing. Not using Visual Studio? No problem! Just open the files individually in your chosen development environment and go to work. That sounds great...except for... NStub is fully extensible, allowing you to create plug-ins not only to support multiple testing frameworks but also to generate the testing code in any .NET compliant language. The sky is the limit to what you can accomplish. There a few driving principles behind NStub, we consider these our 'bill of rights' so to speak and hold them in highest regarding when making all design and development decisions. No matter what functionality is added to NStub, you can always rest assured that none of these inalienable rights will ever be violated. All projects will compile immediately after generation NStub will not 'lock you into' any particular testing framework or language There will be no aspect of NStub that you can't extend, alter, or modify to suit your own purposes This sounds like something I could use! Great, then give it a shot! Just download our current stable build and let us know what you think. Have a suggestion or want to help out? Even better! Just drop us a line and we'll be happy to listen to what you have to say! [Less]

0
 
  0 reviews  |  0 users  |  11,484 lines of code  |  0 current contributors  |  Analyzed 5 months ago
 
 

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 ... [More] "Buzz" instead If a number is divisible by 3 and 5 print "FizzBuzz" instead Easy peasy. I wanted to do it the hard way. BTW the original blog entry describing why I did this is here http://wolfbyte-net.blogspot.com/2007/09/if-something-is-worth-doing.html [Less]

0
 
  0 reviews  |  0 users  |  1,481 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

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.

0
 
  0 reviews  |  0 users  |  1,647 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

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. ... [More] Development is based on agile methodologies, including automated unit test coverage, coverage tests and quality checks, integration tests, and manual interactive tests. Some of these tests are performed automatically during every build. Currently, the architecture is primarily written in Mono-friendly C#. Unit testing is performed with NUnit. Coverage testing is performed with NCover. Quality and rules checks are performed with FxCop. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 1 day ago
 
 

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 ... [More] are enabled to support the microsoft unit testing framework this library contains a custom implementation of the Microsoft.VisualStudio.QualityTools.UnitTestFramwork assembly. [Less]

0
 
  0 reviews  |  0 users  |  1,047 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

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.

0
 
  0 reviews  |  0 users  |  6,763 lines of code  |  1 current contributor  |  Analyzed about 2 years ago
 
 

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.

0
 
  0 reviews  |  0 users  |  9,866 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

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 ... [More] Does not Work?Check the version of MBUnit or NUnit respectively you are using. With MBUnit the project needs to be recompiled whenever a new version comes out. With NUnit that may be the same case (not yet verified). Update25 Nov 2009: New binaries and source for NUnit 2.5.2 6 May 2009: new binaries are up for Gallio V 3.0.6 [Less]

0
 
  0 reviews  |  0 users  |  4,562 lines of code  |  1 current contributor  |  Analyzed 6 days ago
 
 
 
 

Creative Commons License 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.