public void CurrentVersionFromDBTest()
 {
     SymNetSettingContainer target = new SymNetSettingContainer(); // TODO: Initialize to an appropriate value
     Version actual;
     actual = target.CurrentVersionFromDB;
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void SymNetSettingContainerConstructorTest()
 {
     SymNetSettingContainer target = new SymNetSettingContainer();
 }