Table of Contents

Interface IGetsPerformableWithResult

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

An object which can get a non-generic IPerformableWithResult instance, such as a performable builder.

public interface IGetsPerformableWithResult

Methods

GetPerformable()

Gets the performable object from the current instance.

IPerformableWithResult GetPerformable()

Returns

IPerformableWithResult

A performable object