Ejemplo n.º 1
0
 public void EnvironmentPathsKey_NotSupported()
 {
     DelphiRegistryKeys.EnvironmentPathsKey(LibraryPathType.Delphi5);
 }
Ejemplo n.º 2
0
 public void RootDirKey_NotSupported()
 {
     DelphiRegistryKeys.RootDirKey(LibraryPathType.Delphi2009);
 }
Ejemplo n.º 3
0
 public void EnvironmentPathsKey()
 {
     Assert.IsNotNull(DelphiRegistryKeys.EnvironmentPathsKey(LibraryPathType.Delphi6), "Delphi6 should be created");
 }
Ejemplo n.º 4
0
 public void RootDirKey()
 {
     Assert.IsNotNull(DelphiRegistryKeys.RootDirKey(LibraryPathType.Delphi5), "Delphi5 should be created");
     Assert.IsNotNull(DelphiRegistryKeys.RootDirKey(LibraryPathType.Delphi6), "Delphi5 should be created");
 }