~a-schlapsi/nunit-3.0/linux-makefile

« back to all changes in this revision

Viewing changes to src/tests/Attributes/PropertyAttributeTests.cs

  • Committer: Andreas Schlapsi
  • Date: 2010-01-23 23:14:05 UTC
  • mfrom: (18.1.137 work)
  • Revision ID: a.schlapsi@gmx.at-20100123231405-17deqoh18nfnbq1j
Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
// ***********************************************************************
23
23
 
24
24
using System;
25
 
using NUnit.Framework;
 
25
using NUnit.Framework.Api;
 
26
using NUnit.Framework.Internal;
26
27
using NUnit.TestUtilities;
27
28
using NUnit.TestData.PropertyAttributeTests;
28
29
 
29
 
namespace NUnit.Core.Tests
 
30
namespace NUnit.Framework.Attributes
30
31
{
31
32
        [TestFixture]
32
33
        public class PropertyAttributeTests