Interface IGetsPerformable
- Namespace
- CSF.Screenplay.Performables
- Assembly
- CSF.Screenplay.Abstractions.dll
An object which can get an IPerformable instance, such as a performable builder.
public interface IGetsPerformable
Methods
GetPerformable()
Gets the performable object from the current instance.
IPerformable GetPerformable()
Returns
- IPerformable
A performable object