Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 637249
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T20:36:12+00:00 2026-05-13T20:36:12+00:00

NUnit supports a feature where you can specify a set of data inputs for

  • 0

NUnit supports a feature where you can specify a set of data inputs for a unit test to be run multiple times.

[RowTest]
[Row(1001,1,2,3)]
[Row(1,1001,2,3)]
[Row(1,2,1001,3)]
public void SumTests(int x, int y, int z, int expected)
{
   ...
}

What’s the best way to accomplish this same type of thing using MSTest? I can’t find a similar set of attributes.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T20:36:13+00:00Added an answer on May 13, 2026 at 8:36 pm

    Would this help?

    This week I was adding some unit tests
    to a project that is managed by TFS,
    so I decided to use the “core” unit
    testing framework available with
    VS2008, and unfortunately it doesn’t
    support RowTests. But it has a similar
    feature called Data-Driven Unit Test.
    With this approach it’s a bit more
    complicate to implement the “simple”
    RowTest scenario, but it allows also
    to implement more complicate ones.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to create unit tests that can be run with the
I've created a test suite in NUnit that references several distinct unit test fixtures
I'm trying to find a unit test framework, for the .NET platform, that can
Using NUnit 2.2 on .NET 3.5, the following test fails when using DateTime.Equals. Why?
I am familiar with nunit for unit testing of the business layer however I
My current project uses NUnit for unit tests and to drive UATs written with
When using NUnit and the test project, we haven't been able to find a
I am using NUnit (2.4.6) and my build/test night are done with Team City
In NUnit, the TestFixtureSetup attribute can be used to mark a method which should
Is there any special support when you come to test callbacks with NUnit? Or

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.