IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
A series of unit tests to ensure that the type extensions in the portable framework behave the same as their counterparts in the full framework More...
Public Member Functions | |
void | CanCallTypeInfoOnAllPlatforms () |
void | CanGetGenericArguments () |
void | CanGetConstructors () |
void | CanGetContructorWithParams (Type paramType) |
void | CanGetGenericConstructor () |
void | IsAssignableFromTest () |
void | IsInstanceOfTypeTest () |
void | CanGetInterfaces (Type type, Type @interface) |
void | CanGetMember (Type type, string name) |
void | DoesNotGetStaticMemberOnBaseClass () |
void | DoesNotGetPrivateMemberOnBaseClass () |
void | CanGetPublicField () |
void | DoesNotGetPrivateField () |
void | CanGetProperty (Type type, string name) |
void | DoesNotGetStaticPropertyOnBase () |
void | CanGetPropertyWithBindingFlags (Type type, string name, BindingFlags flags, bool shouldFind) |
void | CanGetMethodByName (Type type, string name, bool shouldFind) |
void | CanGetMethodByNameAndArgs (Type type, string name, Type[] args, bool shouldFind) |
void | CanGetMethodByNameAndBindingFlags (Type type, string name, BindingFlags flags, bool shouldFind) |
void | CanGetStaticMethodsOnBase (BindingFlags flags) |
void | DoesNotFindStaticMethodsOnBase (BindingFlags flags) |
void | CanGetGetMethod (string name, bool nonPublic, bool shouldFind) |
Private Attributes | |
const bool | ONLY_ON_CF = false |
A series of unit tests to ensure that the type extensions in the portable framework behave the same as their counterparts in the full framework
|
inline |
References NUnit.Framework.Is.Not, and NUnit.Framework.Assert.That().
|
inline |
References NUnit.Framework.Is.EqualTo(), and NUnit.Framework.Assert.That().
|
inline |
|
inline |
References NUnit.Framework.Is.Not, and NUnit.Framework.Assert.That().
|
inline |
References NUnit.Framework.Is.Not, and NUnit.Framework.Assert.That().
|
inline |
References NUnit.Framework.Is.False, NUnit.Framework.Assert.That(), and NUnit.Framework.Is.True.
|
inline |
References NUnit.Framework.Is.False, NUnit.Framework.Assert.That(), and NUnit.Framework.Is.True.
|
inline |
|
inline |
References NUnit.Framework.Is.EqualTo(), NUnit.Framework.Is.Not, and NUnit.Framework.Assert.That().
|
inline |
References NUnit.Framework.Is.EqualTo(), NUnit.Framework.Is.Not, and NUnit.Framework.Assert.That().
|
inline |
References NUnit.Framework.Is.EqualTo(), NUnit.Framework.Is.Not, and NUnit.Framework.Assert.That().
|
inline |
References NUnit.Framework.Is.Not, and NUnit.Framework.Assert.That().
|
inline |
References NUnit.Framework.Is.Null, and NUnit.Framework.Assert.That().
|
inline |
References NUnit.Framework.Is.Not, and NUnit.Framework.Assert.That().
|
inline |
References NUnit.Framework.Is.Null, and NUnit.Framework.Assert.That().
|
inline |
References NUnit.Framework.Assert.AreEqual().
|
inline |
References NUnit.Framework.Assert.AreEqual().
|
inline |
References NUnit.Framework.Assert.AreEqual().
|
inline |
References NUnit.Framework.Assert.AreEqual().
|
inline |
References NUnit.Framework.Assert.Fail(), and NUnit.Framework.Assert.Pass().
|
inline |
References NUnit.Framework.Assert.Fail().
|
inline |
References NUnit.Framework.Is.EqualTo(), NUnit.Framework.Is.Not, and NUnit.Framework.Assert.That().
|
private |