Table of Contents

Method SetValue

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

SetValue<TValue>(string, TValue)

Sets a value into the options collection.

public void SetValue<TValue>(string name, TValue value)

Parameters

name string

The name of the value.

value TValue

The value.

Type Parameters

TValue

The type of the value.