Method Set
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
Set(ITestAssemblyStarting)
Sets IAssemblyMetadata into the cache.
public void Set(ITestAssemblyStarting message)
Parameters
messageThe message that contains the metadata.
Set(ITestCaseStarting)
Sets ITestCaseMetadata into the cache.
public void Set(ITestCaseStarting message)
Parameters
messageThe message that contains the metadata.
Set(ITestClassStarting)
Sets ITestClassMetadata into the cache.
public void Set(ITestClassStarting message)
Parameters
messageThe message that contains the metadata.
Set(ITestCollectionStarting)
Sets ITestCollectionMetadata into the cache.
public void Set(ITestCollectionStarting message)
Parameters
messageThe message that contains the metadata.
Set(ITestStarting)
Sets ITestMetadata into the cache.
public void Set(ITestStarting message)
Parameters
messageThe message that contains the metadata.
Set(ITestMethodStarting)
Sets ITestMethodMetadata into the cache.
public void Set(ITestMethodStarting message)
Parameters
messageThe message that contains the metadata.