Table of Contents

Interface ICreatesPerformance

Namespace
CSF.Screenplay.Performances
Assembly
CSF.Screenplay.Abstractions.dll

An object which creates instances of IPerformance; a factory service.

public interface ICreatesPerformance

Methods

CreatePerformance()

Creates a new performance instance.

IPerformance CreatePerformance()

Returns

IPerformance

A new performance instance