Quite often when you are writing tests it's necessary to store some data together with the testing project to make them available in the test functions.
Using embedded resources in testing projects
· 2 min read
Quite often when you are writing tests it's necessary to store some data together with the testing project to make them available in the test functions.