Table of Contents

Method ForAssembly

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

ForAssembly(string, string?)

Computes a unique ID for a test assembly.

public static string ForAssembly(string assemblyPath, string? configFilePath)

Parameters

assemblyPath string

The assembly path

configFilePath string

The optional configuration file path

Returns

string

The computed unique ID for the assembly