NUnit test case generator for csla objects

NUnit test case generator for csla objects

Old forum URL: forums.lhotka.net/forums/t/5072.aspx


Good0m3n posted on Wednesday, July 09, 2008

Hi all,

Does anyone know of a tool that can generate nunit test cases for csla business objects.

Thanks

Josef Eissing replied on Wednesday, July 09, 2008

Hi,

very interessting point. We will proof this requirement for your tool (www.cslafacatory.net).

 

gregmm replied on Thursday, July 10, 2008

Maybe you should look at this one http://research.microsoft.com/pex/.

Tell as how it work with CSLA Smile [:)]

RikGarner replied on Monday, July 14, 2008

There is an interesting product http://www.agitar.com that generates unit tests for Java programs; they did announce that they were going to do something for .net but I haven't heard anything recently.

I think one of the interesting things about code generation is that it should not only be able to define a set of metadata from which you can create the business classes, but it should be able to use that metadata to create a reasonable skeleton of unit tests too.

Copyright (c) Marimer LLC