csf-dev / CSF.Screenplay

Implementation of the Screenplay pattern (aka Journey) in .NET
https://csf-dev.github.io/CSF.Screenplay/
MIT License
13 stars 1 forks source link

To simplify it, remove unneeded methods from the ICast API #158

Closed craigfowler closed 5 years ago

craigfowler commented 5 years ago

As Screenplay has developed, the ICast interface is picked up a lot of functions, exposed to consuming code.

Many of these functions do not need to exist - really all that needs to be exposed is:

Anything else should be investigated and removed from the cast of its not used.