I'm writing my own test framework, and I'm trying to understand how this works but I'm slightly lost in the docs. It's pretty well documented from a concept standpoint, I got a good idea on how the architecture should look like. I'm just having a hard time figuring out how this all should fit together.
I had a look at
MS Test
MS Test
,
xUnit
xUnit
,
NUnit
NUnit
and
Fixie
Fixie
. But I'm not getting any wiser. Fixie seems the simplest repo, but it still looks like a lot of loosely coupled application code. And I'm struggling to understand it.
Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console. - GitHub - microsoft/vstest: Visual Studio Test Platform is the runner and engine that powers test...