<PackageReference Include="NUnit" Version="3.0.0-rc-3" />
API Differences between 3.0.0-rc-3 and 3.0.0-beta-3
275 Additions
148 Removals
NUnit.Common
NUnit.Framework
-
public class ApartmentAttribute : PropertyAttribute
-
public class Assert
- public static void False(bool condition, string message, object[] args)
- public static void False(bool condition)
- public static void IsFalse(bool condition, string message, object[] args)
- public static void IsFalse(bool condition)
- public static void IsTrue(bool condition, string message, object[] args)
- public static void IsTrue(bool condition)
- public static void Multiple(TestDelegate del)
- public static void That(TestDelegate code, IResolveConstraint constraint, string message, string[] args)
- public static void True(bool condition, string message, object[] args)
- public static void True(bool condition)
-
public class AssertionException : ResultStateException
-
public class CollectionAssert
-
public abstract class CombiningStrategyAttribute : NUnitAttribute, ITestBuilder, IApplyToTest
-
public static class DirectoryAssert
-
public static class Does
- public static FileOrDirectoryExistsConstraint Exist { get; }
-
public static class FileAssert
-
public class IgnoreException : ResultStateException
-
public class InconclusiveException : ResultStateException
-
public class Is
-
public class PlatformAttribute : IncludeExcludeAttribute, IApplyToTest
-
public class RandomAttribute : DataAttribute, IParameterDataSource
-
public class RepeatAttribute : PropertyAttribute, IWrapSetUpTearDown, ICommandWrapper
-
public class RequiresMTAAttribute : PropertyAttribute
-
public class RequiresSTAAttribute : PropertyAttribute
-
public class RequiresThreadAttribute : PropertyAttribute, IApplyToTest
-
public abstract class ResultStateException : Exception
-
public class RetryAttribute : PropertyAttribute, IWrapSetUpTearDown, ICommandWrapper
-
public class SetCultureAttribute : PropertyAttribute, IApplyToContext
-
public class SetUICultureAttribute : PropertyAttribute, IApplyToContext
-
public class SetUpFixtureAttribute : NUnitAttribute, IFixtureBuilder
-
public class SuccessException : ResultStateException
-
public class TestAttribute : NUnitAttribute, ISimpleTestBuilder, IApplyToTest, IImplyFixture
-
public class TestCaseAttribute : NUnitAttribute, ITestBuilder, ITestCaseData, ITestData, IImplyFixture
-
public class TestCaseSourceAttribute : NUnitAttribute, ITestBuilder, IImplyFixture
-
public class TestContext
-
public class TestFixtureAttribute : NUnitAttribute, IFixtureBuilder, ITestFixtureData, ITestData
-
public class TestFixtureSourceAttribute : NUnitAttribute, IFixtureBuilder
-
public class TheoryAttribute : NUnitAttribute, ITestBuilder, IImplyFixture
-
public class TimeoutAttribute : PropertyAttribute, IApplyToContext
-
public class ValuesAttribute : DataAttribute, IParameterDataSource
-
public class ValueSourceAttribute : DataAttribute, IParameterDataSource
NUnit.Framework.Api
NUnit.Framework.Compatibility
-
public static class AssemblyExtensions
-
public enum BindingFlags
-
public class LongLivedMarshalByRefObject
-
public static class MemberInfoExtensions
-
public static class Path
-
public class Stopwatch
-
public static class TypeExtensions
- public static ConstructorInfo GetConstructor(this Type type, Type[] ptypes)
- public static ConstructorInfo[] GetConstructors(this Type type)
- public static FieldInfo GetField(this Type type, string name)
- public static Type[] GetGenericArguments(this Type type)
- public static Type[] GetInterfaces(this Type type)
- public static MemberInfo[] GetMember(this Type type, string name, BindingFlags ignored)
- public static MemberInfo[] GetMembers(this Type type, BindingFlags ignored)
- public static MethodInfo GetMethod(this Type type, string name)
- public static MethodInfo GetMethod(this Type type, string name, BindingFlags flags)
- public static MethodInfo GetMethod(this Type type, string name, Type[] ptypes)
- public static MethodInfo[] GetMethods(this Type type)
- public static MethodInfo[] GetMethods(this Type type, BindingFlags flags)
- public static PropertyInfo GetProperty(this Type type, string name)
- public static PropertyInfo GetProperty(this Type type, string name, BindingFlags flags)
- public static bool IsAssignableFrom(this Type type, Type other)
- public static bool IsCastableFrom(this Type to, Type from)
- public static bool IsInstanceOfType(this Type type, object other)
NUnit.Framework.Constraints
NUnit.Framework.Interfaces
NUnit.Framework.Internal
NUnit.Framework.Internal.Builders
NUnit.Framework.Internal.Commands
NUnit.Framework.Internal.Execution
NUnit.Framework.Internal.Filters
System
System.Web.UI