Table of Contents

Interface IGetsPerformableWithResult<TResult>

Namespace
CSF.Screenplay.Performables
Assembly
CSF.Screenplay.Abstractions.dll

An object which can get an IPerformableWithResult<TResult> instance, such as a performable builder.

public interface IGetsPerformableWithResult<TResult>

Type Parameters

TResult

Methods

GetPerformable()

Gets the performable object from the current instance.

IPerformableWithResult<TResult> GetPerformable()

Returns

IPerformableWithResult<TResult>

A performable object