Table of Contents

Method ActionAndTitleFromTestMethod

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ActionAndTitleFromTestMethod(MemberInfo)

Gets title and action from the test method declaration.

public static (string Title, Action Action)? ActionAndTitleFromTestMethod(MemberInfo member)

Parameters

member MemberInfo

Test method info.

Returns

(string Title, Action Action)?