StackTraceExtensions SetUnitTestName Method Delta Engine Documentation
Since we do not initialize or run the resolver in a test, we need to set the current unit test name up beforehand so we can find out if the test uses ApproveFirstFrameScreenshot. View code on GitHub

Namespace: DeltaEngine.Extensions
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public static void SetUnitTestName(
	string fullName
)
See Also