nunit / nunit-vs-testgenerator

A Visual Studio extension for generating unit tests and IntelliTests using NUnit
https://visualstudiogallery.msdn.microsoft.com/bd30bf3f-4183-4b00-a245-1875316b8cd3
MIT License
35 stars 23 forks source link

Create Unit only works in classes #27

Closed JackGrinningCat closed 7 years ago

JackGrinningCat commented 7 years ago

Hi,

I just created a small struct and added some static functions. I wanted to create a unit test but it pop (is it written like that 💩 ) up a message box "Value cannot be null. Parameter name codeClass"

Is this a wanted limitation of this extension, that it has to be a class?

Chris

OsirisTerje commented 7 years ago

Yes :-)

Microsoft.....

JackGrinningCat commented 7 years ago

@OsirisTerje That means that is a limitation by Microsoft? Do you know a place where I can file then this issue?

OsirisTerje commented 7 years ago

I would go to https://developercommunity.visualstudio.com/spaces/8/index.html . That is the best place. The main parts here are not open source, only the extensions for the different frameworks