Skip to content

IInstancePath<TFixtureItem> interface

Path of an instance member like Property, Field or an Method.

csharp
public interface IInstancePath<TFixtureItem>
public interface IInstancePath<TFixtureItem>
parameterdescription
TFixtureItemThe root fixture item type.

Members

namedescription
Undefined()Configure the member as undefined.

See Also