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
Namespace
public string Namespace { get; init; }
Property Value
Profile
public string? Profile { get; init; }
Property Value
ProjectPath
public string ProjectPath { get; init; }