File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
security-command-center/snippets/src/test/java/vtwo Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020import static junit .framework .TestCase .assertFalse ;
2121import static junit .framework .TestCase .assertTrue ;
2222
23- import java .io .ByteArrayOutputStream ;
24- import java .io .IOException ;
25- import java .io .PrintStream ;
26- import java .util .concurrent .TimeUnit ;
27- import java .util .regex .Matcher ;
28- import java .util .regex .Pattern ;
2923import com .google .api .gax .rpc .InvalidArgumentException ;
3024import com .google .cloud .securitycenter .v1 .Asset ;
3125import com .google .cloud .securitycenter .v1 .ListAssetsRequest ;
3226import com .google .cloud .securitycenter .v1 .SecurityCenterClient ;
3327import com .google .cloud .securitycenter .v2 .OrganizationName ;
3428import com .google .cloud .securitycenter .v2 .SecurityMarks ;
3529import com .google .cloud .testing .junit4 .MultipleAttemptsRule ;
30+ import java .io .ByteArrayOutputStream ;
31+ import java .io .IOException ;
32+ import java .io .PrintStream ;
33+ import java .util .concurrent .TimeUnit ;
34+ import java .util .regex .Matcher ;
35+ import java .util .regex .Pattern ;
3636import org .junit .After ;
3737import org .junit .AfterClass ;
3838import org .junit .Before ;
You can’t perform that action at this time.
0 commit comments