File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
src/test/java/net/snowflake/client Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11package net .snowflake .client .core ;
22
3- import static org .junit .jupiter .api .Assertions .*;
3+ import static org .junit .jupiter .api .Assertions .assertEquals ;
4+ import static org .junit .jupiter .api .Assertions .assertNotNull ;
5+ import static org .junit .jupiter .api .Assertions .assertNull ;
46
57import org .junit .jupiter .api .BeforeEach ;
68import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 11package net .snowflake .client .core .auth .oauth ;
22
3- import static org .junit .jupiter .api .Assertions .*;
3+ import static org .junit .jupiter .api .Assertions .assertNotEquals ;
4+ import static org .junit .jupiter .api .Assertions .assertNotNull ;
45
56import org .junit .jupiter .api .BeforeEach ;
67import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 11package net .snowflake .client .jdbc .telemetry ;
22
3- import static org .junit .jupiter .api .Assertions .*;
3+ import static org .junit .jupiter .api .Assertions .assertDoesNotThrow ;
4+ import static org .junit .jupiter .api .Assertions .assertNotNull ;
5+ import static org .junit .jupiter .api .Assertions .assertTrue ;
46
57import java .util .concurrent .Future ;
68import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 11package net .snowflake .client .util ;
22
3- import static org .junit .jupiter .api .Assertions .*;
3+ import static org .junit .jupiter .api .Assertions .assertEquals ;
4+ import static org .junit .jupiter .api .Assertions .assertNotEquals ;
5+ import static org .junit .jupiter .api .Assertions .assertNotNull ;
46
57import org .junit .jupiter .api .Test ;
68
You can’t perform that action at this time.
0 commit comments