[Springnet-commits] Spring.Net/doc/reference/src testing.xml, 1.3, 1.4
Brought to you by:
aseovic,
markpollack
From: Mark P. <mar...@us...> - 2007-12-04 21:30:46
|
Update of /cvsroot/springnet/Spring.Net/doc/reference/src In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv10914 Modified Files: testing.xml Log Message: SPRNET-764 - NUnit 2.4.3 GUI-runner not executing Spring.Testing.NUnit based tests linked to NUnit 2.4.1. Index: testing.xml =================================================================== RCS file: /cvsroot/springnet/Spring.Net/doc/reference/src/testing.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** testing.xml 28 Jun 2007 14:42:34 -0000 1.3 --- testing.xml 4 Dec 2007 21:30:42 -0000 1.4 *************** *** 62,66 **** class="libraryfile">Spring.Testing.NUnit.dll</filename> library. <emphasis>Please note that these test classes are NUnit-specific. Support ! for mbUnit and VSTS is under development.</emphasis></para> <para>The <literal>Spring.Testing.NUnit</literal> namepace provides --- 62,85 ---- class="libraryfile">Spring.Testing.NUnit.dll</filename> library. <emphasis>Please note that these test classes are NUnit-specific. Support ! for mbUnit and VSTS are under consideration for future ! versions.</emphasis></para> ! ! <note> ! <para>The Spring.Testing.NUnit.dll library is compiled against NUnit ! 2.4.1. At the time of this writing the latest version of NUnit is 2.4.3. ! Resharper (which uses 2.2.8 internall) TestDriven.NET will handle these ! differences appropriately and you will be able to use these tools for ! Spring based NUnit testing in the IDE. If you are using the GUI-runner ! that comes with NUnit then you should add the following to your .config ! file, (in the form of MyAssembly.dll.config) </para> ! ! <programlisting><dependentAssembly> ! <assemblyIdentity name="nunit.framework" ! publicKeyToken="96d09a1eb7f44a77" ! culture="neutral"/> ! <bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" ! newVersion="2.4.3.0"/> ! </dependentAssembly></programlisting> ! </note> <para>The <literal>Spring.Testing.NUnit</literal> namepace provides *************** *** 69,73 **** these can be rewritten in terms of custom attributes via NUnit's new extenibility mechanism. This will be an additional option in an upcoming ! release of Spring.NET</para> <para>These superclasses provide the following functionality:</para> --- 88,93 ---- these can be rewritten in terms of custom attributes via NUnit's new extenibility mechanism. This will be an additional option in an upcoming ! release of Spring.NET and is already present in the Java version of the ! Spring framework.</para> <para>These superclasses provide the following functionality:</para> |