Exemplo n.º 1
0
 public void ParsesDataSecurityType(SecurityType type, string path)
 {
     Assert.AreEqual(type, LeanData.ParseDataSecurityType(path));
 }