Skip navigation.

Archives

Breaking the Law of Demeter is Like Looking for a Needle in the Haystack

by Miško Hevery

Every time I see Law of Demeter violation I imagine a haystack where the code is desperately trying to locate the needle.
class Mechanic {
Engine engine;
Mechanic(Context context) {
this.engine = context.getEngine();

expecco - model-based test development

expecco is an innovative product suite for model-based test development and execution. Create tests as easily as with a modular system. In expecco, tests are created as graphical models (activity diagrams). This enables employees without any programming know-how to create, maintain and execute tests.

Reusable test blocks and extensive libraries greatly simplify the development, automation and evaluation of even the most complex test scenarios.

Pex on Channel9

The Channel9 people came by Microsoft Research and shoot an interview of the Pex team.

http://channel9.msdn.com/posts/briankel/Pex-Automated-Exploratory-Testing-for-NET/

Pex is an automated whitebox test generation tool for .Net.