Exemplo n.º 1
0
        public void InputTypeInitialization()
        {
            Type type = typeof(Array);
            EnumerableExporter exporter = new EnumerableExporter(type);

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