Return-Path: X-Original-To: apmail-lucene-lucene-net-commits-archive@www.apache.org Delivered-To: apmail-lucene-lucene-net-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA76E9B2A for ; Sun, 13 Nov 2011 02:03:09 +0000 (UTC) Received: (qmail 65032 invoked by uid 500); 13 Nov 2011 02:03:09 -0000 Delivered-To: apmail-lucene-lucene-net-commits-archive@lucene.apache.org Received: (qmail 64991 invoked by uid 500); 13 Nov 2011 02:03:09 -0000 Mailing-List: contact lucene-net-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@lucene.apache.org Delivered-To: mailing list lucene-net-commits@lucene.apache.org Received: (qmail 64984 invoked by uid 99); 13 Nov 2011 02:03:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Nov 2011 02:03:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Nov 2011 02:03:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6FDFF238897F; Sun, 13 Nov 2011 02:02:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Sun, 13 Nov 2011 02:02:39 -0000 To: lucene-net-commits@lucene.apache.org From: pnasser@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111113020245.6FDFF238897F@eris.apache.org> Subject: [Lucene.Net] svn commit: r1201390 [2/5] - in /incubator/lucene.net/trunk: lib/NUnit.org/NUnit/2.5.9/ lib/NUnit.org/NUnit/2.5.9/bin/net-1.1/framework/ lib/NUnit.org/NUnit/2.5.9/doc/ src/core/ src/demo/Demo.Common/HTML/ Modified: incubator/lucene.net/trunk/lib/NUnit.org/NUnit/2.5.9/bin/net-1.1/framework/nunit.framework.xml URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/lib/NUnit.org/NUnit/2.5.9/bin/net-1.1/framework/nunit.framework.xml?rev=1201390&r1=1201389&r2=1201390&view=diff ============================================================================== --- incubator/lucene.net/trunk/lib/NUnit.org/NUnit/2.5.9/bin/net-1.1/framework/nunit.framework.xml (original) +++ incubator/lucene.net/trunk/lib/NUnit.org/NUnit/2.5.9/bin/net-1.1/framework/nunit.framework.xml Sun Nov 13 02:02:25 2011 @@ -1,20 +1,20 @@ - - - - nunit.framework - - - + + + + nunit.framework + + + Attribute used to apply a category to a test - - + + The name of the category - - + + Construct attribute for a given category based on a name. The name may not contain the characters ',', @@ -26,239 +26,239 @@ runnable. The name of the category - - + + Protected constructor uses the Type name as the name of the category. - - + + The name of the category - - + + Used to mark a field for use as a datapoint when executing a theory within the same fixture that requires an argument of the field's Type. - - + + Used to mark an array as containing a set of datapoints to be used executing a theory within the same fixture that requires an argument of the Type of the array elements. - - + + Attribute used to provide descriptive text about a test case or fixture. - - + + Construct the attribute Text describing the test - - + + Gets the test description - - + + Enumeration indicating how the expected message parameter is to be used - - + + Expect an exact match - - + + Expect a message containing the parameter string - - + + Match the regular expression provided as a parameter - - + + Expect a message that starts with the parameter string - - + + ExpectedExceptionAttribute - - + + Constructor for a non-specific exception - - + + Constructor for a given type of exception The type of the expected exception - - + + Constructor for a given exception name The full name of the expected exception - - + + Gets or sets the expected exception type - - + + Gets or sets the full Type name of the expected exception - - + + Gets or sets the expected message text - - + + Gets or sets the user message displayed in case of failure - - + + Gets or sets the type of match to be performed on the expected message - - + + Gets the name of a method to be used as an exception handler - - + + ExplicitAttribute marks a test or test fixture so that it will only be run if explicitly executed from the gui or command line or if it is included by use of a filter. The test will not be run simply because an enclosing suite is run. - - + + Default constructor - - + + Constructor with a reason The reason test is marked explicit - - + + The reason test is marked explicit - - + + Attribute used to mark a test that is to be ignored. Ignored tests result in a warning message when the tests are run. - - + + Constructs the attribute without giving a reason for ignoring the test. - - + + Constructs the attribute giving a reason for ignoring the test The reason for ignoring the test - - + + The reason for ignoring a test - - + + Abstract base for Attributes that are used to include tests in the test run based on environmental settings. - - + + Constructor with no included items specified, for use with named property syntax. - - + + Constructor taking one or more included items Comma-delimited list of included items - - + + Name of the item that is needed in order for a test to run. Multiple itemss may be given, separated by a comma. - - + + Name of the item to be excluded. Multiple items may be given, separated by a comma. - - + + The reason for including or excluding the test - - + + PlatformAttribute is used to mark a test fixture or an individual method as applying to a particular platform only. - - + + Constructor with no platforms specified, for use with named property syntax. - - + + Constructor taking one or more platforms Comma-deliminted list of platforms - - + + CultureAttribute is used to mark a test fixture or an individual method as applying to a particular Culture only. - - + + Constructor with no cultures specified, for use with named property syntax. - - + + Constructor taking one or more cultures Comma-deliminted list of cultures - - + + Marks a test to use a combinatorial join of any argument data provided. NUnit will create a test case for every combination of @@ -266,40 +266,40 @@ cases and so should be used judiciously. This is the default join type, so the attribute need not be used except as documentation. - - + + PropertyAttribute is used to attach information to a test as a name/value pair.. - - + + Construct a PropertyAttribute with a name and string value The name of the property The property value - - + + Construct a PropertyAttribute with a name and int value The name of the property The property value - - + + Construct a PropertyAttribute with a name and double value The name of the property The property value - - + + Constructor for derived classes that set the property dictionary directly. - - + + Constructor for use by derived classes that use the name of the type as the property name. Derived classes @@ -308,31 +308,31 @@ types will cause a serialization Exception when in the client. - - + + Gets the property dictionary for this attribute - - + + Default constructor - - + + Marks a test to use pairwise join of any argument data provided. NUnit will attempt too excercise every pair of argument values at least once, using as small a number of test cases as it can. With only two arguments, this is the same as a combinatorial join. - - + + Default constructor - - + + Marks a test to use a sequential join of any argument data provided. NUnit will use arguements for each parameter in @@ -341,47 +341,47 @@ for which it runs out of values. Normally, this should be used with the same number of arguments for each parameter. - - + + Default constructor - - + + Summary description for MaxTimeAttribute. - - + + Construct a MaxTimeAttribute, given a time in milliseconds. The maximum elapsed time in milliseconds - - + + RandomAttribute is used to supply a set of random values to a single parameter of a parameterized test. - - + + ValuesAttribute is used to provide literal arguments for an individual parameter of a test. - - + + Abstract base class for attributes that apply to parameters and supply data for the parameter. - - + + Gets the data to be provided to the specified parameter - - + + The collection of data to be returned. Must be set by any derived attribute classes. @@ -389,226 +389,226 @@ elements may have their type changed in GetData if necessary. - - + + Construct with one argument - - + + Construct with two arguments - - + + Construct with three arguments - - + + Construct with an array of arguments - - + + Get the collection of values to be used as arguments - - + + Construct a set of doubles from 0.0 to 1.0, specifying only the count. - - + + Construct a set of doubles from min to max - - + + Construct a set of ints from min to max - - + + Get the collection of values to be used as arguments - - + + RangeAttribute is used to supply a range of values to an individual parameter of a parameterized test. - - + + Construct a range of ints using default step of 1 - - + + Construct a range of ints specifying the step size - - + + Construct a range of longs - - + + Construct a range of doubles - - + + Construct a range of floats - - + + RepeatAttribute may be applied to test case in order to run it multiple times. - - + + Construct a RepeatAttribute The number of times to run the test - - + + RequiredAddinAttribute may be used to indicate the names of any addins that must be present in order to run some or all of the tests in an assembly. If the addin is not loaded, the entire assembly is marked as NotRunnable. - - + + Initializes a new instance of the class. The required addin. - - + + Gets the name of required addin. The required addin name. - - + + Summary description for SetCultureAttribute. - - + + Construct given the name of a culture - - + + Summary description for SetUICultureAttribute. - - + + Construct given the name of a culture - - + + Attribute used to mark a class that contains one-time SetUp and/or TearDown methods that apply to all the tests in a namespace or an assembly. - - + + SetUpFixtureAttribute is used to identify a SetUpFixture - - + + Attribute used to mark a static (shared in VB) property that returns a list of tests. - - + + Attribute used to identify a method that is called immediately after each test is run. The method is guaranteed to be called, even if an exception is thrown. - - - - Adding this attribute to a method within a - class makes the method callable from the NUnit test runner. There is a property - called Description which is optional which you can provide a more detailed test - description. This class cannot be inherited. - - - - [TestFixture] - public class Fixture - { - [Test] - public void MethodToTest() - {} - - [Test(Description = "more detailed description")] - publc void TestDescriptionMethod() - {} - } - - - - + + + + Adding this attribute to a method within a + class makes the method callable from the NUnit test runner. There is a property + called Description which is optional which you can provide a more detailed test + description. This class cannot be inherited. + + + + [TestFixture] + public class Fixture + { + [Test] + public void MethodToTest() + {} + + [Test(Description = "more detailed description")] + publc void TestDescriptionMethod() + {} + } + + + + Descriptive text for this test - - + + TestCaseAttribute is used to mark parameterized test cases and provide them with their arguments. - - + + The ITestCaseData interface is implemented by a class that is able to return complete testcases for use by @@ -621,263 +621,263 @@ the core is able to reflect successfully over the framework implementations of ITestCaseData. - - + + Gets the argument list to be provided to the test - - + + Gets the expected result - - + + Gets the expected exception Type - - + + Gets the FullName of the expected exception - - + + Gets the name to be used for the test - - + + Gets the description of the test - - - - Gets a value indicating whether this is ignored. - - true if ignored; otherwise, false. - - + + + + Gets a value indicating whether this is ignored. + + true if ignored; otherwise, false. + + Gets the ignore reason. The ignore reason. - - + + Construct a TestCaseAttribute with a list of arguments. This constructor is not CLS-Compliant - - + + Construct a TestCaseAttribute with a single argument - - + + Construct a TestCaseAttribute with a two arguments - - + + Construct a TestCaseAttribute with a three arguments - - + + Gets the list of arguments to a test case - - + + Gets or sets the expected result. The result. - - + + Gets or sets the expected exception. The expected exception. - - + + Gets or sets the name the expected exception. The expected name of the exception. - - + + Gets or sets the expected message of the expected exception The expected message of the exception. - - + + Gets or sets the type of match to be performed on the expected message - - + + Gets or sets the description. The description. - - + + Gets or sets the name of the test. 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. - - + + FactoryAttribute indicates the source to be used to provide test cases for a test method. - - + + Construct with the name of the factory - for use with languages that don't support params arrays. An array of the names of the factories that will provide data - - + + Construct with a Type and name - for use with languages that don't support params arrays. The Type that will provide data The name of the method, property or field that will provide data - - + + The name of a the method, property or fiend to be used as a source - - + + A Type to be used as a source - - + + [TestFixture] public class ExampleClass {} - - + + Default constructor - - + + Construct with a object[] representing a set of arguments. In .NET 2.0, the arguments may later be separated into type arguments and constructor arguments. - - + + Descriptive text for this fixture - - + + 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 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. - - + + Attribute used to identify a method that is called before any tests in a fixture are run. - - + + Attribute used to identify a method that is called after all the tests in a fixture have run. The method is guaranteed to be called, even if an exception is thrown. - - - - Adding this attribute to a method within a - class makes the method callable from the NUnit test runner. There is a property - called Description which is optional which you can provide a more detailed test - description. This class cannot be inherited. - - - - [TestFixture] - public class Fixture - { - [Test] - public void MethodToTest() - {} - - [Test(Description = "more detailed description")] - publc void TestDescriptionMethod() - {} - } - - - - + + + + Adding this attribute to a method within a + class makes the method callable from the NUnit test runner. There is a property + called Description which is optional which you can provide a more detailed test + description. This class cannot be inherited. + + + + [TestFixture] + public class Fixture + { + [Test] + public void MethodToTest() + {} + + [Test(Description = "more detailed description")] + publc void TestDescriptionMethod() + {} + } + + + + 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 - - + + Marks a test that must run in the STA, causing it to run in a separate thread if necessary. @@ -885,13 +885,13 @@ On methods, you may also use STAThreadAttribute to serve the same purpose. - - + + Construct a RequiresSTAAttribute - - + + Marks a test that must run in the MTA, causing it to run in a separate thread if necessary. @@ -899,130 +899,130 @@ On methods, you may also use MTAThreadAttribute to serve the same purpose. - - + + Construct a RequiresMTAAttribute - - + + Marks a test that must run on a separate thread. - - + + Construct a RequiresThreadAttribute - - + + Construct a RequiresThreadAttribute, specifying the apartment - - + + ValueSourceAttribute indicates the source to be used to provide data for one parameter of a test method. - - + + Construct with the name of the factory - for use with languages that don't support params arrays. The name of the data source to be used - - + + Construct with a Type and name - for use with languages that don't support params arrays. The Type that will provide data The name of the method, property or field that will provide data - - + + The name of a the method, property or fiend to be used as a source - - + + A Type to be used as a source - - + + AttributeExistsConstraint tests for the presence of a specified attribute on a Type. - - + + The Constraint class is the base of all built-in constraints within NUnit. It provides the operator overloads used to combine constraints. - - + + The IConstraintExpression interface is implemented by all complete and resolvable constraints and expressions. - - + + Return the top-level constraint for this expression - - + + Static UnsetObject used to detect derived constraints failing to set the actual value. - - + + The actual value being tested against a constraint - - + + The display name of this Constraint for use by ToString() - - + + Argument fields used by ToString(); - - + + The builder holding this constraint - - + + Construct a constraint with no arguments - - + + Construct a constraint with one argument - - + + Construct a constraint with two arguments - - + + Sets the ConstraintBuilder holding this constraint - - + + Write the failure message to the MessageWriter provided as an argument. The default implementation simply passes @@ -1033,15 +1033,15 @@ such as where the error occured can override this. The MessageWriter on which to display the message - - + + Test whether the constraint is satisfied by a given value The value to be tested True for success, false for failure - - + + Test whether the constraint is satisfied by an ActualValueDelegate that returns the value to be tested. @@ -1051,8 +1051,8 @@ An ActualValueDelegate True for success, false for failure - - + + Test whether the constraint is satisfied by a given bool reference. The default implementation simply dereferences the value but @@ -1060,14 +1060,14 @@ A reference to the value to be tested True for success, false for failure - - + + Write the constraint description to a MessageWriter The writer on which the description is displayed - - + + Write the actual value for a failing constraint test to a MessageWriter. The default implementation simply writes @@ -1075,45 +1075,45 @@ perform any formatting. The writer on which the actual value is displayed - - + + Default override of ToString returns the constraint DisplayName followed by any arguments within angle brackets. - - + + Returns the string representation of this constraint - - + + This operator creates a constraint that is satisfied only if both argument constraints are satisfied. - - + + This operator creates a constraint that is satisfied if either of the argument constraints is satisfied. - - + + This operator creates a constraint that is satisfied if the argument constraint is not satisfied. - - + + Returns a DelayedConstraint with the specified delay time. The delay in milliseconds. - - + + Returns a DelayedConstraint with the specified delay time and polling interval. @@ -1121,235 +1121,235 @@ The delay in milliseconds. The interval at which to test the constraint. - - + + The display name of this Constraint for use by ToString(). The default value is the name of the constraint with trailing "Constraint" removed. Derived classes may set this to another name in their constructors. - - + + Returns a ConstraintExpression by appending And to the current constraint. - - + + Returns a ConstraintExpression by appending And to the current constraint. - - + + Returns a ConstraintExpression by appending Or to the current constraint. - - + + Class used to detect any derived constraints that fail to set the actual value in their Matches override. - - + + Constructs an AttributeExistsConstraint for a specific attribute Type - - + + Tests whether the object provides the expected attribute. A Type, MethodInfo, or other ICustomAttributeProvider True if the expected attribute is present, otherwise false - - + + Writes the description of the constraint to the specified writer - - + + AttributeConstraint tests that a specified attribute is present on a Type or other provider and that the value of the attribute satisfies some other constraint. - - + + Abstract base class used for prefixes - - + + The base constraint - - + + Construct given a base constraint - - + + Constructs an AttributeConstraint for a specified attriute Type and base constraint. - - + + Determines whether the Type or other provider has the expected attribute and if its value matches the additional constraint specified. - - + + Writes a description of the attribute to the specified writer. - - + + Writes the actual value supplied to the specified writer. - - + + Returns a string representation of the constraint. - - + + BasicConstraint is the abstract base for constraints that perform a simple comparison to a constant value. - - + + Initializes a new instance of the class. The expected. The description. - - + + Test whether the constraint is satisfied by a given value The value to be tested True for success, false for failure - - + + Write the constraint description to a MessageWriter The writer on which the description is displayed - - + + NullConstraint tests that the actual value is null - - + + Initializes a new instance of the class. - - + + TrueConstraint tests that the actual value is true - - + + Initializes a new instance of the class. - - + + FalseConstraint tests that the actual value is false - - + + Initializes a new instance of the class. - - + + NaNConstraint tests that the actual value is a double or float NaN - - + + Test that the actual value is an NaN - - + + Write the constraint description to a specified writer - - + + BinaryConstraint is the abstract base of all constraints that combine two other constraints in some fashion. - - + + The first constraint being combined - - + + The second constraint being combined - - + + Construct a BinaryConstraint from two other constraints The first constraint The second constraint - - + + AndConstraint succeeds only if both members succeed. - - + + Create an AndConstraint from two other constraints The first constraint The second constraint - - + + Apply both member constraints to an actual value, succeeding succeeding only if both of them succeed. The actual value True if the constraints both succeeded - - + + Write a description for this contraint to a MessageWriter The MessageWriter to receive the description - - + + Write the actual value for a failing constraint test to a MessageWriter. The default implementation simply writes @@ -1357,51 +1357,51 @@ perform any formatting. The writer on which the actual value is displayed - - + + OrConstraint succeeds if either member succeeds - - + + Create an OrConstraint from two other constraints The first constraint The second constraint - - + + Apply the member constraints to an actual value, succeeding succeeding as soon as one of them succeeds. The actual value True if either constraint succeeded - - + + Write a description for this contraint to a MessageWriter The MessageWriter to receive the description - - + + CollectionConstraint is the abstract base class for constraints that operate on collections. - - + + Construct an empty CollectionConstraint - - + + Construct a CollectionConstraint - - + + Determines whether the specified enumerable is empty. @@ -1409,329 +1409,329 @@ true if the specified enumerable is empty; otherwise, false. - - + + Test whether the constraint is satisfied by a given value The value to be tested True for success, false for failure - - + + Protected method to be implemented by derived classes - - + + CollectionItemsEqualConstraint is the abstract base class for all collection constraints that apply some notion of item equality as a part of their operation. - - + + Construct an empty CollectionConstraint - - + + [... 12580 lines stripped ...]