SpecialValue
The SpecialValue enum is used to represent TestCase arguments
that cannot be used as arguments to an Attribute.
namespace NUnit.Framework
{
public enum SpecialValue
{
Null
}
}