Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.22 KB

readme.md

File metadata and controls

36 lines (22 loc) · 1.22 KB

VBA MVVM Test

cc.isr.mvvm.test Excel workbook includes unit tests for the cc.isr.mvvm workbook classes.

NOTE:

The workbook does not include the [Rubber Duck] add-in. Consequently, these unit tests are pending conversion to the unit test executive of cc.isr.core.

Dependencies

The cc.isr.mvvm.test workbook depends on the following Workbooks:

  • cc.isr.mvvm - Includes Visual Basic for Applications classes and modules for implementing MVVM.
  • cc.isr.core - Includes Visual Basic for Applications classes and modules for implementing unit testing.
  • cc.isr.core.testfx - Includes Visual Basic for Applications test framework.

References

The following object libraries are used as references:

  • [Microsoft Scripting Runtime]
  • [Microsoft Visual Basic for Applications Extensibility 5.3]

[Testing]

Unit testing is executed using the Testing shortcut.