From: Choy R. <ch...@us...> - 2005-01-26 01:22:28
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock/TestFramework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20333/DotNetMock/TestFramework Modified Files: Tag: RFE_1098585 MbUnitStubMaker.cs Log Message: Corrected comments Index: MbUnitStubMaker.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/TestFramework/Attic/MbUnitStubMaker.cs,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** MbUnitStubMaker.cs 25 Jan 2005 06:20:50 -0000 1.1.2.1 --- MbUnitStubMaker.cs 26 Jan 2005 01:21:36 -0000 1.1.2.2 *************** *** 12,21 **** { /// <summary> ! /// <see cref="IStubMaker"/> for NUnit. /// </summary> public class MbUnitStubMaker : AbstractStubMaker { /// <summary> ! /// Create NUnit stub maker. /// </summary> /// <param name="providerAssembly">MbUnit.Core assembly</param> --- 12,21 ---- { /// <summary> ! /// <see cref="IStubMaker"/> for MbUnit. /// </summary> public class MbUnitStubMaker : AbstractStubMaker { /// <summary> ! /// Create MbUnit stub maker. /// </summary> /// <param name="providerAssembly">MbUnit.Core assembly</param> *************** *** 26,30 **** /// <summary> /// Implement stub methods that forward to the ! /// NUnit.Framework.Assertion class. /// </summary> /// <param name="ilg"><see cref="ILGenerator"/> for the method --- 26,30 ---- /// <summary> /// Implement stub methods that forward to the ! /// MbUnit.Core.Framework.Assert class. /// </summary> /// <param name="ilg"><see cref="ILGenerator"/> for the method |