Table of Contents

Class DotNetTestExportOptions

Namespace
Cress.Exporters.TestFrameworks
Assembly
Cress.Exporters.dll
public sealed record DotNetTestExportOptions : IEquatable<DotNetTestExportOptions>
Inheritance
DotNetTestExportOptions
Implements
Inherited Members

Properties

ClassName

public string? ClassName { get; init; }

Property Value

string

Namespace

public string Namespace { get; init; }

Property Value

string

Profile

public string? Profile { get; init; }

Property Value

string

ProjectPath

public string ProjectPath { get; init; }

Property Value

string