sjbarag / brs

An interpreter for the BrightScript language that runs on non-Roku platforms.
MIT License
113 stars 43 forks source link

feat(extensions): allow resetting single mock components and functions #556

Closed lkipke closed 4 years ago

lkipke commented 4 years ago

Change Summary

Closes #517

This adds _brs_.resetMockFunction and _brs_.resetMockComponent so that you can reset a single mocked function or component. Also, it comes with a couple of bug fixes and improvements in that area: