Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

AgUnit v0.6 ignores NUnit [TestCase]s #5

@ghost

Description

Running this tests marks all tests as ignored in AgUnit (StatLight works fine):
(Tried with and without the singular [Test]; tried adding and removing test references)

using NUnit.Framework;
namespace SilverlightTest1
{
[TestFixture]
public class Tests
{
[Test]
[TestCase(1)]
[TestCase(2)]
public void TestMethod1(int a)
{
Assert.AreEqual(1,a);
}
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions