File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
commercetools/commercetools-sdk-java-api/src/test/java/com/commercetools Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1+
12package com .commercetools ;
23
3- import com . commercetools . api .models . cart_discount . CartDiscountValue ;
4- import com . commercetools . api . models . cart_discount . CartDiscountValueAbsoluteDraft ;
4+ import static org . junit . jupiter . api .Assertions .* ;
5+
56import com .commercetools .api .models .common .LocalizedString ;
6- import com .commercetools .api .models .common .Money ;
7- import com .commercetools .api .models .customer .CustomerResourceIdentifierBuilder ;
8- import com .commercetools .api .models .payment .PaymentDraft ;
97import com .commercetools .api .models .payment .PaymentMethodInfo ;
108import com .commercetools .api .models .payment .PaymentMethodInfoDraft ;
11- import org .assertj .core .api .Assert ;
12- import org .junit .jupiter .api .Test ;
13- import org .mockito .Mock ;
149
15- import static org .assertj .core .api .Assertions .assertThat ;
16- import static org .junit .jupiter .api .Assertions .*;
10+ import org .junit .jupiter .api .Test ;
1711
1812public class PaymentMethodInfoMixinTest {
1913 @ Test
You can’t perform that action at this time.
0 commit comments