** Changed in: nunitlite
     Assignee: Tyrel Alastair Hunter (ialastairhunter) => (unassigned)

-- 
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
https://bugs.launchpad.net/bugs/1023082

Title:
  Add AutoAttribute for enums and boolean

Status in NUnit Test Framework:
  New
Status in NUnitLite Testing Framework:
  New

Bug description:
  Add an AutoAttribute for use on parametrized methods with values of
  Enum types and boolean

  a sample test using this attribute might look like this

  [Test]
  public void Test([Auto] MyEnum value)
  {
      //Auto generates a test case for each value in MyEnum
  }

  [Test]
  public void Test([Auto] MyEnum boolean)
  {
      //Auto generates a test case for true, and a test case for false
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-3.0/+bug/1023082/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~nunit-core
Post to     : nunit-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nunit-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to