Table of Contents

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

message

The message that contains the metadata.

Set(ITestCaseStarting)

Sets ITestCaseMetadata into the cache.

public void Set(ITestCaseStarting message)

Parameters

message

The message that contains the metadata.

Set(ITestClassStarting)

Sets ITestClassMetadata into the cache.

public void Set(ITestClassStarting message)

Parameters

message

The message that contains the metadata.

Set(ITestCollectionStarting)

Sets ITestCollectionMetadata into the cache.

public void Set(ITestCollectionStarting message)

Parameters

message

The message that contains the metadata.

Set(ITestStarting)

Sets ITestMetadata into the cache.

public void Set(ITestStarting message)

Parameters

message

The message that contains the metadata.

Set(ITestMethodStarting)

Sets ITestMethodMetadata into the cache.

public void Set(ITestMethodStarting message)

Parameters

message

The message that contains the metadata.