Results for mstest
I have a concrete service that is declared in the form: public class ApiDataService:IApiDataService { private IConfiguration configuration; pu...
Visual Studio 2022 17.6.2 EDIT: The relevant solution is entirely Desktop. WPF, console, and class library projects are included, but Internet and Web...
I'm currently building a Test Project and I need to pass several arguments to the test function. Because I need to call the test function with differe...
NUnit has a feature called Values, like below: [Test] public void MyTest( [Values(1,2,3)] int x, [Values("A","B")] string s) { // ... } Th...
Question: Can anyone tell me why my unit test is failing with this error message? CollectionAssert.AreEquivalent failed. The expected collection ...
Has any of the alt.net unit testing frameworks embraced .net 4.0 framework? ...
Some of my mstest unit tests help detect multi-threading race conditions, and as such they are most useful when run many times in a row, but I only wa...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?