Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 2.31 KB

README.md

File metadata and controls

29 lines (21 loc) · 2.31 KB

tUnitVba Proof of concept

A proof of concept demonstrating twInBasic solution running as a VBE add-in to run unit tests. This demonstrates the ability to:

Built with twinBASIC IDE version 178

  • Work with memory directly
  • Obtain ITypeInfos from VBA project which in turn enables access to additional features not exposed via VBIDE addin
  • Allows host-agnostic execution of code
  • Supports the special Print syntax to format the output

This was frankenstein'd together with various code contributions from the following sources & people:

Here is a very rough and simple demonstration:

tUnitVba.Proof.Of.Concept.mp4