Skip to content

Commit

Permalink
Update OrganizationFolderTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed May 2, 2019
1 parent 2ebac15 commit ee1d079
Showing 1 changed file with 18 additions and 21 deletions.
39 changes: 18 additions & 21 deletions src/test/java/jenkins/branch/OrganizationFolderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,9 @@

package jenkins.branch;

import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.notNullValue;
import static org.hamcrest.Matchers.nullValue;
import static org.junit.Assert.*;

import java.io.IOException;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import java.util.Set;

import org.acegisecurity.Authentication;
import org.acegisecurity.providers.TestingAuthenticationToken;
import org.junit.Rule;
import org.junit.Test;
import org.jvnet.hudson.test.Issue;
import org.jvnet.hudson.test.JenkinsRule;
import org.jvnet.hudson.test.TestExtension;
import org.kohsuke.stapler.DataBoundConstructor;

import com.cloudbees.hudson.plugins.folder.computed.ChildObserver;
import com.cloudbees.hudson.plugins.folder.computed.ComputedFolder;
import com.google.common.collect.ImmutableSet;

import hudson.ExtensionList;
import hudson.model.Item;
import hudson.model.ItemGroup;
Expand All @@ -56,6 +35,11 @@
import hudson.model.View;
import hudson.scm.NullSCM;
import hudson.security.Permission;
import java.io.IOException;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import java.util.Set;
import jenkins.branch.harness.MultiBranchImpl;
import jenkins.scm.api.SCMNavigator;
import jenkins.scm.api.SCMSource;
Expand All @@ -68,6 +52,19 @@
import jenkins.scm.impl.mock.MockSCMDiscoverTags;
import jenkins.scm.impl.mock.MockSCMHead;
import jenkins.scm.impl.mock.MockSCMNavigator;
import org.acegisecurity.Authentication;
import org.acegisecurity.providers.TestingAuthenticationToken;
import org.junit.Rule;
import org.junit.Test;
import org.jvnet.hudson.test.Issue;
import org.jvnet.hudson.test.JenkinsRule;
import org.jvnet.hudson.test.TestExtension;
import org.kohsuke.stapler.DataBoundConstructor;

import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.notNullValue;
import static org.hamcrest.Matchers.nullValue;
import static org.junit.Assert.*;

public class OrganizationFolderTest {

Expand Down

0 comments on commit ee1d079

Please sign in to comment.