~schilling-ro/nunitv2/datasource

« back to all changes in this revision

Viewing changes to src/NUnitCore/core/NUnitFramework.cs

  • Committer: Robert Schilling schilling.ro@gmail.com
  • Date: 2013-04-29 18:14:10 UTC
  • Revision ID: schilling.ro@gmail.com-20130429181410-zz12frxacggbo7yh
First implementationsteps for external data source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        // Attributes that apply only to Methods
43
43
        public const string TestAttribute = "NUnit.Framework.TestAttribute";
44
44
        public const string TestCaseAttribute = "NUnit.Framework.TestCaseAttribute";
45
 
        public const string TestCaseSourceAttribute = "NUnit.Framework.TestCaseSourceAttribute";
 
45
        public const string TestCaseSourceAttribute = "NUnit.Framework.TestCaseSourceAttribute";
 
46
        public const string TestCaseDataSourceAttribute = "NUnit.Framework.TestCaseDataSourceAttribute";
46
47
        public const string TheoryAttribute = "NUnit.Framework.TheoryAttribute";
47
48
        public static readonly string SetUpAttribute = "NUnit.Framework.SetUpAttribute";
48
49
        public static readonly string TearDownAttribute = "NUnit.Framework.TearDownAttribute";