File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
main/java/com.example.cloudtasks
test/java/com/example/cloudtasks Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 30
30
import com .google .api .services .cloudtasks .v2beta2 .model .PullMessage ;
31
31
import com .google .api .services .cloudtasks .v2beta2 .model .Task ;
32
32
import com .google .common .io .BaseEncoding ;
33
+ import java .io .IOException ;
33
34
import net .sourceforge .argparse4j .ArgumentParsers ;
34
35
import net .sourceforge .argparse4j .inf .ArgumentParser ;
35
36
import net .sourceforge .argparse4j .inf .Namespace ;
36
37
import net .sourceforge .argparse4j .inf .Subparsers ;
37
38
38
- import java .io .IOException ;
39
-
40
39
41
40
public class PullQueue {
42
41
Original file line number Diff line number Diff line change 16
16
17
17
package com .example .cloudtasks ;
18
18
19
+ import static org .junit .Assert .assertNotNull ;
20
+ import static org .junit .Assert .assertTrue ;
21
+
22
+ import java .io .ByteArrayOutputStream ;
23
+ import java .io .PrintStream ;
19
24
import org .junit .After ;
20
25
import org .junit .Before ;
21
26
import org .junit .Test ;
22
27
import org .junit .runner .RunWith ;
23
28
import org .junit .runners .JUnit4 ;
24
29
25
- import java .io .ByteArrayOutputStream ;
26
- import java .io .PrintStream ;
27
-
28
- import static org .junit .Assert .assertNotNull ;
29
- import static org .junit .Assert .assertTrue ;
30
-
31
30
/**
32
31
* Integration (system) tests for {@link PullQueue}.
33
32
*/
You can’t perform that action at this time.
0 commit comments