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.
- Host: GitHub
- URL: https://github.com/bhom/diffingtests_prototypes
- Owner: BHoM
- License: lgpl-3.0
- Created: 2021-11-08T18:13:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T16:56:35.000Z (over 1 year ago)
- Last Synced: 2025-12-28T20:53:00.859Z (6 months ago)
- Language: C#
- Homepage:
- Size: 926 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).