RangeAttribute (NUnit 2.5) Range特性用于为参数话测试方法的参数的值范围指定一个值,与Random特性一样,NUnit会将每个参数的值组合为一些了测试用例,所以如果为一个参数设定数据那么必须为所以参数设定数据.默认情况下,NUnit使用参数的数据组合所有可能的情形.同时,可以使用在方法的指定特性上进行更改. Range特性支持一下构造 public RangeAttribute( int from, int to ); public RangeAttribute(…