Class TmpScopeIdFixture
- Namespace
- FEFF.TestFixtures
- Assembly
- FEFF.TestFixtures.dll
Returns a unique string for each scope where the fixture is requested.
public class TmpScopeIdFixture
- Inheritance
-
TmpScopeIdFixture
- Inherited Members
Remarks
Every call to the fixture within the same scope returns the same fixture instance.
Properties
Value
Gets the unique identifier string for this fixture instance.
public string Value { get; }