My favorites | Sign in
Google
Projects on Google Code Results 1 - 5 of 5
TisUgly was developed to allow teams put their module design decisions into the build process. If particular packages access other packages or modules that are off limits based on team design decisions then the build should break. TisUgly enables teams to write their design decisions about packages ...
Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules. Hamcrest has been ported to Java, C++, Objec...
Very few development teams appreciate the importance maintaining quality test code as a means of documenting what a system actually does. Often, tests are full of poorly-factored noise code, which makes it difficult to express the desired behaviour. The Niceassert library defines a few useful Jav...
[http://www.cs.utwente.nl/~ruys/moonwalker/ MoonWalker] is a software model checker which can automatically detect errors in CIL bytecode programs, i.e. applications written for the .NET platform. !MoonWalker has been developed on the [http://www.mono-project.org Mono] platform. The current vers...
==What is UnitF?== UnitF is an open source unit test framework that has event assertion feature for Flex testing. ==Why develop UnitF?== Since the most existing Flex unit test frameworks are mimics of JUnit, but Flex is not a mimics of Java. Flex has a lot of individual features, such as eve...