As a developer I should be able to reset the collection to it's initial or given state. `myCollectionInstance.reset()` or `myCollectionInstance.reset(someData)`
As a developer I should be able to reset the collection to it's initial or given state.
myCollectionInstance.reset()or
myCollectionInstance.reset(someData)