The assembly cleanup attribute.
AssemblyInitializeAttributeThe assembly initialize attribute.
AssertA collection of helper classes to test various conditions within unit tests. If the condition being tested is not met, an exception is thrown.
AssertFailedExceptionAssertFailedException class. Used to indicate failure for a test case.
AssertInconclusiveExceptionThe assert inconclusive exception.
BaseShadow BeforeAssemblyCleanupEventArgs BeforeAssemblyInitializeEventArgs BeforeClassCleanupEventArgs BeforeClassInitializeEventArgs BeforeTestCleanupEventArgs BeforeTestInitializeEventArgs CIConditionAttributeThis attribute is used to conditionally control whether a test class or a test method will run or be ignored based on whether the test is running in a CI environment.
ClassCleanupAttributeThe class cleanup attribute.
ClassCleanupExecutionAttributeSpecification for when to run class cleanup methods.
ClassInitializeAttributeThe class initialize attribute.
CollectionAssertA collection of helper classes to test various conditions associated with collections within unit tests. If the condition being tested is not met, an exception is thrown.
ConditionBaseAttributeThis attribute is used to conditionally control whether a test class or a test method will run or be ignored, based on a condition and using an optional message.
CssIterationAttributeCSS Iteration URI.
CssProjectStructureAttributeCSS Project Structure URI.
DataRowAttributeAttribute to define in-line data for a test method.
DataSourceAttributeSpecifies connection string, table name and row access method for data driven testing.
DataSourceElementThe Data Source element.
DataSourceElementCollectionThe Data source element collection.
DataTestMethodAttributeThis attribute doesn't currently provide any different functionality compared to TestMethodAttribute. It's only present for backward compatibility. Using TestMethodAttribute is recommended, even for parameterized tests.
DeploymentItemAttributeUsed to specify deployment item (file or directory) for per-test deployment. Can be specified on test class or test method. Can have multiple instances of the attribute to specify more than one item. The item path can be absolute or relative, if relative, it is relative to RunConfig.RelativePathRoot.
DescriptionAttributeDescription of the test.
DiscoverInternalsAttributeThe presence of this attribute in a test assembly causes MSTest to discover test classes (i.e. classes having the "TestClass" attribute) and test methods (i.e. methods having the "TestMethod" attribute) which are declared internal in addition to test classes and test methods which are declared public. When this attribute is not present in a test assembly the tests in such classes will not be discovered.
DoNotParallelizeAttributeSpecification to disable parallelization.
DynamicDataAttributeAttribute to define dynamic data for a test method.
ExpectedExceptionAttributeAttribute that specifies to expect an exception of the specified type.
ExpectedExceptionBaseAttributeBase class for attributes that specify to expect an exception from a unit test.
GenericParameterHelperThis class is designed to help user doing unit testing for types which uses generic types. GenericParameterHelper satisfies some common generic type constraints such as:
GitHubWorkItem attribute; used to specify a GitHub issue associated with this test.
GlobalTestCleanupAttributeA global test cleanup attribute that applies to every test method in the assembly. The method to which this attribute is applied must be public, static, non-generic, has a single parameter of type TestContext, and either returns void or a Task.
GlobalTestInitializeAttributeA global test initialize attribute that applies to every test method in the assembly. The method to which this attribute is applied must be public, static, non-generic, has a single parameter of type TestContext, and either returns void or a Task.
HostTypeAttribute IgnoreAttributeThis attribute is used to ignore a test class or a test method, with an optional message.
InternalTestFailureExceptionInternalTestFailureException class. Used to indicate internal failure for a test case.
OnTestStoppingEventArgs OSConditionAttributeThis attribute is used to ignore a test class or a test method, with an optional message.
OwnerAttributeTest Owner.
ParallelizeAttributeSpecification for parallelization level for a test run.
PriorityAttributePriority attribute; used to specify the priority of a unit test.
PrivateObjectThis class represents the live NON public INTERNAL object in the system
PrivateTypeThis class represents a private class for the Private Accessors functionality.
RetryAttributeThis attribute is used to set a retry count on a test method in case of failure.
RetryBaseAttributeAn abstract attribute that controls retrying a test method if it failed. It's up to the derived classes to define how the retry is done.
RetryResultThe result of a test retry.
ShadowingAttribute STATestClassAttributeThe test class attribute.
STATestMethodAttributeThe test class attribute.
StringAssertThe string assert.
TestCategoryAttributeTestCategory attribute; used to specify the category of a unit test.
TestCategoryBaseAttributeBase class for the "Category" attribute.
TestClassAttributeThis attribute is used to mark test classes.
TestClassExtensionAttribute TestCleanupAttributeThe test cleanup attribute marks methods that are executed after every test marked with a TestMethodAttribute.
TestConfigurationSupport for configuration settings for Tests.
TestConfigurationSectionThe configuration section for tests.
TestContextUsed to store information that is provided to unit tests.
TestDataRow<T>When this type is returned from GetData(MethodInfo) (for example, through DynamicDataAttribute), it determines information related to the specific test case.
TestDataSourceDiscoveryAttributeSpecifies how to discover ITestDataSource tests.
TestDataSourceOptionsAttributeSpecifies options for all ITestDataSource of the current assembly.
TestExecution TestExecutionEventArgs TestExtensionExecution TestIdGenerationStrategyAttributeSpecifies how to generate test ID.
TestInitializeAttributeThe test initialize attribute.
TestMethodAttributeThis attribute is used to mark test methods.
TestMethodInvokerContext TestMethodInvokerResult TestPropertyAttributeThe test property attribute.
TimeoutAttributeTimeout attribute; used to specify the timeout of a unit test.
UnitTestAssertExceptionBase class for Framework Exceptions.
WebServiceHelper WorkItemAttributeWorkItem attribute; used to specify a work item associated with this test.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4