[bcl] Replace deprecated usage of Assertion class and Is.InstanceOfType usages.
authorMarcos Henrich <marcos.henrich@xamarin.com>
Mon, 1 Aug 2016 10:06:47 +0000 (11:06 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Sat, 29 Oct 2016 12:09:34 +0000 (14:09 +0200)
commit591368251320e6c5b0c1b752b2c86b1aabf4e8ac
tree24b68aba51a8ead8ac2e00bfbe30549ba5fd3442
parent863dc73d1984175cb52734e1cb755c9d57de53bd
[bcl] Replace deprecated usage of Assertion class and Is.InstanceOfType usages.

nunitlite does not contain Assertion class.

nunitlite does not implement Is.InstanceOfType, replaced usages of:
Assert.That (type, Is.InstanceOfType(typeof(T))) with Assert.IsInstanceOfType.
mcs/class/System.Data/Test/System.Data/TypedDataSetGeneratorTest.cs
mcs/class/System.Runtime.Remoting/Test/RemotingServicesTest.cs
mcs/class/System.Runtime.Serialization/Test/System.Runtime.Serialization/XsdDataContractExporterTest2.cs
mcs/class/System.ServiceModel/Test/MetadataTests/BindingTestAssertions.cs
mcs/class/corlib/Test/System.Text/Latin1EncodingTest.cs