File tree Expand file tree Collapse file tree 5 files changed +17
-18
lines changed
main/java/com/github/seanyinx/sandbox/coffee/maker
test/java/com/github/seanyinx/sandbox Expand file tree Collapse file tree 5 files changed +17
-18
lines changed Original file line number Diff line number Diff line change 1- package com .oneapm .coffee .maker ;
1+ package com .github . seanyinx . sandbox .coffee .maker ;
22
3- import static com .oneapm .coffee .maker .CoffeeType .BLACK ;
4- import static com .oneapm .coffee .maker .CoffeeType .CAPPUCCINO ;
5- import static com .oneapm .coffee .maker .CoffeeType .ESPRESSO ;
6- import static com .oneapm .coffee .maker .CoffeeType .LATTE ;
7- import static com .oneapm .coffee .maker .CoffeeType .MOCHA ;
3+ import static com .github . seanyinx . sandbox .coffee .maker .CoffeeType .BLACK ;
4+ import static com .github . seanyinx . sandbox .coffee .maker .CoffeeType .CAPPUCCINO ;
5+ import static com .github . seanyinx . sandbox .coffee .maker .CoffeeType .ESPRESSO ;
6+ import static com .github . seanyinx . sandbox .coffee .maker .CoffeeType .LATTE ;
7+ import static com .github . seanyinx . sandbox .coffee .maker .CoffeeType .MOCHA ;
88
99public class CoffeeMaker {
1010 static final String WATER = "Water" ;
Original file line number Diff line number Diff line change 1- package com .oneapm .coffee .maker ;
1+ package com .github . seanyinx . sandbox .coffee .maker ;
22
33public enum CoffeeType {
44 CAPPUCCINO ,
Original file line number Diff line number Diff line change 1- package com .oneapm .coffee .maker ;
1+ package com .github . seanyinx . sandbox .coffee .maker ;
22
33interface Pourable {
44 void pour (String stuff );
Original file line number Diff line number Diff line change 1- package com .oneapm .coffee .maker ;
2-
3- import org .junit .Test ;
1+ package com .github .seanyinx .sandbox .coffee .maker ;
42
53import java .util .ArrayList ;
64import java .util .List ;
5+ import org .junit .Test ;
76
8- import static com .oneapm .coffee .maker .CoffeeType .BLACK ;
9- import static com .oneapm .coffee .maker .CoffeeType .CAPPUCCINO ;
10- import static com .oneapm .coffee .maker .CoffeeType .ESPRESSO ;
11- import static com .oneapm .coffee .maker .CoffeeType .LATTE ;
12- import static com .oneapm .coffee .maker .CoffeeType .MOCHA ;
7+ import static com .github . seanyinx . sandbox .coffee .maker .CoffeeType .BLACK ;
8+ import static com .github . seanyinx . sandbox .coffee .maker .CoffeeType .CAPPUCCINO ;
9+ import static com .github . seanyinx . sandbox .coffee .maker .CoffeeType .ESPRESSO ;
10+ import static com .github . seanyinx . sandbox .coffee .maker .CoffeeType .LATTE ;
11+ import static com .github . seanyinx . sandbox .coffee .maker .CoffeeType .MOCHA ;
1312import static org .hamcrest .MatcherAssert .assertThat ;
14- import static org .hamcrest .Matchers .contains ;
13+ import static org .hamcrest .collection . IsIterableContainingInOrder .contains ;
1514
1615public class CoffeeMakerTest {
1716
Original file line number Diff line number Diff line change 1- package com .oneapm .tps .agent .service .domain ;
1+ package com .github . seanyinx . sandbox .tps .agent .service .domain ;
22
33import org .junit .Test ;
44
You can’t perform that action at this time.
0 commit comments