Class ProtoTestName

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

Builds the stable, fully qualified test name recorded for a test method, shared by the adapters so traces and reports use the same naming across frameworks.

public static class ProtoTestName
Inheritance
ProtoTestName
Inherited Members

Methods

FromMethod(MethodInfo)

Returns "DeclaringType.FullName.MethodName", falling back to the method name alone.

public static string FromMethod(MethodInfo method)

Parameters

method MethodInfo

Returns

string