Enhanced C#
Language of your choice: library documentation
Loyc.Collections.Impl.TestHelpers Member List

This is the complete list of members for Loyc.Collections.Impl.TestHelpers, including all inherited members.

AreEqual(long expected, long actual, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreEqual(ulong expected, ulong actual, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreEqual(int expected, int actual) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreEqual(long expected, long actual) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreEqual(ulong expected, ulong actual) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreEqual(decimal expected, decimal actual) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreEqual(double expected, double actual, double delta, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreEqual(double expected, double actual, double delta) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreEqual(double expected, double actual) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreEqual(object expected, object actual, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreEqual(object expected, object actual) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreNotEqual(long expected, long actual, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreNotEqual(ulong expected, ulong actual, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreNotEqual(int expected, int actual) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreNotEqual(long expected, long actual) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreNotEqual(ulong expected, ulong actual) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreNotEqual(decimal expected, decimal actual) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreNotEqual(double expected, double actual, double delta, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreNotEqual(double expected, double actual, double delta) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreNotEqual(object expected, object actual, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreNotEqual(object expected, object actual) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreNotSame(object expected, object actual, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreNotSame(object expected, object actual) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreSame(object expected, object actual, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
AreSame(object expected, object actual) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
Assert()Loyc.MiniTest.Assertinlineprotected
AssertThrows< Type >(Action @delegate) (defined in Loyc.Collections.Impl.TestHelpers)Loyc.Collections.Impl.TestHelpersinlineprotectedstatic
Catch(Action code, string message, params object[] args)Loyc.MiniTest.Assertinlinestatic
Catch(Action code)Loyc.MiniTest.Assertinlinestatic
Contains(object expected, IEnumerable actual, string message, params object[] args)Loyc.MiniTest.Assertinlinestatic
Contains(object expected, IEnumerable actual)Loyc.MiniTest.Assertinlinestatic
DoesNotThrow(Action code, string message, params object[] args)Loyc.MiniTest.Assertinlinestatic
DoesNotThrow(Action code)Loyc.MiniTest.Assertinlinestatic
DoublesAreEqual(double expected, double actual, double delta) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlineprotectedstatic
Equals(object a, object b)Loyc.MiniTest.Assertinlinestatic
Expect(bool condition)Loyc.MiniTest.Assertinlinestatic
ExpectList< T >(IReadOnlyList< T > list, params T[] expected) (defined in Loyc.Collections.Impl.TestHelpers)Loyc.Collections.Impl.TestHelpersinlineprotectedstatic
ExpectList< T >(IReadOnlyList< T > list, IList< T > expected, bool useEnumerator=false) (defined in Loyc.Collections.Impl.TestHelpers)Loyc.Collections.Impl.TestHelpersinlineprotectedstatic
ExpectList< T >(IEnumerable< T > list, IEnumerable< T > expected) (defined in Loyc.Collections.Impl.TestHelpers)Loyc.Collections.Impl.TestHelpersinlineprotectedstatic
ExpectListByEnumerator< T >(IReadOnlyList< T > list, params T[] expected)Loyc.Collections.Impl.TestHelpersinlineprotectedstatic
ExpectSet< T >(IEnumerable< T > set, params T[] expected) (defined in Loyc.Collections.Impl.TestHelpers)Loyc.Collections.Impl.TestHelpersinlineprotectedstatic
ExpectSet< T >(IEnumerable< T > set, HashSet< T > expected) (defined in Loyc.Collections.Impl.TestHelpers)Loyc.Collections.Impl.TestHelpersinlineprotectedstatic
Fail(string format, params object[] args)Loyc.MiniTest.Assertinlinestatic
Fail()Loyc.MiniTest.Assertinlinestatic
Greater(long arg1, long arg2, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
Greater(double arg1, double arg2, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
Greater(IComparable arg1, IComparable arg2, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
Greater(int arg1, int arg2) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
Greater(long arg1, long arg2) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
Greater(double arg1, double arg2) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
Greater(IComparable arg1, IComparable arg2) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
GreaterOrEqual(long arg1, long arg2, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
GreaterOrEqual(double arg1, double arg2, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
GreaterOrEqual(IComparable arg1, IComparable arg2, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
GreaterOrEqual(int arg1, int arg2) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
GreaterOrEqual(long arg1, long arg2) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
GreaterOrEqual(double arg1, double arg2) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
GreaterOrEqual(IComparable arg1, IComparable arg2) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
Ignore(string format, params object[] args)Loyc.MiniTest.Assertinlinestatic
Ignore()Loyc.MiniTest.Assertinlinestatic
Inconclusive(string format, params object[] args)Loyc.MiniTest.Assertinlinestatic
Inconclusive()Loyc.MiniTest.Assertinlinestatic
IsEmpty(string aString) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
IsEmpty(System.Collections.IEnumerable collection) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
IsFalse(bool condition, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
IsFalse(bool condition) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
IsInstanceOf(Type expected, object actual) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
IsInstanceOf< T >(object actual) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
IsNaN(double aDouble) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
IsNotEmpty(System.Collections.IEnumerable collection) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
IsNotInstanceOf(Type expected, object actual) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
IsNotInstanceOf< T >(object actual) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
IsNotNull(object anObject, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
IsNotNull(object anObject) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
IsNotNullOrEmpty(string aString) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
IsNull(object anObject, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
IsNull(object anObject) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
IsNullOrEmpty(string aString) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
IsTrue(bool condition, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
IsTrue(bool condition) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
Less(long arg1, long arg2, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
Less(double arg1, double arg2, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
Less(IComparable arg1, IComparable arg2, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
Less(int arg1, int arg2) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
Less(long arg1, long arg2) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
Less(double arg1, double arg2) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
Less(IComparable arg1, IComparable arg2) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
LessOrEqual(long arg1, long arg2, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
LessOrEqual(double arg1, double arg2, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
LessOrEqual(IComparable arg1, IComparable arg2, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
LessOrEqual(int arg1, int arg2) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
LessOrEqual(long arg1, long arg2) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
LessOrEqual(double arg1, double arg2) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
LessOrEqual(IComparable arg1, IComparable arg2) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
ReferenceEquals(object a, object b)Loyc.MiniTest.Assertinlinestatic
StopReason enum name (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assert
StopTestDelegate(StopReason reason, string format, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assert
StopTestHandler (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertstatic
Success(string format, params object[] args)Loyc.MiniTest.Assertinlinestatic
Success()Loyc.MiniTest.Assertinlinestatic
That(bool condition, string message, params object[] args)Loyc.MiniTest.Assertinlinestatic
That(bool condition, string message)Loyc.MiniTest.Assertinlinestatic
That(bool condition)Loyc.MiniTest.Assertinlinestatic
ThrowException(StopReason reason, string format, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlineprotectedstatic
Throws< T >(Action code, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
Throws< T >(Action code) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
ThrowsAny(Type expectedExceptionType, Action code, string message, params object[] args)Loyc.MiniTest.Assertinlinestatic
ThrowsAny(Type expectedExceptionType, Action code) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
ThrowsAny< T >(Action code, string message, params object[] args) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic
ThrowsAny< T >(Action code) (defined in Loyc.MiniTest.Assert)Loyc.MiniTest.Assertinlinestatic