<PackageReference Include="NUnit" Version="3.0.0-beta-1" />
API Differences between 3.0.0-beta-1 and 3.0.0-beta-2
20 Additions
19 Removals
NUnit.Framework
NUnit.Framework.Api
-
public class FrameworkController : MarshalByRefObject
- public FrameworkController(string assemblyPath, string idPrefix, IDictionary settings)
- public FrameworkController(string assemblyPath, string idPrefix, IDictionary settings, string runnerType, string builderType)
- public FrameworkController(string assemblyPath, IDictionary settings)
- public FrameworkController(string assemblyPath, IDictionary settings, string runnerType, string builderType)
NUnit.Framework.Constraints
-
public class DictionaryContainsValueConstraint : CollectionContainsConstraint
-
public class EqualConstraint : Constraint
-
public static class MsgUtils
- public static void ClipExpectedAndActual(ref string expected, ref string actual, int maxDisplayLength, int mismatch)
- public static string ClipString(string s, int maxStringLength, int clipStart)
- public static string EscapeControlChars(string s)
- public static int FindMismatchPosition(string expected, string actual, int istart, bool ignoreCase)
- public static string FormatCollection(IEnumerable collection, long start, int max)
- public static string FormatValue(object val)
- public static string GetArrayIndicesAsString(int[] indices)
- public static int[] GetArrayIndicesFromCollectionIndex(IEnumerable collection, long index)
- public static string GetTypeRepresentation(object obj)
-
public class NUnitEqualityComparer
NUnit.Framework.Interfaces
NUnit.Framework.Internal
NUnit.Framework.Internal.Filters