Values attribute support for enum types
Bug #909607 reported by
Oleg Deribas
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
NUnit Framework |
Triaged
|
Medium
|
Unassigned |
Bug Description
[Issue now tracked at https:/
The Values attribute should support enum types as argument.
Example:
[Test]
public void MyTest(
{
...
}
Maybe even having argument is unnecessary. Attribute could just work if applied to test method's argument of any enum type.
Example:
[Test]
public void MyTest(
{
...
}
Changed in nunit-3.0: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | added: framework |
description: | updated |
tags: | added: github |
To post a comment you must log in.
Very nice idea. Think, should be helpful.