2
// Copyright (C) 2002. James W. Newkirk, Michael C. Two, Alexei A. Vorontsov. All Rights Reserved.
4
namespace Nunit.Framework
9
/// TestFixtureAttribute
13
/// public class ExampleClass
16
[AttributeUsage(AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
17
public sealed class TestFixtureAttribute : Attribute
b'\\ No newline at end of file'