views:

114

answers:

1

Is it possible to use NUnit to run CQL queries using NDepend? It would be nice to be able to just include the NDepend dlls in a UnitTests library and write tests like:

[Test] public void
DomainAssemblyHasNoDatabaseDependencies
...

or something similar.

This would make it very easy to integrate with Team City, and automatically fail the build if any of the static analysis tests fail.

+3  A: 

This is indeed a good idea we have in the pipe but it won't come before several monthes this year.

Patrick Smacchia - NDepend dev