An open API service indexing awesome lists of open source software.

https://github.com/bhom/diffingtests_prototypes

Repo containing TDD/BDD/Unit Tests for the Diffing_Engine methods, the Base Engine `Hash()` method and other methods related to Diffing.
https://github.com/bhom/diffingtests_prototypes

Last synced: about 2 months ago
JSON representation

Repo containing TDD/BDD/Unit Tests for the Diffing_Engine methods, the Base Engine `Hash()` method and other methods related to Diffing.

Awesome Lists containing this project

README

          

# DiffingTests_Prototypes
Repo containing TDD/BDD/Unit Tests for the Diffing_Engine and related functions.

Note that you need VS2019+ in order to compile and run these tests.
This is because MSTests have to target .NETCore 3 in order to test BHoM libraries (currently written in .NETStandard 2).