IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
The PropertyNames class provides static constants for the standard property ids that NUnit uses on tests. More...
Public Attributes | |
const string | AppDomain = "_APPDOMAIN" |
The FriendlyName of the AppDomain in which the assembly is running More... | |
const string | JoinType = "_JOINTYPE" |
The selected strategy for joining parameter data into test cases More... | |
const string | ProcessID = "_PID" |
The process ID of the executing assembly More... | |
const string | ProviderStackTrace = "_PROVIDERSTACKTRACE" |
The stack trace from any data provider that threw an exception. More... | |
const string | SkipReason = "_SKIPREASON" |
The reason a test was not run More... | |
const string | Author = "Author" |
The author of the tests More... | |
const string | ApartmentState = "ApartmentState" |
The ApartmentState required for running the test More... | |
const string | Category = "Category" |
The categories applying to a test More... | |
const string | Description = "Description" |
The Description of a test More... | |
const string | LevelOfParallelism = "LevelOfParallelism" |
The number of threads to be used in running tests More... | |
const string | MaxTime = "MaxTime" |
The maximum time in ms, above which the test is considered to have failed More... | |
const string | ParallelScope = "ParallelScope" |
The ParallelScope associated with a test More... | |
const string | RepeatCount = "Repeat" |
The number of times the test should be repeated More... | |
const string | RequiresThread = "RequiresThread" |
Indicates that the test should be run on a separate thread More... | |
const string | SetCulture = "SetCulture" |
The culture to be set for a test More... | |
const string | SetUICulture = "SetUICulture" |
The UI culture to be set for a test More... | |
const string | TestOf = "TestOf" |
The type that is under test More... | |
const string | Timeout = "Timeout" |
The timeout value for the test More... | |
const string | IgnoreUntilDate = "IgnoreUntilDate" |
The test will be ignored until the given date More... | |
The PropertyNames class provides static constants for the standard property ids that NUnit uses on tests.
const string NUnit.Framework.Internal.PropertyNames.AppDomain = "_APPDOMAIN" |
The FriendlyName of the AppDomain in which the assembly is running
Referenced by NUnit.Framework.Api.DefaultTestAssemblyBuilder.BuildTestAssembly().
const string NUnit.Framework.Internal.PropertyNames.JoinType = "_JOINTYPE" |
The selected strategy for joining parameter data into test cases
Referenced by NUnit.Framework.CombiningStrategyAttribute.ApplyToTest(), NUnit.Framework.Attributes.ApplyToTestTests.CombinatorialAttributeSetsJoinType(), NUnit.Framework.Attributes.ApplyToTestTests.CombinatorialAttributeSetsJoinTypeOnNonRunnableTest(), NUnit.Framework.Attributes.ApplyToTestTests.PairwiseAttributeSetsJoinType(), NUnit.Framework.Attributes.ApplyToTestTests.PairwiseAttributeSetsJoinTypeOnNonRunnableTest(), NUnit.Framework.Attributes.ApplyToTestTests.SequentialAttributeSetsJoinType(), and NUnit.Framework.Attributes.ApplyToTestTests.SequentialAttributeSetsJoinTypeOnNonRunnableTest().
const string NUnit.Framework.Internal.PropertyNames.ProcessID = "_PID" |
The process ID of the executing assembly
Referenced by NUnit.Framework.Api.DefaultTestAssemblyBuilder.BuildTestAssembly().
const string NUnit.Framework.Internal.PropertyNames.ProviderStackTrace = "_PROVIDERSTACKTRACE" |
The stack trace from any data provider that threw an exception.
Referenced by NUnit.Framework.Internal.Commands.SkipCommand.GetProviderStackTrace(), NUnit.Framework.Internal.Execution.CompositeWorkItem.GetProviderStackTrace(), and NUnit.Framework.Internal.TestParameters.TestParameters().
const string NUnit.Framework.Internal.PropertyNames.SkipReason = "_SKIPREASON" |
The reason a test was not run
Referenced by NUnit.Framework.Internal.Builders.NUnitTestFixtureBuilder.AddTestCasesToFixture(), NUnit.Framework.PlatformAttribute.ApplyToTest(), NUnit.Framework.CultureAttribute.ApplyToTest(), NUnit.Framework.ExplicitAttribute.ApplyToTest(), NUnit.Framework.IgnoreAttribute.ApplyToTest(), NUnit.Framework.CategoryAttribute.ApplyToTest(), NUnit.Framework.Api.DefaultTestAssemblyBuilder.Build(), NUnit.Framework.SetUpFixtureAttribute.BuildFrom(), NUnit.Framework.Internal.Builders.DefaultSuiteBuilder.BuildFrom(), NUnit.Framework.CombiningStrategyAttribute.BuildFrom(), NUnit.Framework.TestCaseAttribute.BuildFrom(), NUnit.Framework.Api.DefaultTestAssemblyBuilder.BuildTestAssembly(), NUnit.Framework.Attributes.TestFixtureSourceTests.CanIgnoreIndividualFixtures(), NUnit.Framework.Attributes.TestCaseSourceTests.CanIgnoreIndividualTestCases(), NUnit.Framework.Attributes.TestCaseAttributeTests.CanIgnoreIndividualTestCases(), NUnit.Framework.Attributes.TestFixtureSourceTests.CanMarkIndividualFixturesExplicit(), NUnit.Framework.Attributes.TestCaseSourceTests.CanMarkIndividualTestCasesExplicit(), NUnit.Framework.Attributes.TestCaseAttributeTests.CanMarkIndividualTestCasesExplicit(), NUnit.Framework.Internal.TestFixtureTests.CannotRunGenericFixtureWithNoArgsProvided(), NUnit.Framework.Attributes.TestFixtureSourceTests.CheckNotRunnable(), NUnit.Framework.Internal.TestSuite.CheckSetUpTearDownMethods(), NUnit.Framework.Internal.Builders.NUnitTestFixtureBuilder.CheckTestFixtureIsValid(), NUnit.Framework.Attributes.ApplyToTestTests.CultureAttributeExcludingCurrentCultureSkipsTest(), NUnit.Framework.Attributes.ApplyToTestTests.CultureAttributeIncludingOtherCultureSkipsTest(), NUnit.Framework.TestFixtureData.Explicit(), NUnit.Framework.TestCaseData.Explicit(), NUnit.Framework.Attributes.ApplyToTestTests.ExplicitAttributeDoesNotAffectNonRunnableTest(), NUnit.Framework.Attributes.ApplyToTestTests.ExplicitAttributeSetsIgnoreReason(), NUnit.Framework.Internal.TestFixtureTests.FixtureUsingIgnoreAttributeIsIgnored(), NUnit.Framework.Internal.TestFixtureTests.FixtureUsingIgnorePropertyIsIgnored(), NUnit.Framework.Internal.TestFixtureTests.FixtureUsingIgnoreReasonPropertyIsIgnored(), NUnit.Framework.Internal.Commands.SkipCommand.GetSkipReason(), NUnit.Engine.Drivers.Tests.NotRunnableFrameworkDriverTests.GetSkipReason(), NUnit.Engine.Drivers.Tests.NUnit3FrameworkDriverTests.GetSkipReason(), NUnit.Framework.Internal.Execution.CompositeWorkItem.GetSkipReason(), NUnit.Framework.Api.FrameworkControllerTests.GetSkipReason(), NUnit.Framework.TestFixtureData.Ignore(), NUnit.Framework.TestCaseData.Ignore(), NUnit.Framework.Attributes.ApplyToTestTests.IgnoreAttributeDoesNotAffectNonRunnableTest(), NUnit.Framework.Attributes.ApplyToTestTests.IgnoreAttributeSetsIgnoreReason(), NUnit.Framework.Attributes.ApplyToTestTests.IgnoreAttributeUntilSetsTheReason(), NUnit.Framework.Api.TestAssemblyRunnerTests.Load_BadFile_ReturnsNonRunnableSuite(), NUnit.Framework.Api.TestAssemblyRunnerTests.Load_FileNotFound_ReturnsNonRunnableSuite(), NUnit.Framework.Internal.Builders.NUnitTestCaseBuilder.MarkAsNotRunnable(), NUnit.Framework.TestFixtureSourceAttribute.SourceMustBeStaticError(), NUnit.Framework.TestCaseSourceAttribute.SourceMustBeStaticError(), NUnit.Framework.Internal.TestMethodSignatureTests.TestMethodHasAttributesAppliedCorrectlyEvenIfNotRunnable(), and NUnit.Framework.Internal.TestParameters.TestParameters().
const string NUnit.Framework.Internal.PropertyNames.Author = "Author" |
The author of the tests
Referenced by NUnit.Framework.TestAttribute.ApplyToTest(), NUnit.Framework.Tests.Attributes.AuthorTests.Author(), NUnit.Framework.Tests.Attributes.AuthorTests.AuthorOnTestCase(), NUnit.Framework.Tests.Attributes.AuthorTests.FixtureAuthor(), NUnit.Framework.Tests.Attributes.AuthorTests.NoAuthor(), NUnit.Framework.Tests.Attributes.AuthorTests.SeparateAuthorAttribute(), and NUnit.Framework.Tests.Attributes.AuthorTests.SeparateAuthorWithEmailAttribute().
const string NUnit.Framework.Internal.PropertyNames.ApartmentState = "ApartmentState" |
The ApartmentState required for running the test
Referenced by NUnit.Framework.ApartmentAttribute.ApartmentAttribute(), NUnit.Framework.RequiresMTAAttribute.RequiresMTAAttribute(), NUnit.Framework.Attributes.ApplyToTestTests.RequiresMTAAttributeSetsApartmentState(), NUnit.Framework.Attributes.ApplyToTestTests.RequiresMTAAttributeSetsApartmentStateOnNonRunnableTest(), NUnit.Framework.RequiresSTAAttribute.RequiresSTAAttribute(), NUnit.Framework.Attributes.ApplyToTestTests.RequiresSTAAttributeSetsApartmentState(), NUnit.Framework.Attributes.ApplyToTestTests.RequiresSTAAttributeSetsApartmentStateOnNonRunnableTest(), NUnit.Framework.RequiresThreadAttribute.RequiresThreadAttribute(), and NUnit.Framework.Attributes.ApplyToTestTests.RequiresThreadAttributeMaySetApartmentState().
const string NUnit.Framework.Internal.PropertyNames.Category = "Category" |
The categories applying to a test
Referenced by NUnit.Framework.CategoryAttribute.ApplyToTest(), NUnit.Framework.Attributes.ParameterizedTestFixtureTests.CanSpecifyCategory(), NUnit.Framework.Attributes.ParameterizedTestFixtureTests.CanSpecifyMultipleCategories(), NUnit.Framework.Attributes.ApplyToTestTests.CategoryAttributeSetsCategory(), NUnit.Framework.Attributes.ApplyToTestTests.CategoryAttributeSetsCategoryOnNonRunnableTest(), NUnit.Framework.Attributes.ApplyToTestTests.CategoryAttributeSetsMultipleCategories(), NUnit.Framework.TestFixtureSourceAttribute.GetParametersFor(), NUnit.Framework.TestCaseSourceAttribute.GetTestCasesFor(), NUnit.Framework.Internal.Filters.CategoryFilter.Match(), NUnit.Framework.TestCaseData.SetCategory(), NUnit.Framework.Internal.TestXmlTests.SetUp(), NUnit.Framework.Internal.TestResultTests.SetUp(), NUnitLite.NUnit2XmlOutputWriter.WriteCategories(), and NUnitLite.NUnit2XmlOutputWriter.WriteProperties().
const string NUnit.Framework.Internal.PropertyNames.Description = "Description" |
The Description of a test
Referenced by NUnit.Framework.TestAttribute.ApplyToTest(), NUnit.Framework.Attributes.TestCaseAttributeTests.CanSpecifyDescription(), NUnit.Framework.Attributes.DescriptionTests.Description(), NUnit.Framework.Attributes.ApplyToTestTests.DescriptionAttributeSetsDescription(), NUnit.Framework.Attributes.ApplyToTestTests.DescriptionAttributeSetsDescriptionOnNonRunnableTest(), NUnit.Framework.Attributes.DescriptionTests.DescriptionOnTestCase(), NUnit.Framework.Attributes.DescriptionTests.FixtureDescription(), NUnit.Framework.Attributes.DescriptionTests.NoDescription(), NUnit.Framework.Attributes.DescriptionTests.SeparateDescriptionAttribute(), NUnit.Framework.TestCaseData.SetDescription(), NUnit.Framework.Internal.TestXmlTests.SetUp(), NUnit.Framework.Internal.TestResultTests.SetUp(), NUnitLite.NUnit2XmlOutputWriter.StartTestElement(), and NUnit.Framework.Internal.TestMethodSignatureTests.TestMethodHasAttributesAppliedCorrectlyEvenIfNotRunnable().
const string NUnit.Framework.Internal.PropertyNames.LevelOfParallelism = "LevelOfParallelism" |
The number of threads to be used in running tests
const string NUnit.Framework.Internal.PropertyNames.MaxTime = "MaxTime" |
The maximum time in ms, above which the test is considered to have failed
Referenced by NUnit.Framework.Attributes.ApplyToTestTests.MaxTimeAttributeSetsMaxTime(), NUnit.Framework.Attributes.ApplyToTestTests.MaxTimeAttributeSetsMaxTimeOnNonRunnableTest(), and NUnit.Framework.Internal.TestMethodSignatureTests.TestMethodHasAttributesAppliedCorrectlyEvenIfNotRunnable().
const string NUnit.Framework.Internal.PropertyNames.ParallelScope = "ParallelScope" |
The ParallelScope associated with a test
Referenced by NUnit.Framework.Api.NUnitTestAssemblyRunner.CreateTestExecutionContext(), and NUnit.Framework.ParallelizableAttribute.ParallelizableAttribute().
const string NUnit.Framework.Internal.PropertyNames.RepeatCount = "Repeat" |
The number of times the test should be repeated
Referenced by NUnit.Framework.Attributes.ApplyToTestTests.RepeatAttributeSetsRepeatCount(), and NUnit.Framework.Attributes.ApplyToTestTests.RepeatAttributeSetsRepeatCountOnNonRunnableTest().
const string NUnit.Framework.Internal.PropertyNames.RequiresThread = "RequiresThread" |
Indicates that the test should be run on a separate thread
Referenced by NUnit.Framework.Attributes.ApplyToTestTests.RequiresThreadAttributeMaySetApartmentState(), NUnit.Framework.Attributes.ApplyToTestTests.RequiresThreadAttributeSetsRequiresThread(), and NUnit.Framework.Attributes.ApplyToTestTests.RequiresThreadAttributeSetsRequiresThreadOnNonRunnableTest().
const string NUnit.Framework.Internal.PropertyNames.SetCulture = "SetCulture" |
The culture to be set for a test
Referenced by NUnit.Framework.Attributes.ApplyToTestTests.SetCultureAttributeSetsSetCultureProperty(), and NUnit.Framework.Attributes.ApplyToTestTests.SetCultureAttributeSetsSetCulturePropertyOnNonRunnableTest().
const string NUnit.Framework.Internal.PropertyNames.SetUICulture = "SetUICulture" |
The UI culture to be set for a test
Referenced by NUnit.Framework.Attributes.ApplyToTestTests.SetUICultureAttributeSetsSetUICultureProperty(), and NUnit.Framework.Attributes.ApplyToTestTests.SetUICultureAttributeSetsSetUICulturePropertyOnNonRunnableTest().
const string NUnit.Framework.Internal.PropertyNames.TestOf = "TestOf" |
The type that is under test
Referenced by NUnit.Framework.TestAttribute.ApplyToTest(), NUnit.Framework.Tests.Attributes.TestOfTests.FixtureTestOf(), NUnit.Framework.Tests.Attributes.TestOfTests.NoTestOf(), NUnit.Framework.Tests.Attributes.TestOfTests.SeparateTestOfAttribute(), NUnit.Framework.Tests.Attributes.TestOfTests.SeparateTestOfStringMethod(), NUnit.Framework.Tests.Attributes.TestOfTests.TestOf(), and NUnit.Framework.Tests.Attributes.TestOfTests.TestOfOnTestCase().
const string NUnit.Framework.Internal.PropertyNames.Timeout = "Timeout" |
The timeout value for the test
Referenced by NUnit.Framework.Internal.Execution.WorkItem.Execute().
const string NUnit.Framework.Internal.PropertyNames.IgnoreUntilDate = "IgnoreUntilDate" |
The test will be ignored until the given date
Referenced by NUnit.Framework.IgnoreAttribute.ApplyToTest(), NUnit.Framework.Attributes.ApplyToTestTests.IgnoreAttributeWithUntilAddsIgnoreUntilDateProperty(), and NUnit.Framework.Attributes.ApplyToTestTests.IgnoreAttributeWithUntilAddsIgnoreUntilDatePropertyPastUntilDate().