public void InputTypeInitialization()
        {
            Type type = typeof(Hashtable);
            DictionaryExporter exporter = new DictionaryExporter(type);

            Assert.AreSame(type, exporter.InputType);
        }
 public void InputTypeInitialization()
 {
     Type type = typeof(Hashtable);
     DictionaryExporter exporter = new DictionaryExporter(type);
     Assert.AreSame(type, exporter.InputType);
 }