Update of /cvsroot/springnet/Spring.Net/lib/Net/1.1
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv23425/lib/Net/1.1
Added Files:
NUnitAsp.dll NUnitAspEx.dll NUnitAspEx.pdb NUnitAspEx.xml
nunit.core.dll nunit.core.interfaces.dll
Log Message:
nant build script's variable ${nowarn.numbers.test} renamed to ${nowarn.numbers.test.default}
DataBindingPanel -> added design-time support (SPRNET-774)
DataBindingPanel -> added examples to SpringWebQuickstart "EasyEmplyeeInfo" (SPRNET-787)
integrated NUnitAspEx (SPRNET-788)
added PageHandlerFactory tests w.r.t. Server.Transfer() (SPRNET-763)
--- NEW FILE: NUnitAspEx.xml ---
<?xml version="1.0"?>
<doc>
<assembly>
<name>NUnitAspEx</name>
</assembly>
<members>
<member name="T:NUnitAspEx.Client.AspFixtureRequest">
<summary>
Encapsulates a request from within a testsuite marked as <see cref="T:NUnitAspEx.AspTestFixtureAttribute"/> using the "asptest://" pseudo-protocol.
</summary>
</member>
<member name="T:NUnitAspEx.Client.CustomizableHttpWebRequest">
<summary>
Encapsulates the ugly details of deriving from HttpWebRequest.
</summary>
<remarks>
Since various frameworks like NUnitAsp rely on the output of WebRequest.Create() being of type HttpWebRequest
but HttpWebRequest is not customizable the easy way, this class shields further derived classes from the ugly reflection details.
</remarks>
</member>
<member name="M:NUnitAspEx.Client.CustomizableHttpWebRequest.#ctor(System.Uri)">
<summary>
Creates a new instance for the given uri.
</summary>
<param name="uri">the <see cref="P:NUnitAspEx.Client.CustomizableHttpWebRequest.Uri"/> to create this request for.</param>
</member>
<member name="M:NUnitAspEx.Client.CustomizableHttpWebRequest.CreateHttpWebRequestSerializationInfo(System.Uri)">
<summary>
</summary>
<param name="uri"></param>
<returns></returns>
</member>
<member name="M:NUnitAspEx.Client.CustomizableHttpWebRequest.SubmitRequest(System.Byte[],System.IO.Stream)">
<summary>
Override this method in your derived class and call <see cref="M:NUnitAspEx.Client.CustomizableHttpWebRequest.SetResponse(System.Net.HttpWebResponse)"/> to set the response object.
</summary>
</member>
<member name="M:NUnitAspEx.Client.CustomizableHttpWebRequest.CreateOutputStream">
<summary>
Create the stream to be used for uploading content.
</summary>
<returns></returns>
</member>
<member name="T:NUnitAspEx.Client.AspFixtureResponse">
<summary>
Encapsulates a response from an <see cref="T:NUnitAspEx.Client.AspFixtureRequest"/>.
</summary>
</member>
<member name="T:NUnitAspEx.Client.CustomizableHttpWebResponse">
<summary>
Encapsulates the ugly details of deriving from HttpWebResponse.
</summary>
</member>
<member name="T:NUnitAspEx.Client.HttpReflectionUtils">
<summary>
Summary description for HttpReflectionUtils.
</summary>
</member>
<member name="T:NUnitAspEx.Client.HttpWebClient">
<summary>
Summary description for HttpWebClient.
</summary>
</member>
<member name="T:NUnitAspEx.Core.AspFixtureHost">
<summary>
An AspFixtureHost lives inside it's own AppDomain with an initialized HttpRuntime.
</summary>
</member>
<member name="T:NUnitAspEx.IAspFixtureHost">
<summary>
Summary description for IAspFixtureHost.
</summary>
</member>
<member name="M:NUnitAspEx.Core.AspFixtureHost.CreateInstance(NUnitAspEx.AspTestFixtureAttribute,System.String)">
<summary>
Creates a new Host instance within a new AppDomain based on the Properties of the passed <see cref="T:NUnitAspEx.AspTestFixtureAttribute"/>.
</summary>
<remarks>
You must not call this method from within an existing Host's AppDomain.
</remarks>
</member>
<member name="M:NUnitAspEx.Core.AspFixtureHost.ShutDown(NUnitAspEx.Core.AspFixtureHost)">
<summary>
Unload the passed Host's AppDomain.
</summary>
</member>
<member name="M:NUnitAspEx.Core.AspFixtureHost.InitializeLifetimeService">
<summary>
Return null to avoid timing out of remoting references
</summary>
<returns></returns>
</member>
<member name="M:NUnitAspEx.Core.AspFixtureHost.Initialize(System.String,System.AppDomain,System.IO.TextWriter,System.String[])">
<summary>
Initializes the newly created host instance.
</summary>
</member>
<member name="M:NUnitAspEx.Core.AspFixtureHost.CreateAndExecuteTestSuite(System.Type,NUnit.Core.TestSuiteResult,NUnit.Core.EventListener,NUnit.Core.ITestFilter)">
<summary>
Creates a new TestSuite using the passed <c>fixtureType</c> and executes it immediately
</summary>
<remarks>
This method is called by <see cref="M:NUnitAspEx.Core.AspTestFixture.Run(NUnit.Core.EventListener,NUnit.Core.ITestFilter)"/>
</remarks>
</member>
<member name="P:NUnitAspEx.Core.AspFixtureHost.Current">
<summary>
Use this property to gain access to the Host from within the Host's AppDomain
</summary>
<remarks>
This property is set only within the Host's AppDomain.
Outside the AppDomain it will always return null.
</remarks>
</member>
<member name="P:NUnitAspEx.Core.AspFixtureHost.SyncRoot">
<summary>
Use to synchronize access to this host instance
</summary>
</member>
<member name="P:NUnitAspEx.Core.AspFixtureHost.CreatorDomain">
<summary>
Returns a reference to the AppDomain, that created this Host instance
</summary>
</member>
<member name="P:NUnitAspEx.Core.AspFixtureHost.RootLocation">
<summary>
Returns the physical assembly reference location this AppDomain has been created from.
</summary>
</member>
<member name="M:NUnitAspEx.Core.AspTestFixture.Run(NUnit.Core.EventListener,NUnit.Core.ITestFilter)">
<summary>
Create the ASP.NET AppDomain and executes the fixture there.
</summary>
</member>
<member name="M:NUnitAspEx.Core.AspTestFixture.RunWithinHost(NUnit.Core.TestSuiteResult,NUnit.Core.EventListener,NUnit.Core.ITestFilter)">
<summary>
Create the ASP.NET AppDomain and executes the fixture there.
</summary>
</member>
<member name="T:NUnitAspEx.Core.AspTestFixtureBuilder">
<summary>
AspTestFixtureBuilder knows how to build an [AspTestFixture]
</summary>
</member>
<member name="T:NUnitAspEx.Core.AspTestMethod">
<summary>
Summary description for AspTestMethod.
</summary>
</member>
<member name="M:NUnitAspEx.Core.AspTestMethod.DoRunFromWithinWorkerRequest">
<summary>
"Callback" from within an executing HttpWorkerRequest
</summary>
</member>
<member name="T:NUnitAspEx.Core.LongLivingMarshalByRefObject">
<summary>
class LongLivingMarshalByRefObject
</summary>
<author>Erich Eichinger</author>
<created>02.12.2007 00:47:53</created>
<version>$Id: NUnitAspEx.xml,v 1.1 2007/12/03 16:11:31 oakinger Exp $</version>
</member>
<member name="T:NUnitAspEx.Core.RemotableEventListenerProxy">
<summary>
Wraps a local EventListener to be able to pass events across AppDomains.
</summary>
<remarks>
Suppresses the call to SuiteStarted/SuiteFinished. These calls must *not* occur from within a remote AppDomain!
</remarks>
</member>
<member name="T:NUnitAspEx.AspTestAttribute">
<summary>
Summary description for AspTestAttribute.
</summary>
</member>
<member name="T:NUnitAspEx.AspTestClient">
<summary>
Summary description for AspTestClient.
</summary>
</member>
<member name="T:NUnitAspEx.AspTestContext">
<summary>
Summary description for AspTestContext.
</summary>
</member>
<member name="T:NUnitAspEx.AspTestExecutionModule">
<summary>
Summary description for AspTestExecutionModule.
</summary>
</member>
<member name="T:NUnitAspEx.AspTestFixtureAttribute">
<summary>
AspTestFixtureAttribute is used to identify a AspTestFixture class
</summary>
</member>
<member name="T:NUnitAspEx.AspTestMethodHandler">
<summary>
Executes current TestMethod during ProcessRequest(), if any
</summary>
</member>
<member name="T:NUnitAspEx.NUnitAddinHelper">
<summary>
You MUST implement 1 class per assembly containing an AspTestFixture that derives
from this helper class and mark it using NUnitAddinAttribute (from nunit.core.interfaces assembly).
</summary>
<example>
[NUnit.Core.Extensibility.NUnitAddin]
public class MyNUnitAddinHelper : NUnitAddinHelper
{}
</example>
</member>
</members>
</doc>
--- NEW FILE: NUnitAspEx.pdb ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: NUnitAsp.dll ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: nunit.core.interfaces.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: NUnitAspEx.dll ---
(This appears to be a binary file; contents omitted.)
|