Archives
Breaking the Law of Demeter is Like Looking for a Needle in the Haystack
Submitted by noreply@blogger.com (Misko) on Tue, 22/07/2008 - 22:04.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.
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
Submitted by webmaster@testdriven.com (Links) on Wed, 23/07/2008 - 04:27.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.
Reusable test blocks and extensive libraries greatly simplify the development, automation and evaluation of even the most complex test scenarios.
Pex on Channel9
Submitted by webmaster@testdriven.com (News) on Wed, 23/07/2008 - 04:33.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.
http://channel9.msdn.com/posts/briankel/Pex-Automated-Exploratory-Testing-for-NET/
Pex is an automated whitebox test generation tool for .Net.
