File tree 4 files changed +4
-7
lines changed
src/test/java/com/amigoscode/unittesting
4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
- package com .amigoscode ;
1
+ package com .amigoscode . unittesting ;
2
2
3
3
import org .junit .jupiter .api .*;
4
4
import org .junit .jupiter .api .condition .EnabledOnOs ;
Original file line number Diff line number Diff line change 1
- package com .amigoscode ;
1
+ package com .amigoscode . unittesting ;
2
2
3
- import com .amigoscode .unittesting .Calculator ;
4
3
import org .junit .jupiter .api .*;
5
4
6
5
import static org .assertj .core .api .Assertions .assertThat ;
Original file line number Diff line number Diff line change 1
- package com .amigoscode ;
1
+ package com .amigoscode . unittesting ;
2
2
3
- import com .amigoscode .unittesting .EmailValidator ;
4
3
import org .junit .jupiter .params .ParameterizedTest ;
5
4
import org .junit .jupiter .params .provider .CsvSource ;
6
5
Original file line number Diff line number Diff line change 1
- package com .amigoscode ;
1
+ package com .amigoscode . unittesting ;
2
2
3
- import com .amigoscode .unittesting .PasswordValidator ;
4
3
import org .junit .jupiter .api .Test ;
5
4
import org .junit .jupiter .params .ParameterizedTest ;
6
5
import org .junit .jupiter .params .provider .CsvSource ;
You can’t perform that action at this time.
0 commit comments