Beispiel #1
0
 public void get_plugin_type(string name, Type type)
 {
     PluginConfig c = new PluginConfig(new Config(new ResizerSection()));
     Type t = c.FindPluginType(name);
     Debug.WriteLine(new List<IIssue>(c.GetIssues())[0]);
     Assert.AreEqual<Type>(type, t);
 }
Beispiel #2
0
        public void get_plugin_type(string name, Type type)
        {
            PluginConfig c = new PluginConfig(new Config(new ResizerSection()));
            Type         t = c.FindPluginType(name);

            Debug.WriteLine(new List <IIssue>(c.GetIssues())[0]);
            Assert.Equal <Type>(type, t);
        }