Package hudson.plugins.test.utils.scms

Examples of hudson.plugins.test.utils.scms.ScmUnderTestGit



public class InitRepositoryGitTest extends InitRepositoryTest {

  public InitRepositoryGitTest() {
    super(new ScmUnderTestGit());
  }
View Full Code Here


import org.junit.Ignore;

public class HudsonExtensionsGitTest extends HudsonExtensionsTest {

  public HudsonExtensionsGitTest() {
    super(new ScmUnderTestGit());
  }
View Full Code Here

TOP

Related Classes of hudson.plugins.test.utils.scms.ScmUnderTestGit

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.