Table of Contents

Property CanBeEnvironmentallyEnabled

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

CanBeEnvironmentallyEnabled

Gets a value which indicates if it's possible for this reporter to be environmentally enabled.

public bool CanBeEnvironmentallyEnabled { get; }

Property Value

bool

Remarks

Note that this differs from IsEnvironmentallyEnabled which checks to see whether the conditions currently exist to environmentally enable the reporter. This value is used when constructing the console runner help output that lists which runners might be environmentally enabled.