Update of /cvsroot/adapdev/Adapdev/lib/nunit220
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9572/lib/nunit220
Added Files:
mock-assembly.dll nonamespace-assembly.dll
notestfixtures-assembly.dll nunit.core.dll
nunit.extensions.dll nunit.framework.dll nunit.mocks.dll
nunit.tests.dll nunit.tests.dll.config nunit.uikit.dll
nunit.util.dll
Log Message:
--- NEW FILE: notestfixtures-assembly.dll ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: mock-assembly.dll ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: nunit.core.dll ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: nunit.extensions.dll ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: nunit.tests.dll.config ---
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<!--
This is the configuration file for the nunit.tests.dll assembly. You may
need to create a similar configuration file for your own tests.
In your own configuration file, the include any appSettings that you require.
The <NUnit> section is only needed if you want to use a non-default value
for any of the settings.
-->
<configSections>
<sectionGroup name="NUnit">
<section name="TestRunner" type="System.Configuration.NameValueSectionHandler"/>
</sectionGroup>
</configSections>
<appSettings>
<!-- User application and configured property settings go here.-->
<!-- Example: <add key="settingName" value="settingValue"/> -->
<add key="test.setting" value="54321" />
</appSettings>
<NUnit>
<TestRunner>
<!-- Valid values are STA,MTA. Others ignored. -->
<add key="ApartmentState" value="MTA" />
<!-- See ThreadPriority enum for other valid values -->
<add key="ThreadPriority" value="Normal" />
</TestRunner>
</NUnit>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="nunit.framework"
publicKeyToken="96d09a1eb7f44a77"
culture="neutral" />
<bindingRedirect oldVersion="2.1.4.0 - 2.2.1.65535"
newVersion="2.2.2.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
--- NEW FILE: nunit.tests.dll ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: nunit.uikit.dll ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: nunit.util.dll ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: nunit.framework.dll ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: nunit.mocks.dll ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: nonamespace-assembly.dll ---
(This appears to be a binary file; contents omitted.)
|