File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
google-cloud-storage/src/test/java/com/google/cloud/storage Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 4545import com .google .cloud .storage .it .ChecksummedTestContent ;
4646import com .google .cloud .storage .it .GrpcPlainRequestLoggingInterceptor ;
4747import com .google .cloud .storage .it .GrpcRequestAuditing ;
48- import com .google .cloud .storage .it .runner .StorageITRunner ;
49- import com .google .cloud .storage .it .runner .annotations .Backend ;
50- import com .google .cloud .storage .it .runner .annotations .SingleBackend ;
5148import com .google .common .collect .ImmutableList ;
5249import com .google .common .collect .ImmutableMap ;
5350import com .google .common .collect .Lists ;
10299import javax .crypto .spec .SecretKeySpec ;
103100import org .junit .Test ;
104101import org .junit .function .ThrowingRunnable ;
105- import org .junit .runner .RunWith ;
106102
107- @ RunWith (StorageITRunner .class )
108- @ SingleBackend (Backend .TEST_BENCH )
109103public final class ITObjectReadSessionFakeTest {
110104
111105 private static final Metadata .Key <com .google .rpc .Status > GRPC_STATUS_DETAILS_KEY =
You can’t perform that action at this time.
0 commit comments