Package hudson.plugins.test.utils.scms

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


import org.junit.Test;

public class ScmSyncConfigurationBasicTest extends ScmSyncConfigurationBaseTest {

  public ScmSyncConfigurationBasicTest() {
    super(new ScmUnderTestSubversion());
  }
View Full Code Here


@PrepareForTest(SaveableListener.class)
public class CurrentVersionCompatibilityTest extends ScmSyncConfigurationPluginBaseTest {

  public CurrentVersionCompatibilityTest() {
    super(new ScmUnderTestSubversion());
  }
View Full Code Here

import org.junit.Test;

public class V0_0_4CompatibilityTest extends ScmSyncConfigurationPluginBaseTest {

  public V0_0_4CompatibilityTest() {
    super(new ScmUnderTestSubversion());
  }
View Full Code Here

@PrepareForTest(SaveableListener.class)
public class V0_0_3CompatibilityTest extends ScmSyncConfigurationPluginBaseTest {

  public V0_0_3CompatibilityTest() {
    super(new ScmUnderTestSubversion());
  }
View Full Code Here

import hudson.plugins.test.utils.scms.ScmUnderTestSubversion;

public class InitRepositorySubversionTest extends InitRepositoryTest {

  public InitRepositorySubversionTest() {
    super(new ScmUnderTestSubversion());
  }
View Full Code Here

@PrepareForTest(SaveableListener.class)
public class V0_0_2CompatibilityTest extends ScmSyncConfigurationPluginBaseTest {
 
  public V0_0_2CompatibilityTest() {
    super(new ScmUnderTestSubversion());
  }
View Full Code Here


public class HudsonExtensionsSubversionTest extends HudsonExtensionsTest {

  public HudsonExtensionsSubversionTest() {
    super(new ScmUnderTestSubversion());
  }
View Full Code Here

public class JobConfigScmSyncStrategyTest extends ScmSyncConfigurationPluginBaseTest {

    private ScmSyncConfigurationSaveableListener sscConfigurationSaveableListener;

    public JobConfigScmSyncStrategyTest() {
        super(new ScmUnderTestSubversion());
    }
View Full Code Here

TOP

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

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.