File tree Expand file tree Collapse file tree
tests/ImmediateReflection.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- using System ;
1+ using System ;
22using System . Reflection ;
33using JetBrains . Annotations ;
44using NUnit . Framework ;
@@ -8,7 +8,6 @@ namespace ImmediateReflection.Tests
88 /// <summary>
99 /// Tests related to attributes.
1010 /// </summary>
11- [ TestFixture ]
1211 internal class ImmediateAttributesTestsBase : ImmediateReflectionTestsBase
1312 {
1413 #region Test classes
Original file line number Diff line number Diff line change 1- using System ;
1+ using System ;
22using System . Collections . Generic ;
33using System . Linq ;
44using System . Reflection ;
@@ -11,7 +11,6 @@ namespace ImmediateReflection.Tests
1111 /// <summary>
1212 /// Base class for unit tests.
1313 /// </summary>
14- [ TestFixture ]
1514 internal class ImmediateReflectionTestsBase
1615 {
1716 protected class ProtectedNestedClass
You can’t perform that action at this time.
0 commit comments