theRealRobG / PFInterstitials

An attempt to polyfill the functionality of HLS Interstitials to versions of iOS/tvOS before the introduction of AVPlayerInterstitialEventController
0 stars 0 forks source link

Improve code coverage on event controller #13

Closed theRealRobG closed 3 years ago

theRealRobG commented 3 years ago

Fixes #12

Description

Tried to write tests describing the desired functionality of the event controller in various situations. I also added some descriptions (in comments) to the tests as some are quite long-winded and perhaps it may be unclear what is being achieved or why otherwise.