~nunit-core/nunitv2/2.5

1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// Copyright (C) 2002. James W. Newkirk, Michael C. Two, Alexei A. Vorontsov. All Rights Reserved.
//
namespace Nunit.Framework
{
	using System;
	/// <summary>
	/// SuiteAttribute.
	/// </summary>
	/// 
	[AttributeUsage(AttributeTargets.Property, AllowMultiple=false)]
	public sealed class SuiteAttribute : Attribute
	{}
}