~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/tests/test-assembly/LegacySuiteData.cs

  • Committer: Charlie Poole
  • Date: 2010-12-11 23:35:49 UTC
  • mfrom: (3284.1.3 work)
  • Revision ID: charlie@nunit.org-20101211233549-pb7p1b0w703xo9vl
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        [TestFixture]
53
53
        public class TestClass
54
54
        {
55
 
            int num;
 
55
            public int num;
56
56
 
57
57
            public TestClass(int num)
58
58
            {