Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests In directory usw-pr-cvs1:/tmp/cvs-serv9843/DotNetMock.Tests Modified Files: DotNetMock.Tests.csproj ExpectationArrayListTests.cs ExpectationBoolTests.cs ExpectationCounterTests.cs ExpectationStringTests.cs ExpectationTypeTests.cs ExpectationValueTests.cs MockObjectTests.cs NullTests.cs ReturnValueTest.cs VerifierTests.cs Log Message: Index: DotNetMock.Tests.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/DotNetMock.Tests.csproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DotNetMock.Tests.csproj 7 Oct 2002 00:10:34 -0000 1.1 --- DotNetMock.Tests.csproj 25 Oct 2002 03:02:26 -0000 1.2 *************** *** 17,21 **** DelaySign = "false" OutputType = "Library" ! RootNamespace = "DotNetMock.tests" StartupObject = "" > --- 17,21 ---- DelaySign = "false" OutputType = "Library" ! RootNamespace = "DotNetMock.Tests" StartupObject = "" > *************** *** 143,147 **** --- 143,172 ---- /> <File + RelPath = "Data\MockDataParameterCollectionTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Data\MockDataParameterTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Dynamic\DynamicMockTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Dynamic\MockTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Dynamic\PredicateTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "Dynamic\Generate\ClassGeneratorTests.cs" SubType = "Code" BuildAction = "Compile" Index: ExpectationArrayListTests.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/ExpectationArrayListTests.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ExpectationArrayListTests.cs 7 Oct 2002 00:09:45 -0000 1.1 --- ExpectationArrayListTests.cs 25 Oct 2002 03:02:26 -0000 1.2 *************** *** 1,3 **** ! namespace DotNetMock.tests { using System; --- 1,3 ---- ! namespace DotNetMock.Tests { using System; Index: ExpectationBoolTests.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/ExpectationBoolTests.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ExpectationBoolTests.cs 7 Oct 2002 00:09:45 -0000 1.1 --- ExpectationBoolTests.cs 25 Oct 2002 03:02:26 -0000 1.2 *************** *** 2,6 **** using NUnit.Framework; ! namespace DotNetMock.tests { /// <summary> --- 2,6 ---- using NUnit.Framework; ! namespace DotNetMock.Tests { /// <summary> Index: ExpectationCounterTests.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/ExpectationCounterTests.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ExpectationCounterTests.cs 7 Oct 2002 00:09:45 -0000 1.1 --- ExpectationCounterTests.cs 25 Oct 2002 03:02:26 -0000 1.2 *************** *** 1,3 **** ! namespace DotNetMock.tests { using System; using NUnit.Framework; --- 1,3 ---- ! namespace DotNetMock.Tests { using System; using NUnit.Framework; Index: ExpectationStringTests.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/ExpectationStringTests.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ExpectationStringTests.cs 7 Oct 2002 00:09:45 -0000 1.1 --- ExpectationStringTests.cs 25 Oct 2002 03:02:26 -0000 1.2 *************** *** 1,3 **** ! namespace DotNetMock.tests { using System; --- 1,3 ---- ! namespace DotNetMock.Tests { using System; Index: ExpectationTypeTests.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/ExpectationTypeTests.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ExpectationTypeTests.cs 7 Oct 2002 00:09:45 -0000 1.1 --- ExpectationTypeTests.cs 25 Oct 2002 03:02:26 -0000 1.2 *************** *** 3,7 **** using NUnit.Framework; ! namespace DotNetMock.tests { /// <summary> --- 3,7 ---- using NUnit.Framework; ! namespace DotNetMock.Tests { /// <summary> Index: ExpectationValueTests.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/ExpectationValueTests.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ExpectationValueTests.cs 7 Oct 2002 00:09:45 -0000 1.1 --- ExpectationValueTests.cs 25 Oct 2002 03:02:26 -0000 1.2 *************** *** 1,3 **** ! namespace DotNetMock.tests { using System; --- 1,3 ---- ! namespace DotNetMock.Tests { using System; Index: MockObjectTests.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/MockObjectTests.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MockObjectTests.cs 7 Oct 2002 00:09:45 -0000 1.1 --- MockObjectTests.cs 25 Oct 2002 03:02:26 -0000 1.2 *************** *** 1,3 **** ! namespace DotNetMock.tests { using System; --- 1,3 ---- ! namespace DotNetMock.Tests { using System; Index: NullTests.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/NullTests.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NullTests.cs 7 Oct 2002 00:09:45 -0000 1.1 --- NullTests.cs 25 Oct 2002 03:02:26 -0000 1.2 *************** *** 1,3 **** ! namespace DotNetMock.tests { using System; --- 1,3 ---- ! namespace DotNetMock.Tests { using System; Index: ReturnValueTest.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/ReturnValueTest.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ReturnValueTest.cs 7 Oct 2002 00:09:45 -0000 1.1 --- ReturnValueTest.cs 25 Oct 2002 03:02:26 -0000 1.2 *************** *** 1,3 **** ! namespace DotNetMock.tests { using System; --- 1,3 ---- ! namespace DotNetMock.Tests { using System; Index: VerifierTests.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/VerifierTests.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** VerifierTests.cs 7 Oct 2002 00:09:45 -0000 1.1 --- VerifierTests.cs 25 Oct 2002 03:02:26 -0000 1.2 *************** *** 1,3 **** ! namespace DotNetMock.tests { using System; --- 1,3 ---- ! namespace DotNetMock.Tests { using System; |