MethodMemberPath<TFixtureItem,TReturnType,TDeclaredType> class
Member path for a method.
csharp
public class MethodMemberPath<TFixtureItem, TReturnType, TDeclaredType> :
MemberPath<TFixtureItem, TReturnType>, IInstancePath<TFixtureItem>,
IMethodMemberPath<TFixtureItem>
public class MethodMemberPath<TFixtureItem, TReturnType, TDeclaredType> :
MemberPath<TFixtureItem, TReturnType>, IInstancePath<TFixtureItem>,
IMethodMemberPath<TFixtureItem>
parameter | description |
---|---|
TFixtureItem | The root fixture item type. |
TReturnType | The return type configured. |
TDeclaredType | The actual return type of the method. |
Public Members
name | description |
---|---|
MethodMemberPath(…) | Initializes a new instance of the MethodMemberPath class. (2 constructors) |
Undefined() |
See Also
- class MemberPath<TFixtureItem,TReturnType>
- interface IInstancePath<TFixtureItem>
- namespace Twizzar.Fixture.Member