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