How to update data using Xunit
I want to set certain data prior to running an Xunit test case. However, there isn't a way to do this out of the box. The only possible way to perform this function is through a XunitQueryConfig but I haven't had any success. Any help would be appreciated.
Thanks.