diff --git a/BreakingChanges.txt b/BreakingChanges.txt index 0ebbe74e..ee5f3d12 100644 --- a/BreakingChanges.txt +++ b/BreakingChanges.txt @@ -1,3 +1,11 @@ +Changes (1.3 RC1 to 1.3 GA or greater) +======================== + +Spring.Data +----------- + +1. The namespace for MultiDelegatingDbProvider was changed from Spring.Data to Spring.Data.Common as that is consistent with all the other implementations of IDbProvider. + Changes (1.2.0 to 1.3 or greater) ======================== diff --git a/build-support/tools/nunit/net-1.1/agent.log.conf b/build-support/tools/nunit/net-1.1/agent.log.conf deleted file mode 100644 index d340cad1..00000000 --- a/build-support/tools/nunit/net-1.1/agent.log.conf +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/build-support/tools/nunit/net-1.1/clr.bat b/build-support/tools/nunit/net-1.1/clr.bat deleted file mode 100644 index 8291f268..00000000 --- a/build-support/tools/nunit/net-1.1/clr.bat +++ /dev/null @@ -1,96 +0,0 @@ -@echo off -rem Run a program under a particular version of the .Net framework -rem by setting the COMPLUS_Version environment variable. -rem -rem This command was written by Charlie Poole for the NUnit project. -rem You may use it separately from NUnit at your own risk. - -if "%1"=="/?" goto help -if "%1"=="?" goto help -if "%1"=="" goto GetVersion -if /I "%1"=="off" goto RemoveVersion -if "%2"=="" goto SetVersion -goto main - -:help -echo Control the version of the .Net framework that is used. The -echo command has several forms: -echo. -echo CLR -echo Reports the version of the CLR that has been set -echo. -echo CLR version -echo Sets the local shell environment to use a specific -echo version of the CLR for subsequent commands. -echo. -echo CLR version command [arguments] -echo Executes a single command using the specified CLR version. -echo. -echo CLR off -echo Turns off specific version selection for commands -echo. -echo The CLR version may be specified as vn.n.n or n.n.n. In addition, -echo the following shortcuts are recognized: -echo net-1.0, 1.0 For version 1.0.3705 -echo net-1.1, 1.1 For version 1.1.4322 -echo beta2 For version 2.0.50215 -echo net-2.0, 2.0 For version 2.0.50727 -echo. -echo NOTE: -echo Any specific settings for required or supported runtime in -echo the ^ section of a program's config file will -echo override the version specified by this command, and the -echo command will have no effect. -echo. -goto done - -:main - -setlocal -set CMD= -call :SetVersion %1 -shift /1 - -:loop 'Copy remaining arguments to form the command -if "%1"=="" goto run -set CMD=%CMD% %1 -shift /1 -goto :loop - -:run 'Execute the command -%CMD% -endlocal -goto done - -:SetVersion -set COMPLUS_Version=%1 - -rem Substitute proper format for certain names -if /I "%COMPLUS_Version:~0,1%"=="v" goto useit -if /I "%COMPLUS_Version%"=="net-1.0" set COMPLUS_Version=v1.0.3705&goto report -if /I "%COMPLUS_Version%"=="1.0" set COMPLUS_Version=v1.0.3705&goto report -if /I "%COMPLUS_Version%"=="net-1.1" set COMPLUS_Version=v1.1.4322&goto report -if /I "%COMPLUS_Version%"=="1.1" set COMPLUS_Version=v1.1.4322&goto report -if /I "%COMPLUS_Version%"=="beta2" set COMPLUS_Version=v2.0.50215&goto report -if /I "%COMPLUS_Version%"=="net-2.0" set COMPLUS_Version=v2.0.50727&goto report -if /I "%COMPLUS_Version%"=="2.0" set COMPLUS_Version=v2.0.50727&goto report - -rem Add additional substitutions here, branching to report - -rem assume it's a version number without 'v' -set COMPLUS_Version=v%COMPLUS_Version% - -:report -echo Setting CLR version to %COMPLUS_Version% -goto done - -:GetVersion -if "%COMPLUS_Version%"=="" echo CLR version is not set -if NOT "%COMPLUS_Version%"=="" echo CLR version is set to %COMPLUS_Version% -goto done - -:RemoveVersion -set COMPLUS_Version= -echo CLR version is no longer set - -:done \ No newline at end of file diff --git a/build-support/tools/nunit/net-1.1/framework/nunit.framework.dll b/build-support/tools/nunit/net-1.1/framework/nunit.framework.dll index 424f7369..3ab110c1 100644 Binary files a/build-support/tools/nunit/net-1.1/framework/nunit.framework.dll and b/build-support/tools/nunit/net-1.1/framework/nunit.framework.dll differ diff --git a/build-support/tools/nunit/net-1.1/framework/nunit.framework.xml b/build-support/tools/nunit/net-1.1/framework/nunit.framework.xml index 7e7c8b6d..9ec21f48 100644 --- a/build-support/tools/nunit/net-1.1/framework/nunit.framework.xml +++ b/build-support/tools/nunit/net-1.1/framework/nunit.framework.xml @@ -1410,6 +1410,12 @@ constraint to the Message property of the object being tested. + + + Returns a new ConstraintExpression, which will apply the following + constraint to the InnerException property of the object being tested. + + With is currently a NOP - reserved for future use. @@ -2929,6 +2935,12 @@ constraint to the Message property of the object being tested. + + + Returns a new ConstraintExpression, which will apply the following + constraint to the InnerException property of the object being tested. + + Returns a constraint that tests for null @@ -3849,6 +3861,18 @@ Gets the description of the test + + + Gets a value indicating whether this is ignored. + + true if ignored; otherwise, false. + + + + Gets the ignore reason. + + The ignore reason. + The argument list to be provided to the test @@ -3885,6 +3909,16 @@ to tests without requiring the class to change. + + + If true, indicates that the test case is to be ignored + + + + + The reason for ignoring a test case + + Initializes a new instance of the class. @@ -3978,6 +4012,19 @@ + + + Ignores this TestCase. + + + + + + Ignores this TestCase, specifying the reason. + + The reason. + + Gets the argument list to be provided to the test @@ -4008,6 +4055,18 @@ Gets the description of the test + + + Gets a value indicating whether this is ignored. + + true if ignored; otherwise, false. + + + + Gets the ignore reason. + + The ignore reason. + Gets a list of categories associated with this test. @@ -4119,6 +4178,12 @@ constraint to the Message property of the object being tested. + + + Returns a new ConstraintExpression, which will apply the following + constraint to the InnerException property of the object being tested. + + The List class is a helper class with properties and methods @@ -4283,6 +4348,22 @@ The name of the test. + + + Gets or sets the ignored status of the test + + + + + Gets or sets the ignored status of the test + + + + + Gets the ignore reason. + + The ignore reason. + Thrown when an assertion failed. @@ -4619,6 +4700,57 @@ The exception Type expected A TestSnippet delegate + + + Verifies that a delegate throws an exception when called + and returns it. + + A TestDelegate + The message that will be displayed on failure + Arguments to be used in formatting the message + + + + Verifies that a delegate throws an exception when called + and returns it. + + A TestDelegate + The message that will be displayed on failure + + + + Verifies that a delegate throws an exception when called + and returns it. + + A TestDelegate + + + + Verifies that a delegate throws an exception of a certain Type + or one derived from it when called and returns it. + + The expected Exception Type + A TestDelegate + The message that will be displayed on failure + Arguments to be used in formatting the message + + + + Verifies that a delegate throws an exception of a certain Type + or one derived from it when called and returns it. + + The expected Exception Type + A TestDelegate + The message that will be displayed on failure + + + + Verifies that a delegate throws an exception of a certain Type + or one derived from it when called and returns it. + + The expected Exception Type + A TestDelegate + Verifies that a delegate does not throw an exception @@ -6775,6 +6907,18 @@ The arguments originally provided to the attribute + + + Gets or sets a value indicating whether this should be ignored. + + true if ignore; otherwise, false. + + + + Gets or sets the ignore reason. May set Ignored as a side effect. + + The ignore reason. + A set of Assert methods operationg on one or more collections @@ -7289,16 +7433,17 @@ - Marks a test with a timeout value in milliseconds. The - test will be run in a separate thread and cancelled if - the timeout is exceeded. + WUsed on a method, marks the test with a timeout value in milliseconds. + The test will be run in a separate thread and is cancelled if the timeout + is exceeded. Used on a method or assembly, sets the default timeout + for all contained test methods. Construct a TimeoutAttribute given a time in milliseconds - + The timeout value in milliseconds @@ -8633,6 +8778,26 @@ Creates a constraint specifying an expected exception + + + Creates a constraint specifying an exception with a given InnerException + + + + + Creates a constraint specifying an expected TargetInvocationException + + + + + Creates a constraint specifying an expected TargetInvocationException + + + + + Creates a constraint specifying an expected TargetInvocationException + + Creates a constraint specifying that no exception is thrown @@ -8670,18 +8835,6 @@ guaranteed to be called, even if an exception is thrown. - - - The Catch class is used to capture an exception. - - - - - Capture any exception that is thrown by the delegate - - A TestDelegate - The exception thrown, or null - Helper class with static methods used to supply constraints @@ -8754,6 +8907,17 @@ The maximum elapsed time in milliseconds + + + Summary description for SetUICultureAttribute. + + + + + Construct given the name of a culture + + + Summary description for DirectoryAssert diff --git a/build-support/tools/nunit/net-1.1/framework/nunit.mocks.dll b/build-support/tools/nunit/net-1.1/framework/nunit.mocks.dll index 5215b771..e19bd115 100644 Binary files a/build-support/tools/nunit/net-1.1/framework/nunit.mocks.dll and b/build-support/tools/nunit/net-1.1/framework/nunit.mocks.dll differ diff --git a/build-support/tools/nunit/net-1.1/framework/pnunit.framework.dll b/build-support/tools/nunit/net-1.1/framework/pnunit.framework.dll index bc6d55ba..527ee337 100644 Binary files a/build-support/tools/nunit/net-1.1/framework/pnunit.framework.dll and b/build-support/tools/nunit/net-1.1/framework/pnunit.framework.dll differ diff --git a/build-support/tools/nunit/net-1.1/launcher.log.conf b/build-support/tools/nunit/net-1.1/launcher.log.conf deleted file mode 100644 index d340cad1..00000000 --- a/build-support/tools/nunit/net-1.1/launcher.log.conf +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/build-support/tools/nunit/net-1.1/lib/nunit-console-runner.dll b/build-support/tools/nunit/net-1.1/lib/nunit-console-runner.dll index be14eb7d..04c3d82c 100644 Binary files a/build-support/tools/nunit/net-1.1/lib/nunit-console-runner.dll and b/build-support/tools/nunit/net-1.1/lib/nunit-console-runner.dll differ diff --git a/build-support/tools/nunit/net-1.1/lib/nunit.core.dll b/build-support/tools/nunit/net-1.1/lib/nunit.core.dll index 934f29df..7bb0b028 100644 Binary files a/build-support/tools/nunit/net-1.1/lib/nunit.core.dll and b/build-support/tools/nunit/net-1.1/lib/nunit.core.dll differ diff --git a/build-support/tools/nunit/net-1.1/lib/nunit.core.interfaces.dll b/build-support/tools/nunit/net-1.1/lib/nunit.core.interfaces.dll index f146fa9e..ecf8e775 100644 Binary files a/build-support/tools/nunit/net-1.1/lib/nunit.core.interfaces.dll and b/build-support/tools/nunit/net-1.1/lib/nunit.core.interfaces.dll differ diff --git a/build-support/tools/nunit/net-1.1/lib/nunit.fixtures.dll b/build-support/tools/nunit/net-1.1/lib/nunit.fixtures.dll index 983507ac..b2ed96e8 100644 Binary files a/build-support/tools/nunit/net-1.1/lib/nunit.fixtures.dll and b/build-support/tools/nunit/net-1.1/lib/nunit.fixtures.dll differ diff --git a/build-support/tools/nunit/net-1.1/lib/nunit.util.dll b/build-support/tools/nunit/net-1.1/lib/nunit.util.dll index 04fa69a7..a8887624 100644 Binary files a/build-support/tools/nunit/net-1.1/lib/nunit.util.dll and b/build-support/tools/nunit/net-1.1/lib/nunit.util.dll differ diff --git a/build-support/tools/nunit/net-1.1/nunit-agent.exe b/build-support/tools/nunit/net-1.1/nunit-agent.exe index 02cca07d..44b41753 100644 Binary files a/build-support/tools/nunit/net-1.1/nunit-agent.exe and b/build-support/tools/nunit/net-1.1/nunit-agent.exe differ diff --git a/build-support/tools/nunit/net-1.1/nunit-console.exe b/build-support/tools/nunit/net-1.1/nunit-console.exe index 512291b0..571ff482 100644 Binary files a/build-support/tools/nunit/net-1.1/nunit-console.exe and b/build-support/tools/nunit/net-1.1/nunit-console.exe differ diff --git a/build-support/tools/nunit/net-1.1/nunit.framework.dll b/build-support/tools/nunit/net-1.1/nunit.framework.dll deleted file mode 100644 index 424f7369..00000000 Binary files a/build-support/tools/nunit/net-1.1/nunit.framework.dll and /dev/null differ diff --git a/build-support/tools/nunit/net-1.1/pnunit-agent.exe b/build-support/tools/nunit/net-1.1/pnunit-agent.exe index 5c9a25cf..1a030a0a 100644 Binary files a/build-support/tools/nunit/net-1.1/pnunit-agent.exe and b/build-support/tools/nunit/net-1.1/pnunit-agent.exe differ diff --git a/build-support/tools/nunit/net-1.1/pnunit-launcher.exe b/build-support/tools/nunit/net-1.1/pnunit-launcher.exe index f025cffc..2b536584 100644 Binary files a/build-support/tools/nunit/net-1.1/pnunit-launcher.exe and b/build-support/tools/nunit/net-1.1/pnunit-launcher.exe differ diff --git a/build-support/tools/nunit/net-1.1/pnunit.framework.dll b/build-support/tools/nunit/net-1.1/pnunit.framework.dll deleted file mode 100644 index bc6d55ba..00000000 Binary files a/build-support/tools/nunit/net-1.1/pnunit.framework.dll and /dev/null differ diff --git a/build-support/tools/nunit/net-1.1/pnunit.tests.dll b/build-support/tools/nunit/net-1.1/pnunit.tests.dll deleted file mode 100644 index ece7de09..00000000 Binary files a/build-support/tools/nunit/net-1.1/pnunit.tests.dll and /dev/null differ diff --git a/build-support/tools/nunit/net-1.1/runpnunit.bat b/build-support/tools/nunit/net-1.1/runpnunit.bat deleted file mode 100644 index 6efc8b44..00000000 --- a/build-support/tools/nunit/net-1.1/runpnunit.bat +++ /dev/null @@ -1,2 +0,0 @@ -start pnunit-agent agent.conf -pnunit-launcher test.conf \ No newline at end of file diff --git a/build-support/tools/nunit/net-2.0/TestResult.xml b/build-support/tools/nunit/net-2.0/TestResult.xml deleted file mode 100644 index 899051a5..00000000 --- a/build-support/tools/nunit/net-2.0/TestResult.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/build-support/tools/nunit/net-2.0/agent.log.conf b/build-support/tools/nunit/net-2.0/agent.log.conf deleted file mode 100644 index d340cad1..00000000 --- a/build-support/tools/nunit/net-2.0/agent.log.conf +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/build-support/tools/nunit/net-2.0/clr.bat b/build-support/tools/nunit/net-2.0/clr.bat deleted file mode 100644 index 8291f268..00000000 --- a/build-support/tools/nunit/net-2.0/clr.bat +++ /dev/null @@ -1,96 +0,0 @@ -@echo off -rem Run a program under a particular version of the .Net framework -rem by setting the COMPLUS_Version environment variable. -rem -rem This command was written by Charlie Poole for the NUnit project. -rem You may use it separately from NUnit at your own risk. - -if "%1"=="/?" goto help -if "%1"=="?" goto help -if "%1"=="" goto GetVersion -if /I "%1"=="off" goto RemoveVersion -if "%2"=="" goto SetVersion -goto main - -:help -echo Control the version of the .Net framework that is used. The -echo command has several forms: -echo. -echo CLR -echo Reports the version of the CLR that has been set -echo. -echo CLR version -echo Sets the local shell environment to use a specific -echo version of the CLR for subsequent commands. -echo. -echo CLR version command [arguments] -echo Executes a single command using the specified CLR version. -echo. -echo CLR off -echo Turns off specific version selection for commands -echo. -echo The CLR version may be specified as vn.n.n or n.n.n. In addition, -echo the following shortcuts are recognized: -echo net-1.0, 1.0 For version 1.0.3705 -echo net-1.1, 1.1 For version 1.1.4322 -echo beta2 For version 2.0.50215 -echo net-2.0, 2.0 For version 2.0.50727 -echo. -echo NOTE: -echo Any specific settings for required or supported runtime in -echo the ^ section of a program's config file will -echo override the version specified by this command, and the -echo command will have no effect. -echo. -goto done - -:main - -setlocal -set CMD= -call :SetVersion %1 -shift /1 - -:loop 'Copy remaining arguments to form the command -if "%1"=="" goto run -set CMD=%CMD% %1 -shift /1 -goto :loop - -:run 'Execute the command -%CMD% -endlocal -goto done - -:SetVersion -set COMPLUS_Version=%1 - -rem Substitute proper format for certain names -if /I "%COMPLUS_Version:~0,1%"=="v" goto useit -if /I "%COMPLUS_Version%"=="net-1.0" set COMPLUS_Version=v1.0.3705&goto report -if /I "%COMPLUS_Version%"=="1.0" set COMPLUS_Version=v1.0.3705&goto report -if /I "%COMPLUS_Version%"=="net-1.1" set COMPLUS_Version=v1.1.4322&goto report -if /I "%COMPLUS_Version%"=="1.1" set COMPLUS_Version=v1.1.4322&goto report -if /I "%COMPLUS_Version%"=="beta2" set COMPLUS_Version=v2.0.50215&goto report -if /I "%COMPLUS_Version%"=="net-2.0" set COMPLUS_Version=v2.0.50727&goto report -if /I "%COMPLUS_Version%"=="2.0" set COMPLUS_Version=v2.0.50727&goto report - -rem Add additional substitutions here, branching to report - -rem assume it's a version number without 'v' -set COMPLUS_Version=v%COMPLUS_Version% - -:report -echo Setting CLR version to %COMPLUS_Version% -goto done - -:GetVersion -if "%COMPLUS_Version%"=="" echo CLR version is not set -if NOT "%COMPLUS_Version%"=="" echo CLR version is set to %COMPLUS_Version% -goto done - -:RemoveVersion -set COMPLUS_Version= -echo CLR version is no longer set - -:done \ No newline at end of file diff --git a/build-support/tools/nunit/net-2.0/framework/nunit.framework.dll b/build-support/tools/nunit/net-2.0/framework/nunit.framework.dll index 1c87f11b..2729ddf2 100644 Binary files a/build-support/tools/nunit/net-2.0/framework/nunit.framework.dll and b/build-support/tools/nunit/net-2.0/framework/nunit.framework.dll differ diff --git a/build-support/tools/nunit/net-2.0/framework/nunit.framework.xml b/build-support/tools/nunit/net-2.0/framework/nunit.framework.xml index 286c69d9..ccfa9ee6 100644 --- a/build-support/tools/nunit/net-2.0/framework/nunit.framework.xml +++ b/build-support/tools/nunit/net-2.0/framework/nunit.framework.xml @@ -1498,6 +1498,12 @@ constraint to the Message property of the object being tested. + + + Returns a new ConstraintExpression, which will apply the following + constraint to the InnerException property of the object being tested. + + With is currently a NOP - reserved for future use. @@ -3101,6 +3107,12 @@ constraint to the Message property of the object being tested. + + + Returns a new ConstraintExpression, which will apply the following + constraint to the InnerException property of the object being tested. + + Returns a constraint that tests for null @@ -4100,6 +4112,18 @@ Gets the description of the test + + + Gets a value indicating whether this is ignored. + + true if ignored; otherwise, false. + + + + Gets the ignore reason. + + The ignore reason. + The argument list to be provided to the test @@ -4136,6 +4160,16 @@ to tests without requiring the class to change. + + + If true, indicates that the test case is to be ignored + + + + + The reason for ignoring a test case + + Initializes a new instance of the class. @@ -4229,6 +4263,19 @@ + + + Ignores this TestCase. + + + + + + Ignores this TestCase, specifying the reason. + + The reason. + + Gets the argument list to be provided to the test @@ -4259,6 +4306,18 @@ Gets the description of the test + + + Gets a value indicating whether this is ignored. + + true if ignored; otherwise, false. + + + + Gets the ignore reason. + + The ignore reason. + Gets a list of categories associated with this test. @@ -4376,6 +4435,12 @@ constraint to the Message property of the object being tested. + + + Returns a new ConstraintExpression, which will apply the following + constraint to the InnerException property of the object being tested. + + The List class is a helper class with properties and methods @@ -4540,6 +4605,22 @@ The name of the test. + + + Gets or sets the ignored status of the test + + + + + Gets or sets the ignored status of the test + + + + + Gets the ignore reason. + + The ignore reason. + Thrown when an assertion failed. @@ -4900,6 +4981,84 @@ Type of the expected exception A TestSnippet delegate + + + Verifies that a delegate throws an exception when called + and returns it. + + A TestDelegate + The message that will be displayed on failure + Arguments to be used in formatting the message + + + + Verifies that a delegate throws an exception when called + and returns it. + + A TestDelegate + The message that will be displayed on failure + + + + Verifies that a delegate throws an exception when called + and returns it. + + A TestDelegate + + + + Verifies that a delegate throws an exception of a certain Type + or one derived from it when called and returns it. + + The expected Exception Type + A TestDelegate + The message that will be displayed on failure + Arguments to be used in formatting the message + + + + Verifies that a delegate throws an exception of a certain Type + or one derived from it when called and returns it. + + The expected Exception Type + A TestDelegate + The message that will be displayed on failure + + + + Verifies that a delegate throws an exception of a certain Type + or one derived from it when called and returns it. + + The expected Exception Type + A TestDelegate + + + + Verifies that a delegate throws an exception of a certain Type + or one derived from it when called and returns it. + + The expected Exception Type + A TestDelegate + The message that will be displayed on failure + Arguments to be used in formatting the message + + + + Verifies that a delegate throws an exception of a certain Type + or one derived from it when called and returns it. + + The expected Exception Type + A TestDelegate + The message that will be displayed on failure + + + + Verifies that a delegate throws an exception of a certain Type + or one derived from it when called and returns it. + + The expected Exception Type + A TestDelegate + Verifies that a delegate does not throw an exception @@ -7218,6 +7377,18 @@ The arguments originally provided to the attribute + + + Gets or sets a value indicating whether this should be ignored. + + true if ignore; otherwise, false. + + + + Gets or sets the ignore reason. May set Ignored as a side effect. + + The ignore reason. + Get or set the type arguments. If not set @@ -7739,16 +7910,17 @@ - Marks a test with a timeout value in milliseconds. The - test will be run in a separate thread and cancelled if - the timeout is exceeded. + WUsed on a method, marks the test with a timeout value in milliseconds. + The test will be run in a separate thread and is cancelled if the timeout + is exceeded. Used on a method or assembly, sets the default timeout + for all contained test methods. Construct a TimeoutAttribute given a time in milliseconds - + The timeout value in milliseconds @@ -9123,6 +9295,26 @@ Creates a constraint specifying an expected exception + + + Creates a constraint specifying an exception with a given InnerException + + + + + Creates a constraint specifying an expected TargetInvocationException + + + + + Creates a constraint specifying an expected TargetInvocationException + + + + + Creates a constraint specifying an expected TargetInvocationException + + Creates a constraint specifying that no exception is thrown @@ -9160,18 +9352,6 @@ guaranteed to be called, even if an exception is thrown. - - - The Catch class is used to capture an exception. - - - - - Capture any exception that is thrown by the delegate - - A TestDelegate - The exception thrown, or null - Helper class with static methods used to supply constraints @@ -9244,6 +9424,17 @@ The maximum elapsed time in milliseconds + + + Summary description for SetUICultureAttribute. + + + + + Construct given the name of a culture + + + Summary description for DirectoryAssert diff --git a/build-support/tools/nunit/net-2.0/framework/nunit.mocks.dll b/build-support/tools/nunit/net-2.0/framework/nunit.mocks.dll index 82ef860e..558f4756 100644 Binary files a/build-support/tools/nunit/net-2.0/framework/nunit.mocks.dll and b/build-support/tools/nunit/net-2.0/framework/nunit.mocks.dll differ diff --git a/build-support/tools/nunit/net-2.0/framework/pnunit.framework.dll b/build-support/tools/nunit/net-2.0/framework/pnunit.framework.dll index fe490bfc..494dc721 100644 Binary files a/build-support/tools/nunit/net-2.0/framework/pnunit.framework.dll and b/build-support/tools/nunit/net-2.0/framework/pnunit.framework.dll differ diff --git a/build-support/tools/nunit/net-2.0/launcher.log.conf b/build-support/tools/nunit/net-2.0/launcher.log.conf deleted file mode 100644 index d340cad1..00000000 --- a/build-support/tools/nunit/net-2.0/launcher.log.conf +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/build-support/tools/nunit/net-2.0/lib/nunit-console-runner.dll b/build-support/tools/nunit/net-2.0/lib/nunit-console-runner.dll index 6a0ea1d6..3f9c0e93 100644 Binary files a/build-support/tools/nunit/net-2.0/lib/nunit-console-runner.dll and b/build-support/tools/nunit/net-2.0/lib/nunit-console-runner.dll differ diff --git a/build-support/tools/nunit/net-2.0/lib/nunit-gui-runner.dll b/build-support/tools/nunit/net-2.0/lib/nunit-gui-runner.dll index afad7694..894c3383 100644 Binary files a/build-support/tools/nunit/net-2.0/lib/nunit-gui-runner.dll and b/build-support/tools/nunit/net-2.0/lib/nunit-gui-runner.dll differ diff --git a/build-support/tools/nunit/net-2.0/lib/nunit.core.dll b/build-support/tools/nunit/net-2.0/lib/nunit.core.dll index 96068142..6fd79cf1 100644 Binary files a/build-support/tools/nunit/net-2.0/lib/nunit.core.dll and b/build-support/tools/nunit/net-2.0/lib/nunit.core.dll differ diff --git a/build-support/tools/nunit/net-2.0/lib/nunit.core.interfaces.dll b/build-support/tools/nunit/net-2.0/lib/nunit.core.interfaces.dll index caf4a598..2794827b 100644 Binary files a/build-support/tools/nunit/net-2.0/lib/nunit.core.interfaces.dll and b/build-support/tools/nunit/net-2.0/lib/nunit.core.interfaces.dll differ diff --git a/build-support/tools/nunit/net-2.0/lib/nunit.fixtures.dll b/build-support/tools/nunit/net-2.0/lib/nunit.fixtures.dll index e980e41e..1658b379 100644 Binary files a/build-support/tools/nunit/net-2.0/lib/nunit.fixtures.dll and b/build-support/tools/nunit/net-2.0/lib/nunit.fixtures.dll differ diff --git a/build-support/tools/nunit/net-2.0/lib/nunit.uiexception.dll b/build-support/tools/nunit/net-2.0/lib/nunit.uiexception.dll index 4ff2016e..3f05866d 100644 Binary files a/build-support/tools/nunit/net-2.0/lib/nunit.uiexception.dll and b/build-support/tools/nunit/net-2.0/lib/nunit.uiexception.dll differ diff --git a/build-support/tools/nunit/net-2.0/lib/nunit.uikit.dll b/build-support/tools/nunit/net-2.0/lib/nunit.uikit.dll index e9e14b97..cb3cfdf9 100644 Binary files a/build-support/tools/nunit/net-2.0/lib/nunit.uikit.dll and b/build-support/tools/nunit/net-2.0/lib/nunit.uikit.dll differ diff --git a/build-support/tools/nunit/net-2.0/lib/nunit.util.dll b/build-support/tools/nunit/net-2.0/lib/nunit.util.dll index 751c5d8e..71ca49bc 100644 Binary files a/build-support/tools/nunit/net-2.0/lib/nunit.util.dll and b/build-support/tools/nunit/net-2.0/lib/nunit.util.dll differ diff --git a/build-support/tools/nunit/net-2.0/nunit-agent.exe b/build-support/tools/nunit/net-2.0/nunit-agent.exe index e399e0f0..9b189c1a 100644 Binary files a/build-support/tools/nunit/net-2.0/nunit-agent.exe and b/build-support/tools/nunit/net-2.0/nunit-agent.exe differ diff --git a/build-support/tools/nunit/net-2.0/nunit-console-x86.exe b/build-support/tools/nunit/net-2.0/nunit-console-x86.exe index db13c9a0..83849f3a 100644 Binary files a/build-support/tools/nunit/net-2.0/nunit-console-x86.exe and b/build-support/tools/nunit/net-2.0/nunit-console-x86.exe differ diff --git a/build-support/tools/nunit/net-2.0/nunit-console.exe b/build-support/tools/nunit/net-2.0/nunit-console.exe index b3c4677e..9f619057 100644 Binary files a/build-support/tools/nunit/net-2.0/nunit-console.exe and b/build-support/tools/nunit/net-2.0/nunit-console.exe differ diff --git a/build-support/tools/nunit/net-2.0/nunit-x86.exe b/build-support/tools/nunit/net-2.0/nunit-x86.exe index c0c796ec..13832377 100644 Binary files a/build-support/tools/nunit/net-2.0/nunit-x86.exe and b/build-support/tools/nunit/net-2.0/nunit-x86.exe differ diff --git a/build-support/tools/nunit/net-2.0/nunit.exe b/build-support/tools/nunit/net-2.0/nunit.exe index 5780f9ed..e3a0d28e 100644 Binary files a/build-support/tools/nunit/net-2.0/nunit.exe and b/build-support/tools/nunit/net-2.0/nunit.exe differ diff --git a/build-support/tools/nunit/net-2.0/nunit.framework.dll b/build-support/tools/nunit/net-2.0/nunit.framework.dll deleted file mode 100644 index 1c87f11b..00000000 Binary files a/build-support/tools/nunit/net-2.0/nunit.framework.dll and /dev/null differ diff --git a/build-support/tools/nunit/net-2.0/pnunit-agent.exe b/build-support/tools/nunit/net-2.0/pnunit-agent.exe index 3c0f8112..7a559eb2 100644 Binary files a/build-support/tools/nunit/net-2.0/pnunit-agent.exe and b/build-support/tools/nunit/net-2.0/pnunit-agent.exe differ diff --git a/build-support/tools/nunit/net-2.0/pnunit-launcher.exe b/build-support/tools/nunit/net-2.0/pnunit-launcher.exe index 72efc637..5251378d 100644 Binary files a/build-support/tools/nunit/net-2.0/pnunit-launcher.exe and b/build-support/tools/nunit/net-2.0/pnunit-launcher.exe differ diff --git a/build-support/tools/nunit/net-2.0/pnunit.framework.dll b/build-support/tools/nunit/net-2.0/pnunit.framework.dll deleted file mode 100644 index fe490bfc..00000000 Binary files a/build-support/tools/nunit/net-2.0/pnunit.framework.dll and /dev/null differ diff --git a/build-support/tools/nunit/net-2.0/pnunit.tests.dll b/build-support/tools/nunit/net-2.0/pnunit.tests.dll deleted file mode 100644 index d80d27ff..00000000 Binary files a/build-support/tools/nunit/net-2.0/pnunit.tests.dll and /dev/null differ diff --git a/build-support/tools/nunit/net-2.0/runpnunit.bat b/build-support/tools/nunit/net-2.0/runpnunit.bat deleted file mode 100644 index 6efc8b44..00000000 --- a/build-support/tools/nunit/net-2.0/runpnunit.bat +++ /dev/null @@ -1,2 +0,0 @@ -start pnunit-agent agent.conf -pnunit-launcher test.conf \ No newline at end of file diff --git a/lib/Net/1.1/DotNetMock.Framework.dll b/lib/Net/1.1/DotNetMock.Framework.dll index b91f079f..695f7631 100644 Binary files a/lib/Net/1.1/DotNetMock.Framework.dll and b/lib/Net/1.1/DotNetMock.Framework.dll differ diff --git a/lib/Net/1.1/DotNetMock.dll b/lib/Net/1.1/DotNetMock.dll index 794065d3..8f8c23b6 100644 Binary files a/lib/Net/1.1/DotNetMock.dll and b/lib/Net/1.1/DotNetMock.dll differ diff --git a/lib/Net/1.1/nunit.core.dll b/lib/Net/1.1/nunit.core.dll index 934f29df..7bb0b028 100644 Binary files a/lib/Net/1.1/nunit.core.dll and b/lib/Net/1.1/nunit.core.dll differ diff --git a/lib/Net/1.1/nunit.core.interfaces.dll b/lib/Net/1.1/nunit.core.interfaces.dll index f146fa9e..ecf8e775 100644 Binary files a/lib/Net/1.1/nunit.core.interfaces.dll and b/lib/Net/1.1/nunit.core.interfaces.dll differ diff --git a/lib/Net/1.1/nunit.framework.dll b/lib/Net/1.1/nunit.framework.dll index 424f7369..3ab110c1 100644 Binary files a/lib/Net/1.1/nunit.framework.dll and b/lib/Net/1.1/nunit.framework.dll differ diff --git a/lib/Net/1.1/nunit.framework.xml b/lib/Net/1.1/nunit.framework.xml index 286c69d9..9ec21f48 100644 --- a/lib/Net/1.1/nunit.framework.xml +++ b/lib/Net/1.1/nunit.framework.xml @@ -105,9 +105,9 @@ An ActualValueDelegate True for success, false for failure - + - Test whether the constraint is satisfied by a given reference. + Test whether the constraint is satisfied by a given bool reference. The default implementation simply dereferences the value but derived classes may override it to provide for delayed processing. @@ -492,14 +492,6 @@ A delegate representing the code to be tested True if an exception is thrown and the constraint succeeds, otherwise false - - - Converts an ActualValueDelegate to a TestDelegate - before calling the primary overload. - - - - Write the constraint description to a MessageWriter @@ -618,34 +610,6 @@ The IComparer object to use. Self. - - - Flag the constraint to use the supplied IComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied Comparison object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IEqualityComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IEqualityComparer object. - - The IComparer object to use. - Self. - Compares two collection members for equality @@ -820,16 +784,6 @@ Modifies the constraint to use an IComparer and returns self. - - - Modifies the constraint to use an IComparer<T> and returns self. - - - - - Modifies the constraint to use a Comparison<T> and returns self. - - Modifies the constraint to test ordering by the value of @@ -1222,24 +1176,12 @@ presence of a particular attribute on an object. - - - Returns a new AttributeConstraint checking for the - presence of a particular attribute on an object. - - Returns the constraint provided as an argument - used to allow custom custom constraints to easily participate in the syntax. - - - Returns the constraint provided as an argument - used to allow custom - custom constraints to easily participate in the syntax. - - Returns a constraint that tests two items for equality @@ -1292,60 +1234,30 @@ value is of the exact type supplied as an argument. - - - Returns a constraint that tests whether the actual - value is of the exact type supplied as an argument. - - Returns a constraint that tests whether the actual value is of the type supplied as an argument or a derived type. - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - Returns a constraint that tests whether the actual value is of the type supplied as an argument or a derived type. - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - Returns a constraint that tests whether the actual value is assignable from the type supplied as an argument. - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - Returns a constraint that tests whether the actual value is assignable from the type supplied as an argument. - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - Returns a constraint that tests whether the actual value @@ -1498,6 +1410,12 @@ constraint to the Message property of the object being tested. + + + Returns a new ConstraintExpression, which will apply the following + constraint to the InnerException property of the object being tested. + + With is currently a NOP - reserved for future use. @@ -1580,16 +1498,6 @@ Modifies the constraint to use an IComparer and returns self. - - - Modifies the constraint to use an IComparer<T> and returns self. - - - - - Modifies the constraint to use a Comparison<T> and returns self. - - EqualConstraint is able to compare an actual value with the @@ -1635,34 +1543,6 @@ The IComparer object to use. Self. - - - Flag the constraint to use the supplied IComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied Comparison object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IEqualityComparer object. - - The IComparer object to use. - Self. - - - - Flag the constraint to use the supplied IEqualityComparer object. - - The IComparer object to use. - Self. - Test whether the constraint is satisfied by a given value @@ -2631,16 +2511,6 @@ Modifies the constraint to use an IComparer and returns self - - - Modifies the constraint to use an IComparer<T> and returns self - - - - - Modifies the constraint to use a Comparison<T> and returns self - - Tests whether a value is greater than the value supplied to its constructor @@ -2813,12 +2683,6 @@ presence of a particular attribute on an object. - - - Returns a new AttributeConstraint checking for the - presence of a particular attribute on an object. - - Returns a constraint that tests two items for equality @@ -2871,60 +2735,30 @@ value is of the exact type supplied as an argument. - - - Returns a constraint that tests whether the actual - value is of the exact type supplied as an argument. - - Returns a constraint that tests whether the actual value is of the type supplied as an argument or a derived type. - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - Returns a constraint that tests whether the actual value is of the type supplied as an argument or a derived type. - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - Returns a constraint that tests whether the actual value is assignable from the type supplied as an argument. - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - Returns a constraint that tests whether the actual value is assignable from the type supplied as an argument. - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - Returns a constraint that tests whether the actual value @@ -3101,6 +2935,12 @@ constraint to the Message property of the object being tested. + + + Returns a new ConstraintExpression, which will apply the following + constraint to the InnerException property of the object being tested. + + Returns a constraint that tests for null @@ -3183,9 +3023,9 @@ The delegate whose value is to be tested True for if the base constraint fails, false if it succeeds - + - Test whether the constraint is satisfied by a given reference. + Test whether the constraint is satisfied by a given boolean reference. Overridden to wait for the specified delay period before calling the base constraint with the dereferenced value. @@ -3327,16 +3167,6 @@ Returns a ComparisonAdapter that wraps an IComparer - - - Returns a ComparisonAdapter that wraps an IComparer<T> - - - - - Returns a ComparisonAdapter that wraps a Comparison<T> - - Compares two objects @@ -3366,33 +3196,6 @@ Construct a default ComparisonAdapter - - - ComparisonAdapter<T> extends ComparisonAdapter and - allows use of an IComparer<T> or Comparison<T> - to actually perform the comparison. - - - - - Construct a ComparisonAdapter for an IComparer<T> - - - - - Compare a Type T to an object - - - - - Construct a ComparisonAdapter for a Comparison<T> - - - - - Compare a Type T to an object - - The ConstraintOperator class is used internally by a @@ -3800,26 +3603,6 @@ Returns an EqualityAdapter that wraps an IComparer. - - - Returns an EqualityAdapter that wraps an IEqualityComparer. - - - - - Returns an EqualityAdapter that wraps an IEqualityComparer<T>. - - - - - Returns an EqualityAdapter that wraps an IComparer<T>. - - - - - Returns an EqualityAdapter that wraps a Comparison<T>. - - AttributeExistsConstraint tests for the presence of a @@ -4023,28 +3806,6 @@ The union's value as an unsigned long - - - Predicate constraint wraps a Predicate in a constraint, - returning success if the predicate is true. - - - - - Construct a PredicateConstraint from a predicate - - - - - Determines whether the predicate succeeds when applied - to the actual value. - - - - - Writes the description to a MessageWriter - - The TestCaseData class represents a set of arguments @@ -4100,6 +3861,18 @@ Gets the description of the test + + + Gets a value indicating whether this is ignored. + + true if ignored; otherwise, false. + + + + Gets the ignore reason. + + The ignore reason. + The argument list to be provided to the test @@ -4136,6 +3909,16 @@ to tests without requiring the class to change. + + + If true, indicates that the test case is to be ignored + + + + + The reason for ignoring a test case + + Initializes a new instance of the class. @@ -4229,6 +4012,19 @@ + + + Ignores this TestCase. + + + + + + Ignores this TestCase, specifying the reason. + + The reason. + + Gets the argument list to be provided to the test @@ -4259,6 +4055,18 @@ Gets the description of the test + + + Gets a value indicating whether this is ignored. + + true if ignored; otherwise, false. + + + + Gets the ignore reason. + + The ignore reason. + Gets a list of categories associated with this test. @@ -4319,12 +4127,6 @@ presence of a particular attribute on an object. - - - Returns a new AttributeConstraint checking for the - presence of a particular attribute on an object. - - Returns a new CollectionContainsConstraint checking for the @@ -4376,6 +4178,12 @@ constraint to the Message property of the object being tested. + + + Returns a new ConstraintExpression, which will apply the following + constraint to the InnerException property of the object being tested. + + The List class is a helper class with properties and methods @@ -4540,6 +4348,22 @@ The name of the test. + + + Gets or sets the ignored status of the test + + + + + Gets or sets the ignored status of the test + + + + + Gets the ignore reason. + + The ignore reason. + Thrown when an assertion failed. @@ -4769,29 +4593,29 @@ The message that will be displayed on failure Arguments to be used in formatting the message - + - Apply a constraint to a referenced value, succeeding if the constraint + Apply a constraint to a referenced boolean, succeeding if the constraint is satisfied and throwing an assertion exception on failure. - A Constraint to be applied + A Constraint to be applied The actual value to test - + Apply a constraint to a referenced value, succeeding if the constraint is satisfied and throwing an assertion exception on failure. - A Constraint to be applied + A Constraint to be applied The actual value to test The message that will be displayed on failure - + Apply a constraint to a referenced value, succeeding if the constraint is satisfied and throwing an assertion exception on failure. - A Constraint to be applied + A Constraint to be applied The actual value to test The message that will be displayed on failure Arguments to be used in formatting the message @@ -4876,29 +4700,56 @@ The exception Type expected A TestSnippet delegate - + - Verifies that a delegate throws a particular exception when called. + Verifies that a delegate throws an exception when called + and returns it. - Type of the expected exception - A TestSnippet delegate + A TestDelegate The message that will be displayed on failure Arguments to be used in formatting the message - + - Verifies that a delegate throws a particular exception when called. + Verifies that a delegate throws an exception when called + and returns it. - Type of the expected exception - A TestSnippet delegate + A TestDelegate The message that will be displayed on failure - + - Verifies that a delegate throws a particular exception when called. + Verifies that a delegate throws an exception when called + and returns it. - Type of the expected exception - A TestSnippet delegate + A TestDelegate + + + + Verifies that a delegate throws an exception of a certain Type + or one derived from it when called and returns it. + + The expected Exception Type + A TestDelegate + The message that will be displayed on failure + Arguments to be used in formatting the message + + + + Verifies that a delegate throws an exception of a certain Type + or one derived from it when called and returns it. + + The expected Exception Type + A TestDelegate + The message that will be displayed on failure + + + + Verifies that a delegate throws an exception of a certain Type + or one derived from it when called and returns it. + + The expected Exception Type + A TestDelegate @@ -5152,33 +5003,6 @@ The value that is to be tested - - - Verifies that the double that is passed in is an NaN value. - If the object is not NaN then an - is thrown. - - The value that is to be tested - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that the double that is passed in is an NaN value. - If the object is not NaN then an - is thrown. - - The value that is to be tested - The message to display in case of failure - - - - Verifies that the double that is passed in is an NaN value. - If the object is not NaN then an - is thrown. - - The value that is to be tested - Assert that a string is empty - that is equal to string.Empty @@ -5329,30 +5153,6 @@ The expected Type. The object under examination - - - Asserts that an object may be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object may be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - - - - Asserts that an object may be assigned a value of a given Type. - - The expected Type. - The object under examination - Asserts that an object may not be assigned a value of a given Type. @@ -5377,30 +5177,6 @@ The expected Type. The object under examination - - - Asserts that an object may not be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object may not be assigned a value of a given Type. - - The expected Type. - The object under examination - The message to display in case of failure - - - - Asserts that an object may not be assigned a value of a given Type. - - The expected Type. - The object under examination - Asserts that an object is an instance of a given type. @@ -5449,30 +5225,6 @@ The expected Type The object being examined - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - - - - Asserts that an object is an instance of a given type. - - The expected Type - The object being examined - Asserts that an object is not an instance of a given type. @@ -5521,30 +5273,6 @@ The expected Type The object being examined - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - The message to display in case of failure - - - - Asserts that an object is not an instance of a given type. - - The expected Type - The object being examined - Verifies that two values are equal. If they are not, then an @@ -5719,45 +5447,6 @@ The maximum acceptable difference between the the expected and the actual - - - Verifies that two doubles are equal considering a delta. If the - expected value is infinity then the delta value is ignored. If - they are not equal then an is - thrown. - - The expected value - The actual value - The maximum acceptable difference between the - the expected and the actual - The message to display in case of failure - Array of objects to be used in formatting the message - - - - Verifies that two doubles are equal considering a delta. If the - expected value is infinity then the delta value is ignored. If - they are not equal then an is - thrown. - - The expected value - The actual value - The maximum acceptable difference between the - the expected and the actual - The message to display in case of failure - - - - Verifies that two doubles are equal considering a delta. If the - expected value is infinity then the delta value is ignored. If - they are not equal then an is - thrown. - - The expected value - The actual value - The maximum acceptable difference between the - the expected and the actual - Verifies that two objects are equal. Two objects are considered @@ -7218,12 +6907,17 @@ The arguments originally provided to the attribute - + - Get or set the type arguments. If not set - explicitly, any leading arguments that are - Types are taken as type arguments. + Gets or sets a value indicating whether this should be ignored. + true if ignore; otherwise, false. + + + + Gets or sets the ignore reason. May set Ignored as a side effect. + + The ignore reason. @@ -7739,16 +7433,17 @@ - Marks a test with a timeout value in milliseconds. The - test will be run in a separate thread and cancelled if - the timeout is exceeded. + WUsed on a method, marks the test with a timeout value in milliseconds. + The test will be run in a separate thread and is cancelled if the timeout + is exceeded. Used on a method or assembly, sets the default timeout + for all contained test methods. Construct a TimeoutAttribute given a time in milliseconds - + The timeout value in milliseconds @@ -7859,15 +7554,15 @@ The message that will be displayed on failure Arguments to be used in formatting the message - + - Apply a constraint to a referenced value, succeeding if the constraint + Apply a constraint to a referenced boolean, succeeding if the constraint is satisfied and throwing an assertion exception on failure. A Constraint to be applied The actual value to test - + Apply a constraint to a referenced value, succeeding if the constraint is satisfied and throwing an assertion exception on failure. @@ -7876,12 +7571,12 @@ The actual value to test The message that will be displayed on failure - + Apply a constraint to a referenced value, succeeding if the constraint is satisfied and throwing an assertion exception on failure. - A Constraint to be applied + A Constraint to be applied The actual value to test The message that will be displayed on failure Arguments to be used in formatting the message @@ -8108,29 +7803,29 @@ The message that will be displayed on failure Arguments to be used in formatting the message - + - Apply a constraint to a referenced value, succeeding if the constraint + Apply a constraint to a referenced boolean, succeeding if the constraint is satisfied and throwing an InconclusiveException on failure. - A Constraint expression to be applied + A Constraint to be applied The actual value to test - + Apply a constraint to a referenced value, succeeding if the constraint is satisfied and throwing an InconclusiveException on failure. - A Constraint expression to be applied + A Constraint to be applied The actual value to test The message that will be displayed on failure - + Apply a constraint to a referenced value, succeeding if the constraint is satisfied and throwing an InconclusiveException on failure. - A Constraint expression to be applied + A Constraint to be applied The actual value to test The message that will be displayed on failure Arguments to be used in formatting the message @@ -8236,60 +7931,30 @@ value is of the exact type supplied as an argument. - - - Returns a constraint that tests whether the actual - value is of the exact type supplied as an argument. - - Returns a constraint that tests whether the actual value is of the type supplied as an argument or a derived type. - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - Returns a constraint that tests whether the actual value is of the type supplied as an argument or a derived type. - - - Returns a constraint that tests whether the actual value - is of the type supplied as an argument or a derived type. - - Returns a constraint that tests whether the actual value is assignable from the type supplied as an argument. - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - Returns a constraint that tests whether the actual value is assignable from the type supplied as an argument. - - - Returns a constraint that tests whether the actual value - is assignable from the type supplied as an argument. - - Returns a constraint that tests whether the actual value @@ -9103,26 +8768,36 @@ Creates a constraint specifying the exact type of exception expected - - - Creates a constraint specifying the exact type of exception expected - - Creates a constraint specifying the type of exception expected - - - Creates a constraint specifying the type of exception expected - - Creates a constraint specifying an expected exception + + + Creates a constraint specifying an exception with a given InnerException + + + + + Creates a constraint specifying an expected TargetInvocationException + + + + + Creates a constraint specifying an expected TargetInvocationException + + + + + Creates a constraint specifying an expected TargetInvocationException + + Creates a constraint specifying that no exception is thrown @@ -9160,18 +8835,6 @@ guaranteed to be called, even if an exception is thrown. - - - The Catch class is used to capture an exception. - - - - - Capture any exception that is thrown by the delegate - - A TestDelegate - The exception thrown, or null - Helper class with static methods used to supply constraints @@ -9244,6 +8907,17 @@ The maximum elapsed time in milliseconds + + + Summary description for SetUICultureAttribute. + + + + + Construct given the name of a culture + + + Summary description for DirectoryAssert diff --git a/lib/Net/2.0/DotNetMock.Framework.dll b/lib/Net/2.0/DotNetMock.Framework.dll index b91f079f..7831d4eb 100644 Binary files a/lib/Net/2.0/DotNetMock.Framework.dll and b/lib/Net/2.0/DotNetMock.Framework.dll differ diff --git a/lib/Net/2.0/DotNetMock.dll b/lib/Net/2.0/DotNetMock.dll index 794065d3..4ebee5cc 100644 Binary files a/lib/Net/2.0/DotNetMock.dll and b/lib/Net/2.0/DotNetMock.dll differ diff --git a/lib/Net/2.0/nunit.core.dll b/lib/Net/2.0/nunit.core.dll index 96068142..6fd79cf1 100644 Binary files a/lib/Net/2.0/nunit.core.dll and b/lib/Net/2.0/nunit.core.dll differ diff --git a/lib/Net/2.0/nunit.core.interfaces.dll b/lib/Net/2.0/nunit.core.interfaces.dll index caf4a598..2794827b 100644 Binary files a/lib/Net/2.0/nunit.core.interfaces.dll and b/lib/Net/2.0/nunit.core.interfaces.dll differ diff --git a/lib/Net/2.0/nunit.framework.dll b/lib/Net/2.0/nunit.framework.dll index 1c87f11b..2729ddf2 100644 Binary files a/lib/Net/2.0/nunit.framework.dll and b/lib/Net/2.0/nunit.framework.dll differ diff --git a/lib/Net/2.0/nunit.framework.xml b/lib/Net/2.0/nunit.framework.xml index 286c69d9..ccfa9ee6 100644 --- a/lib/Net/2.0/nunit.framework.xml +++ b/lib/Net/2.0/nunit.framework.xml @@ -1498,6 +1498,12 @@ constraint to the Message property of the object being tested. + + + Returns a new ConstraintExpression, which will apply the following + constraint to the InnerException property of the object being tested. + + With is currently a NOP - reserved for future use. @@ -3101,6 +3107,12 @@ constraint to the Message property of the object being tested. + + + Returns a new ConstraintExpression, which will apply the following + constraint to the InnerException property of the object being tested. + + Returns a constraint that tests for null @@ -4100,6 +4112,18 @@ Gets the description of the test + + + Gets a value indicating whether this is ignored. + + true if ignored; otherwise, false. + + + + Gets the ignore reason. + + The ignore reason. + The argument list to be provided to the test @@ -4136,6 +4160,16 @@ to tests without requiring the class to change. + + + If true, indicates that the test case is to be ignored + + + + + The reason for ignoring a test case + + Initializes a new instance of the class. @@ -4229,6 +4263,19 @@ + + + Ignores this TestCase. + + + + + + Ignores this TestCase, specifying the reason. + + The reason. + + Gets the argument list to be provided to the test @@ -4259,6 +4306,18 @@ Gets the description of the test + + + Gets a value indicating whether this is ignored. + + true if ignored; otherwise, false. + + + + Gets the ignore reason. + + The ignore reason. + Gets a list of categories associated with this test. @@ -4376,6 +4435,12 @@ constraint to the Message property of the object being tested. + + + Returns a new ConstraintExpression, which will apply the following + constraint to the InnerException property of the object being tested. + + The List class is a helper class with properties and methods @@ -4540,6 +4605,22 @@ The name of the test. + + + Gets or sets the ignored status of the test + + + + + Gets or sets the ignored status of the test + + + + + Gets the ignore reason. + + The ignore reason. + Thrown when an assertion failed. @@ -4900,6 +4981,84 @@ Type of the expected exception A TestSnippet delegate + + + Verifies that a delegate throws an exception when called + and returns it. + + A TestDelegate + The message that will be displayed on failure + Arguments to be used in formatting the message + + + + Verifies that a delegate throws an exception when called + and returns it. + + A TestDelegate + The message that will be displayed on failure + + + + Verifies that a delegate throws an exception when called + and returns it. + + A TestDelegate + + + + Verifies that a delegate throws an exception of a certain Type + or one derived from it when called and returns it. + + The expected Exception Type + A TestDelegate + The message that will be displayed on failure + Arguments to be used in formatting the message + + + + Verifies that a delegate throws an exception of a certain Type + or one derived from it when called and returns it. + + The expected Exception Type + A TestDelegate + The message that will be displayed on failure + + + + Verifies that a delegate throws an exception of a certain Type + or one derived from it when called and returns it. + + The expected Exception Type + A TestDelegate + + + + Verifies that a delegate throws an exception of a certain Type + or one derived from it when called and returns it. + + The expected Exception Type + A TestDelegate + The message that will be displayed on failure + Arguments to be used in formatting the message + + + + Verifies that a delegate throws an exception of a certain Type + or one derived from it when called and returns it. + + The expected Exception Type + A TestDelegate + The message that will be displayed on failure + + + + Verifies that a delegate throws an exception of a certain Type + or one derived from it when called and returns it. + + The expected Exception Type + A TestDelegate + Verifies that a delegate does not throw an exception @@ -7218,6 +7377,18 @@ The arguments originally provided to the attribute + + + Gets or sets a value indicating whether this should be ignored. + + true if ignore; otherwise, false. + + + + Gets or sets the ignore reason. May set Ignored as a side effect. + + The ignore reason. + Get or set the type arguments. If not set @@ -7739,16 +7910,17 @@ - Marks a test with a timeout value in milliseconds. The - test will be run in a separate thread and cancelled if - the timeout is exceeded. + WUsed on a method, marks the test with a timeout value in milliseconds. + The test will be run in a separate thread and is cancelled if the timeout + is exceeded. Used on a method or assembly, sets the default timeout + for all contained test methods. Construct a TimeoutAttribute given a time in milliseconds - + The timeout value in milliseconds @@ -9123,6 +9295,26 @@ Creates a constraint specifying an expected exception + + + Creates a constraint specifying an exception with a given InnerException + + + + + Creates a constraint specifying an expected TargetInvocationException + + + + + Creates a constraint specifying an expected TargetInvocationException + + + + + Creates a constraint specifying an expected TargetInvocationException + + Creates a constraint specifying that no exception is thrown @@ -9160,18 +9352,6 @@ guaranteed to be called, even if an exception is thrown. - - - The Catch class is used to capture an exception. - - - - - Capture any exception that is thrown by the delegate - - A TestDelegate - The exception thrown, or null - Helper class with static methods used to supply constraints @@ -9244,6 +9424,17 @@ The maximum elapsed time in milliseconds + + + Summary description for SetUICultureAttribute. + + + + + Construct given the name of a culture + + + Summary description for DirectoryAssert diff --git a/src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.2005.csproj b/src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.2005.csproj index 67800145..cee9b4f2 100644 --- a/src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.2005.csproj +++ b/src/Spring/Spring.Messaging.Nms/Spring.Messaging.Nms.2005.csproj @@ -55,6 +55,7 @@ + diff --git a/test/Spring/Spring.Core.Tests/Context/Support/ResourceSetMessageSourceTests.cs b/test/Spring/Spring.Core.Tests/Context/Support/ResourceSetMessageSourceTests.cs index 6cd7930f..f6d901ec 100644 --- a/test/Spring/Spring.Core.Tests/Context/Support/ResourceSetMessageSourceTests.cs +++ b/test/Spring/Spring.Core.Tests/Context/Support/ResourceSetMessageSourceTests.cs @@ -195,7 +195,9 @@ namespace Spring.Context.Support Assert.AreEqual("\"Hello World\"", msg); } #if !MONO + //Spring's CultureTestScope seems incompatible on .NET 1.1 with NUnit's new in 2.5.2 changes for setting UI Culture. [Test] + [SetUICulture("de-DE")] public void MessageAccessFallbackTurnedOff() { DoTestMessageAccess(false, false); @@ -203,6 +205,7 @@ namespace Spring.Context.Support [Test] + [SetUICulture("de-DE")] public void MessageAccessFallbackTurnedOn() { DoTestMessageAccess(false, true); @@ -210,6 +213,7 @@ namespace Spring.Context.Support [Test] + [SetUICulture("de-DE")] public void MessageAccessWithParentAndFallbackTurnedOff() { DoTestMessageAccess(true, false); @@ -231,6 +235,7 @@ namespace Spring.Context.Support /// Happy day scenario where the requested message key is found and substitutions are made. /// [Test] + [SetUICulture("de-DE")] public void ResourceSetMessageSourceGetMessage() { messageSource.ResourceManagers = resourceManagerList; diff --git a/test/Spring/Spring.Core.Tests/Context/Support/StaticMessageSourceTests.cs b/test/Spring/Spring.Core.Tests/Context/Support/StaticMessageSourceTests.cs index 1019c77d..4048b021 100644 --- a/test/Spring/Spring.Core.Tests/Context/Support/StaticMessageSourceTests.cs +++ b/test/Spring/Spring.Core.Tests/Context/Support/StaticMessageSourceTests.cs @@ -45,6 +45,7 @@ namespace Spring.Context.Support } [Test] + [SetUICulture("de-DE")] public void GetMessageDefaultsToCurrentUICulture() { StaticMessageSource msgSource = new StaticMessageSource();