File tree Expand file tree Collapse file tree
src/test/java/com/julienvey/trello Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88import com .julienvey .trello .impl .http .AsyncTrelloHttpClient ;
99import com .julienvey .trello .impl .http .RestTemplateHttpClient ;
1010import org .junit .Before ;
11+ import org .junit .BeforeClass ;
1112import org .junit .Test ;
1213import org .junit .runner .RunWith ;
1314import org .junit .runners .Parameterized ;
Original file line number Diff line number Diff line change 1111import com .julienvey .trello .impl .http .AsyncTrelloHttpClient ;
1212import com .julienvey .trello .impl .http .RestTemplateHttpClient ;
1313import org .junit .Before ;
14+ import org .junit .BeforeClass ;
1415import org .junit .Test ;
1516import org .junit .runner .RunWith ;
1617import org .junit .runners .Parameterized ;
Original file line number Diff line number Diff line change 88import com .julienvey .trello .impl .http .AsyncTrelloHttpClient ;
99import com .julienvey .trello .impl .http .RestTemplateHttpClient ;
1010import org .junit .Before ;
11+ import org .junit .BeforeClass ;
1112import org .junit .Test ;
1213import org .junit .runner .RunWith ;
1314import org .junit .runners .Parameterized ;
Original file line number Diff line number Diff line change 77import org .junit .Before ;
88import org .junit .Test ;
99
10+ import java .util .Arrays ;
1011import java .util .List ;
1112
1213import static org .fest .assertions .Assertions .assertThat ;
Original file line number Diff line number Diff line change 88import org .junit .Test ;
99import org .mockito .Mockito ;
1010
11- import java .util .Arrays ;
12- import java .util .List ;
11+ import java .util .*;
1312
1413import static com .julienvey .trello .utils .ArgUtils .arg ;
1514import static org .fest .assertions .Assertions .assertThat ;
Original file line number Diff line number Diff line change 22
33import com .julienvey .trello .Trello ;
44import com .julienvey .trello .TrelloHttpClient ;
5- import com .julienvey .trello .domain .Action ;
6- import com .julienvey .trello .domain .Attachment ;
7- import com .julienvey .trello .domain .Board ;
8- import com .julienvey .trello .domain .Card ;
5+ import com .julienvey .trello .domain .*;
96import com .julienvey .trello .impl .TrelloImpl ;
107import org .junit .Before ;
8+ import org .junit .BeforeClass ;
119import org .junit .Test ;
1210import org .mockito .Mockito ;
1311
1412import java .util .List ;
1513
1614import static org .fest .assertions .Assertions .assertThat ;
17- import static org .mockito .Matchers .any ;
18- import static org .mockito .Matchers .anyString ;
19- import static org .mockito .Matchers .anyVararg ;
15+ import static org .mockito .Matchers .*;
2016import static org .mockito .Matchers .eq ;
21- import static org .mockito .Mockito .*;
17+ import static org .mockito .Mockito .verify ;
18+ import static org .mockito .Mockito .verifyNoMoreInteractions ;
19+ import static org .mockito .Mockito .when ;
2220
2321public class CardGetUnitTest {
2422
Original file line number Diff line number Diff line change 22
33import com .julienvey .trello .Trello ;
44import com .julienvey .trello .TrelloHttpClient ;
5+ import com .julienvey .trello .domain .Card ;
56import com .julienvey .trello .domain .CheckList ;
67import com .julienvey .trello .impl .TrelloImpl ;
78import org .junit .Before ;
1314import static org .mockito .Matchers .anyString ;
1415import static org .mockito .Matchers .anyVararg ;
1516import static org .mockito .Matchers .eq ;
16- import static org .mockito .Mockito .*;
17+ import static org .mockito .Mockito .verify ;
18+ import static org .mockito .Mockito .verifyNoMoreInteractions ;
19+ import static org .mockito .Mockito .when ;
1720
1821public class CheckListGetUnitTest {
1922
Original file line number Diff line number Diff line change 22
33import com .julienvey .trello .Trello ;
44import com .julienvey .trello .TrelloHttpClient ;
5+ import com .julienvey .trello .domain .Attachment ;
6+ import com .julienvey .trello .domain .Card ;
57import com .julienvey .trello .domain .TList ;
68import com .julienvey .trello .impl .TrelloImpl ;
9+ import org .fest .assertions .Assertions ;
710import org .junit .Before ;
11+ import org .junit .BeforeClass ;
812import org .junit .Test ;
913import org .mockito .Mockito ;
1014
1115import static org .fest .assertions .Assertions .assertThat ;
12- import static org .mockito .Matchers .any ;
13- import static org .mockito .Matchers .anyString ;
14- import static org .mockito .Matchers .anyVararg ;
16+ import static org .mockito .Matchers .*;
1517import static org .mockito .Matchers .eq ;
16- import static org .mockito .Mockito .*;
18+ import static org .mockito .Mockito .verify ;
19+ import static org .mockito .Mockito .verifyNoMoreInteractions ;
20+ import static org .mockito .Mockito .when ;
1721
1822public class ListGetUnitTest {
1923
You can’t perform that action at this time.
0 commit comments