Class ProtoAttributeResolver

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

Resolves the ProtoTest lifecycle attributes that apply to a test method.

public static class ProtoAttributeResolver
Inheritance
ProtoAttributeResolver
Inherited Members

Methods

Resolve(MethodInfo)

Returns inherited class-level attributes followed by inherited method-level attributes. Lifecycle ordering is subsequently determined by Order.

public static IReadOnlyList<ProtoAttribute> Resolve(MethodInfo testMethod)

Parameters

testMethod MethodInfo

Returns

IReadOnlyList<ProtoAttribute>