Beispiel #1
0
		public void GetType_Null_Null_String_False ()
		{
			OurToolboxItem item = new OurToolboxItem ();
			Assert.IsNull (item._GetType (null, null, "string", false), "GetType");
		}
        public void GetType_Null_Null_String_False()
        {
            OurToolboxItem item = new OurToolboxItem();

            Assert.IsNull(item._GetType(null, null, "string", false), "GetType");
        }