Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-7892

Support TestCase attribute patch.

XMLWordPrintable

    • Icon: Patch Patch
    • Resolution: Incomplete
    • Icon: Major Major
    • nunit-plugin
    • None

      If we write the following test code.

      [TestCase(10, "hoge")]
      [TestCase(20, "piyo")]
      public void TestHoge(int i, string s) {}

      [TestCase(10, true, "hoge")]
      public void TestHoge(int i, bool b, string s) {}

      I want 3 test cases, but I got 1 test case.

            slide_o_mix Alex Earl
            bleis bleis
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: