<PackageReference Include="NUnit" Version="3.0.0-beta-4" />
API Differences between 3.0.0-beta-4 and 3.0.0-rc
98 Additions
129 Removals
NUnit.Common
NUnit.Framework
-
public class ApartmentAttribute : PropertyAttribute
-
public class AssertionException : ResultStateException
-
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 RandomAttribute : DataAttribute, IParameterDataSource
-
public class RequiresMTAAttribute : PropertyAttribute
-
public class RequiresSTAAttribute : PropertyAttribute
-
public class RequiresThreadAttribute : PropertyAttribute, IApplyToTest
-
public abstract class ResultStateException : Exception
-
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 ValuesAttribute : DataAttribute, IParameterDataSource
-
public class ValueSourceAttribute : DataAttribute, IParameterDataSource
NUnit.Framework.Api
NUnit.Framework.Compatibility
NUnit.Framework.Constraints
NUnit.Framework.Interfaces
NUnit.Framework.Internal
NUnit.Framework.Internal.Builders
NUnit.Framework.Internal.Execution
NUnit.Framework.Internal.Filters
System
System.Web.UI