File tree Expand file tree Collapse file tree 7 files changed +10
-16
lines changed
src/test/java/io/pakland/mdas/githubstats/domain/entity Expand file tree Collapse file tree 7 files changed +10
-16
lines changed Original file line number Diff line number Diff line change 1- package io .pakland .mdas .githubstats .domain ;
1+ package io .pakland .mdas .githubstats .domain . entity ;
22
33import java .util .List ;
44
Original file line number Diff line number Diff line change 1- package io .pakland .mdas .githubstats .domain ;
2-
3- import io .pakland .mdas .githubstats .domain .entity .Commit ;
4- import io .pakland .mdas .githubstats .domain .entity .CommitAggregation ;
5- import org .junit .jupiter .api .Test ;
6-
7- import java .util .List ;
1+ package io .pakland .mdas .githubstats .domain .entity ;
82
93import static org .junit .jupiter .api .Assertions .assertTrue ;
104import static org .mockito .Mockito .mock ;
115
6+ import java .util .List ;
7+ import org .junit .jupiter .api .Test ;
8+
129public class CommitAggregationTest extends CSVTest {
1310
1411 @ Test
Original file line number Diff line number Diff line change 1- package io .pakland .mdas .githubstats .domain ;
1+ package io .pakland .mdas .githubstats .domain . entity ;
22
33import static org .junit .jupiter .api .Assertions .assertEquals ;
44import static org .junit .jupiter .api .Assertions .assertNotEquals ;
Original file line number Diff line number Diff line change 1- package io .pakland .mdas .githubstats .domain ;
1+ package io .pakland .mdas .githubstats .domain . entity ;
22
3- import io .pakland .mdas .githubstats .domain .entity .PullRequest ;
4- import io .pakland .mdas .githubstats .domain .entity .PullRequestAggregation ;
53import org .junit .jupiter .api .Test ;
64
75import java .util .List ;
Original file line number Diff line number Diff line change 1- package io .pakland .mdas .githubstats .domain ;
1+ package io .pakland .mdas .githubstats .domain . entity ;
22
33import static org .junit .jupiter .api .Assertions .assertEquals ;
44import static org .junit .jupiter .api .Assertions .assertNotEquals ;
Original file line number Diff line number Diff line change 1- package io .pakland .mdas .githubstats .domain ;
1+ package io .pakland .mdas .githubstats .domain . entity ;
22
3- import io .pakland .mdas .githubstats .domain .entity .*;
43import org .junit .jupiter .api .Test ;
54
65import java .util .List ;
Original file line number Diff line number Diff line change 1- package io .pakland .mdas .githubstats .domain ;
1+ package io .pakland .mdas .githubstats .domain . entity ;
22
33import org .junit .jupiter .api .Test ;
44
You can’t perform that action at this time.
0 commit comments