GoogleTestAdapter
GoogleTestAdapter copied to clipboard
Visual studio extension that adds support for the C++ testing framework Google Test.
Potentially resolves csoltenborn/GoogleTestAdapter#330. This change fixed the problem I was facing, but it may not necessarily be correct for all cases. Will need to have a conversation about what the...
nwws
I have a gtest code, that uses .net core 3.1 libraries. Obviously, i want to debug them. However debugger engine only has Native and ManagedAndNative (and VsTestFramework, which is useless)...
Hello! It would be nice to include the headers for type-traits in the NuGet package, given that these are GTA specific. I'm not sure if this is possible or already...
In google test version 1.10.0 (and maybe even from 1.8.1) the XML output of the --gtest_list_tests contains the file name and the line number for every testcase. You can use...
[Data driven tests](https://github.com/Microsoft/vstest-docs/blob/e65318690aa39201e3960ef9b9b326fa29d7d291/RFCs/0004-Adapter-Extensibility.md#data-driven-tests) appear to be VisualStudio's notion of Google's parameterized tests. We have to figure out: * can instances of data driven tests still be executed on selection, or...
I apologies if my question has been asked already somewhere, but are you looking toward adding support for Shared Library projects? From my understanding, it works only for executables for...
I've been working on merging/molding our changes to work within the existing framework provided by main GoogleTestAdapter repository. I've had to make a few changes on how the project template...
GTA works fine when we use the "Visual Studio 14 2015 Win64" generator and then open the generated SLN in VS 2015. However, when we try to use the VS...
googletest impose severe constraints in the test naming and parametrization naming. Typically, people use a more or less elaborated naming convention to map the tests hierarchy into the flat testname...