chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
0 votes

Hi, 

With a test I am using the DataTestMethod and DataRow attributes to have one test method using different parameter values. 

[DataTestMethod]
[DataRow(1)]
[DataRow(2)]
[DataRow(3)]
public void MyTestMethod(int myParameter)
{
...
}

 

When starting the test using TypeMock I get this response:

TestRunner Error: Unexpected Error, when trying to run test: nameoftestmethod [Pending]

Does TypeMock support these attributes? If so am I missing something?

If not is there a estemate when this will be supported?

 

Thanks in advance,

 

André

 

 

asked by aptido (600 points)

Please log in or register to answer this question.

...