NUnit.Framework.Assert.IsNotAssignableFrom(System.Type, object, string, params object[])

Here are the examples of the csharp api class NUnit.Framework.Assert.IsNotAssignableFrom(System.Type, object, string, params object[]) 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 IsNotAssignableFrom( System.Type expected, object actual, string message )
		{
			IsNotAssignableFrom(expected, actual, message, null);
		}

2. Example

Project: 32feet
Source File: Assert.cs
static public void IsNotAssignableFrom( System.Type expected, object actual, string message )
		{
			IsNotAssignableFrom(expected, actual, message, null);
		}