Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
Temporary tests renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Lancelot committed Feb 11, 2016
1 parent 3daec15 commit f26a034
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import static org.sonarsource.auth.github.GithubSettings2.LOGIN_STRATEGY_DEFAULT_VALUE;
import static org.sonarsource.auth.github.GitHubSettings.LOGIN_STRATEGY_DEFAULT_VALUE;

public class GitHubIdentityProviderTest {
public class GithubIdentityProviderTest2 {

@Rule
public ExpectedException thrown = ExpectedException.none();

Settings settings = new Settings();

GithubSettings2 githubSettings = new GithubSettings2(settings);
GitHubSettings githubSettings = new GitHubSettings(settings);

GithubIdentityProvider2 underTest = new GithubIdentityProvider2(githubSettings);
GitHubIdentityProvider underTest = new GitHubIdentityProvider(githubSettings);

@Test
public void check_fields() throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import static org.sonarsource.auth.github.GitHubSettings.LOGIN_STRATEGY_DEFAULT_VALUE;
import static org.sonarsource.auth.github.GitHubSettings.LOGIN_STRATEGY_PROVIDER_ID;

public class GithubSettingsTest {
public class GithubSettingsTest2 {

Settings settings = new Settings();

Expand Down

0 comments on commit f26a034

Please sign in to comment.