Пример #1
0
        public void GetSerializer()
        {
            MyImplementation impl = new MyImplementation();

            Assert.IsNull(impl.GetSerializer(typeof(int)), "#1");
        }
		public void GetSerializer ()
		{
			MyImplementation impl = new MyImplementation ();
			Assert.IsNull (impl.GetSerializer (typeof (int)), "#1");
		}