Table of Contents

Method SetValue

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

SetValue<TValue>(string, TValue)

Sets an option value.

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

Parameters

name string

The name of the value.

value TValue

The value to be set.

Type Parameters

TValue

The type of the value.