adamedx / scriptclass

Class definition extensions for PowerShell's object-based type system
Apache License 2.0
7 stars 1 forks source link

Mocking features and minor fixes #10

Closed adamedx closed 5 years ago

adamedx commented 5 years ago

In addition to fixes and minor improvements below, this release adds support for mocking -- you can now mock ScriptClass methods to easily develop comprehensive unit tests for ScriptClass code.

New features

Fixed defects