ryanpoulos / LabVIEW-Memory

A library that provides a set of VIs and classes for performing explicit memory operations, such as pointer allocation and deallocation, in LabVIEW.
MIT License
3 stars 3 forks source link

Create unit tests for each public method in the memory manager API #9

Open csjall opened 5 years ago

csjall commented 5 years ago

We need test coverage on all (public) methods. Use a testing framework, like VI tester, to write unit tests. I have forked your code and added a few basic tests for an example. https://github.com/csjall/LabVIEW-Memory-Manager