File tree Expand file tree Collapse file tree
src/test/java/it/aboutbits/springboot/toolbox Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- package it .aboutbits .springboot .toolbox .support ;
1+ package it .aboutbits .springboot .toolbox ._support ;
22
3- import it .aboutbits .springboot .toolbox .support .persistence .WithPostgres ;
3+ import it .aboutbits .springboot .toolbox ._support .persistence .WithPostgres ;
44import org .springframework .boot .test .context .SpringBootTest ;
55
66import java .lang .annotation .ElementType ;
Original file line number Diff line number Diff line change 1- package it .aboutbits .springboot .toolbox .support ;
1+ package it .aboutbits .springboot .toolbox ._support ;
22
33import org .springframework .boot .test .autoconfigure .web .servlet .AutoConfigureMockMvc ;
44
Original file line number Diff line number Diff line change 1- package it .aboutbits .springboot .toolbox .support ;
1+ package it .aboutbits .springboot .toolbox ._support ;
22
3- import it .aboutbits .springboot .toolbox .support .persistence .WithPostgres ;
3+ import it .aboutbits .springboot .toolbox ._support .persistence .WithPostgres ;
44
55import java .lang .annotation .Retention ;
66import java .lang .annotation .RetentionPolicy ;
Original file line number Diff line number Diff line change 1- package it .aboutbits .springboot .toolbox .support .persistence ;
1+ package it .aboutbits .springboot .toolbox ._support .persistence ;
22
33import lombok .extern .log4j .Log4j2 ;
44import org .junit .jupiter .api .extension .AfterEachCallback ;
Original file line number Diff line number Diff line change 1- package it .aboutbits .springboot .toolbox .support .persistence ;
1+ package it .aboutbits .springboot .toolbox ._support .persistence ;
22
33import org .junit .jupiter .api .extension .ExtendWith ;
44import org .junit .jupiter .api .parallel .ResourceAccessMode ;
Original file line number Diff line number Diff line change 11package it .aboutbits .springboot .toolbox .autoconfiguration .mvc ;
22
33import com .fasterxml .jackson .databind .ObjectMapper ;
4+ import it .aboutbits .springboot .toolbox ._support .HttpTest ;
45import it .aboutbits .springboot .toolbox .autoconfiguration .mvc .body .BodyWithEmailAddress ;
56import it .aboutbits .springboot .toolbox .autoconfiguration .mvc .body .BodyWithIban ;
67import it .aboutbits .springboot .toolbox .autoconfiguration .mvc .body .BodyWithScaledBigDecimal ;
78import it .aboutbits .springboot .toolbox .autoconfiguration .mvc .body .BodyWithUUID ;
8- import it .aboutbits .springboot .toolbox .support .HttpTest ;
99import it .aboutbits .springboot .toolbox .type .EmailAddress ;
1010import it .aboutbits .springboot .toolbox .type .Iban ;
1111import it .aboutbits .springboot .toolbox .type .ScaledBigDecimal ;
Original file line number Diff line number Diff line change 11package it .aboutbits .springboot .toolbox .autoconfiguration .mvc ;
22
33import com .fasterxml .jackson .databind .ObjectMapper ;
4+ import it .aboutbits .springboot .toolbox ._support .HttpTest ;
45import it .aboutbits .springboot .toolbox .autoconfiguration .mvc .body .BodyWithEntityId ;
56import it .aboutbits .springboot .toolbox .autoconfiguration .persistence .impl .jpa .CustomTypeTestModel ;
6- import it .aboutbits .springboot .toolbox .support .HttpTest ;
77import lombok .NonNull ;
88import org .junit .jupiter .api .Nested ;
99import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 11package it .aboutbits .springboot .toolbox .autoconfiguration .persistence ;
22
3+ import it .aboutbits .springboot .toolbox ._support .ApplicationTest ;
34import it .aboutbits .springboot .toolbox .autoconfiguration .persistence .impl .jpa .CustomTypeTestModel ;
45import it .aboutbits .springboot .toolbox .autoconfiguration .persistence .impl .jpa .CustomTypeTestModelRepository ;
5- import it .aboutbits .springboot .toolbox .support .ApplicationTest ;
66import it .aboutbits .springboot .toolbox .type .EmailAddress ;
77import it .aboutbits .springboot .toolbox .type .Iban ;
88import it .aboutbits .springboot .toolbox .type .ScaledBigDecimal ;
Original file line number Diff line number Diff line change 11package it .aboutbits .springboot .toolbox .autoconfiguration .persistence ;
22
3+ import it .aboutbits .springboot .toolbox ._support .ApplicationTest ;
4+ import it .aboutbits .springboot .toolbox ._support .WithPersistence ;
35import it .aboutbits .springboot .toolbox .autoconfiguration .persistence .impl .jpa .CustomTypeTestModel ;
46import it .aboutbits .springboot .toolbox .autoconfiguration .persistence .impl .jpa .CustomTypeTestModelRepository ;
57import it .aboutbits .springboot .toolbox .autoconfiguration .persistence .impl .jpa .ReferencedTestModel ;
6- import it .aboutbits .springboot .toolbox .support .ApplicationTest ;
7- import it .aboutbits .springboot .toolbox .support .WithPersistence ;
88import org .junit .jupiter .api .Nested ;
99import org .junit .jupiter .api .Test ;
1010import org .springframework .beans .factory .annotation .Autowired ;
Original file line number Diff line number Diff line change 11package it .aboutbits .springboot .toolbox .autoconfiguration .swagger ;
22
3- import it .aboutbits .springboot .toolbox .support .HttpTest ;
3+ import it .aboutbits .springboot .toolbox ._support .HttpTest ;
44import lombok .NonNull ;
55import org .junit .jupiter .api .Test ;
66import org .springframework .beans .factory .annotation .Autowired ;
You can’t perform that action at this time.
0 commit comments