private static FinderPath TestFinderPath() { var o = new FinderPath { Id = 12, Version = 123, Comment = "alalala", PathString = "Path String" }; o.XmlSerializeToFile(); return(o); }
public static void Main(string[] args) { UrlTemplate o1 = TestUrlTemplate(); // JarZipFile o2 = TestJarZipFile(); // FinderPath o3 = TestFinderPath(); // ExcludePattern o4 = TestExcludePattern(); // DriverManager o5 = TestDriverManager(o1, o2); // DriverManagerConfiguration o6 = TestDriverManagerConfiguration(); // ConnectionProperty o7 = TestConnectionProperty(); // DataStore o8 = TestDataStore(); // DataColumn o9 = TestDataColumn(); }