예제 #1
0
파일: Test.cs 프로젝트: yallie/ApexSharp
 public static void testSandboxPostCopyScript(SandboxPostCopy script, ID organizationId, ID sandboxId, string sandboxName)
 {
     Implementation.testSandboxPostCopyScript(script, organizationId, sandboxId, sandboxName);
 }
예제 #2
0
 //public static void TestInstall(InstallHandler script,Version version){throw new global::System.NotImplementedException("Test.TestInstall");}
 //public static void TestInstall(InstallHandler script,Version version,bool isPush){throw new global::System.NotImplementedException("Test.TestInstall");}
 public static void testSandboxPostCopyScript(SandboxPostCopy script, ID organizationId, ID sandboxId,
                                              string sandboxName)
 {
     throw new global::System.NotImplementedException("Test.TestSandboxPostCopyScript");
 }