API Differences between 3.13.1 and 3.11.0
74 Additions
12 Removals
NUnit
NUnit.Compatibility
NUnit.Framework
NUnit.Framework.Api
NUnit.Framework.Constraints
NUnit.Framework.Interfaces
NUnit.Framework.Internal
-
public class MethodWrapper : IMethodInfo, IReflectionInfo
-
public class ParameterizedFixtureSuite : TestSuite
-
public class ParameterizedMethodSuite : TestSuite
-
public class PropertyNames
-
public static class Reflect
-
public enum RuntimeType
-
public class SetUpFixture : TestSuite, IDisposableFixture
-
public abstract class Test : ITest, IXmlNodeBuilder, IComparable, IComparable<Test>
-
public class TestExecutionContext : LongLivedMarshalByRefObject, ILogicalThreadAffinative
-
public abstract class TestFilter : ITestFilter, IXmlNodeBuilder
- public virtual bool Pass(ITest test, bool negated)
-
public class TestFixture : TestSuite, IDisposableFixture
-
public class TestMethod : Test
-
public abstract class TestResult : LongLivedMarshalByRefObject, ITestResult, IXmlNodeBuilder
-
public class TestSuite : Test
-
public class TextMessageWriter : MessageWriter
-
public static class ThreadUtility
-
public class TypeWrapper : ITypeInfo, IReflectionInfo
NUnit.Framework.Internal.Commands
NUnit.Framework.Internal.Execution