EdisonCP / sharp-architecture

Automatically exported from code.google.com/p/sharp-architecture
Other
0 stars 0 forks source link

Duplicate code of RepositoryTestsHelper #100

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello.
We use S# Architecture in our project and we want to migrate to MSTest from
NUnit.
After short investigation of sources we've found duplicated code of classes
SharpArch.Testing.MbUnit.NHibernate and SharpArch.Testing.NUnit.NHibernate. 
These classes didn't rely on any test framework specific namespace and it's
quite strange to see that they even have some differences in
implementation(not behaviour difference only syntax) for example look
GetAutoPersistenceModel method.

What is the expected output? What do you see instead?
Expected to have one shared class for example in SharpArch.Testing assembly
or something like that. It will be much easier to implement custom test
framework specific helpers.

What version of the product are you using? On what operating system?
Revision 459.

Original issue reported on code.google.com by tpakto...@gmail.com on 21 May 2009 at 6:30

GoogleCodeExporter commented 8 years ago
In build 475, RepositoryTestsHelper has been moved to 
SharpArch.Testing.NHibernate.  
The other classes in the MbUnit/NUnit projects are dependent on those 
assemblies, 
accordingly.

Original comment by wmccaffe...@gmail.com on 17 Jun 2009 at 3:35