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

« back to all changes in this revision

Viewing changes to src/tests/Assertions/SameFixture.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:
25
25
using System.Text;
26
26
using NUnit.Framework;
27
27
 
28
 
namespace NUnit.Framework.Tests
 
28
namespace NUnit.Framework.Assertions
29
29
{
30
30
        [TestFixture]
31
31
        public class SameFixture : MessageChecker