NUnit.Framework.Assert.IsAssignableFrom(System.Type, object, string)

Here are the examples of the csharp api class NUnit.Framework.Assert.IsAssignableFrom(System.Type, object, string) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

2 Examples 7

1. Example

Project: 32feet
Source File: Assert.cs
static public void IsAssignableFrom( System.Type expected, object actual )
		{
			IsAssignableFrom(expected, actual, "");
		}

2. Example

Project: 32feet
Source File: Assert.cs
static public void IsAssignableFrom( System.Type expected, object actual )
		{
			IsAssignableFrom(expected, actual, "");
		}