index
int64
0
0
repo_id
stringlengths
26
205
file_path
stringlengths
51
246
content
stringlengths
8
433k
__index_level_0__
int64
0
10k
0
Create_ds/spectator/spectator-perf/src/test/java/com/netflix/spectator
Create_ds/spectator/spectator-perf/src/test/java/com/netflix/spectator/perf/AtlasMemoryUseTest.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
6,100
0
Create_ds/spectator/spectator-perf/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-perf/src/main/java/com/netflix/spectator/perf/TagValueExplosion.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
6,101
0
Create_ds/spectator/spectator-perf/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-perf/src/main/java/com/netflix/spectator/perf/TagKeyExplosion.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
6,102
0
Create_ds/spectator/spectator-perf/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-perf/src/main/java/com/netflix/spectator/perf/ManyTags.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
6,103
0
Create_ds/spectator/spectator-perf/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-perf/src/main/java/com/netflix/spectator/perf/Main.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
6,104
0
Create_ds/spectator/spectator-perf/src/main/java/com/netflix/spectator
Create_ds/spectator/spectator-perf/src/main/java/com/netflix/spectator/perf/NameExplosion.java
/* * Copyright 2014-2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
6,105
0
Create_ds/RxGroups/sample/src/test/java/com/airbnb
Create_ds/RxGroups/sample/src/test/java/com/airbnb/rxgroups/ExampleUnitTest.java
package com.airbnb.rxgroups; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); } }
6,106
0
Create_ds/RxGroups/sample/src/main/java/com/airbnb
Create_ds/RxGroups/sample/src/main/java/com/airbnb/rxgroups/SampleApplication.java
/* * Copyright (C) 2016 Airbnb, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
6,107
0
Create_ds/RxGroups/sample/src/main/java/com/airbnb
Create_ds/RxGroups/sample/src/main/java/com/airbnb/rxgroups/MainActivity.java
/* * Copyright (C) 2016 Airbnb, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
6,108
0
Create_ds/RxGroups/rxgroups/src/test/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/test/java/com/airbnb/rxgroups/SubscriptionProxyTest.java
/* * Copyright (C) 2016 Airbnb, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
6,109
0
Create_ds/RxGroups/rxgroups/src/test/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/test/java/com/airbnb/rxgroups/ObservableManagerTest.java
/* * Copyright (C) 2016 Airbnb, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
6,110
0
Create_ds/RxGroups/rxgroups/src/test/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/test/java/com/airbnb/rxgroups/ObservableGroupTest.java
/* * Copyright (C) 2016 Airbnb, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
6,111
0
Create_ds/RxGroups/rxgroups/src/test/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/test/java/com/airbnb/rxgroups/NonResubscribableTagTest.java
package com.airbnb.rxgroups; import org.junit.Test; import static org.assertj.core.api.Assertions.assertThat; public class NonResubscribableTagTest { @Test public void testMatch() { Object test = new Object(); final String tag = NonResubscribableTag.create(test); assertThat(NonResubscribableTag.isNo...
6,112
0
Create_ds/RxGroups/rxgroups/src/test/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/test/java/com/airbnb/rxgroups/ResubscribeHelperTest.java
package com.airbnb.rxgroups; import org.junit.Test; import static org.assertj.core.api.Assertions.assertThat; public class ResubscribeHelperTest { static class BaseClass { boolean baseInitialized; } static class MiddleClass extends BaseClass { boolean middleInitialized; } private static class Le...
6,113
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/Preconditions.java
/* * Copyright (C) 2007 The Guava Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
6,114
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/GroupSubscriptionTransformer.java
/* * Copyright (C) 2016 Airbnb, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
6,115
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/SubscriptionProxy.java
/* * Copyright (C) 2016 Airbnb, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
6,116
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/TestAutoResubscribingObserver.java
package com.airbnb.rxgroups; import io.reactivex.annotations.NonNull; import io.reactivex.disposables.Disposable; import io.reactivex.observers.TestObserver; class TestAutoResubscribingObserver extends AutoResubscribingObserver<String> implements Disposable { public final TestObserver<String> assertionTarget;...
6,117
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/AutoResubscribingObserver.java
package com.airbnb.rxgroups; import io.reactivex.annotations.NonNull; import io.reactivex.disposables.Disposable; /** * A {@link io.reactivex.Observer} which has a stable tag. Must be used with {@link AutoResubscribe} * annotation to set the tag before observer is used. */ public abstract class AutoResubscribingOb...
6,118
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/AutoTaggableObserver.java
package com.airbnb.rxgroups; import io.reactivex.Observer; /** * {@link Observer} with a unique tag which can be automatically set during * {@link ObservableGroup#initializeAutoTaggingAndResubscription(Object)} * when used with {@link AutoResubscribe} or {@link AutoTag}. */ public interface AutoTaggableObserver<...
6,119
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/AutoResubscribe.java
/* * Copyright (C) 2016 Airbnb, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
6,120
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/AutoTag.java
package com.airbnb.rxgroups; /** * Used on {@link AutoTaggableObserver} fields to indicate that a unique tag should automatically be * injected into the Observer. Unlike {@link AutoResubscribe} this annotation does <i>not</i> * signify that the Observer should be resubscribed upon initialization. */ public @interf...
6,121
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/ResubscribeHelper.java
package com.airbnb.rxgroups; import com.airbnb.rxgroups.processor.ProcessorHelper; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import java.util.LinkedHashMap; import java.util.Map; import javax.annotation.Nullable; class ResubscribeHelper { private static final Map<C...
6,122
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/GroupResubscriptionTransformer.java
/* * Copyright (C) 2016 Airbnb, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
6,123
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/Utils.java
package com.airbnb.rxgroups; import io.reactivex.Observer; final class Utils { static String getObserverTag(Observer<?> observer) { if (observer instanceof TaggedObserver) { String definedTag = ((TaggedObserver) observer).getTag(); if (definedTag != null) { return definedTag; } } ...
6,124
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/BaseObservableResubscriber.java
package com.airbnb.rxgroups; public class BaseObservableResubscriber { protected void setTag(AutoResubscribingObserver target, String tag) { target.setTag(tag); } protected void setTag(AutoTaggableObserver target, String tag) { target.setTag(tag); } }
6,125
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/TaggedObserver.java
package com.airbnb.rxgroups; import io.reactivex.Observer; /** * An {@link Observer} which as a string "tag" which * uniquely identifies this Observer. */ public interface TaggedObserver<T> extends Observer<T> { /** * @return A string which uniquely identifies this Observer. In order to use * {@link Obse...
6,126
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/ObservableManager.java
/* * Copyright (C) 2016 Airbnb, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
6,127
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/ObservableGroup.java
/* * Copyright (C) 2016 Airbnb, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
6,128
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/SourceSubscription.java
/* * Copyright (C) 2016 Airbnb, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
6,129
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/NonResubscribableTag.java
package com.airbnb.rxgroups; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * Creates a tag of the form NonResubscribableTag_className#hashcode. */ class NonResubscribableTag { private static final String IDENTIFIER = NonResubscribableTag.class.getSimpleName(); private static final Pattern...
6,130
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/ManagedObservable.java
/* * Copyright (C) 2016 Airbnb, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
6,131
0
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups
Create_ds/RxGroups/rxgroups/src/main/java/com/airbnb/rxgroups/processor/ProcessorHelper.java
package com.airbnb.rxgroups.processor; public class ProcessorHelper { public static final String GENERATED_CLASS_NAME_SUFFIX = "_ObservableResubscriber"; }
6,132
0
Create_ds/RxGroups/rxgroups-processor/src/main/java/com/airbnb/rxgroups
Create_ds/RxGroups/rxgroups-processor/src/main/java/com/airbnb/rxgroups/processor/ProcessorUtils.java
package com.airbnb.rxgroups.processor; import com.airbnb.rxgroups.AutoResubscribingObserver; import com.airbnb.rxgroups.AutoTaggableObserver; import com.airbnb.rxgroups.TaggedObserver; import javax.lang.model.element.Element; import javax.lang.model.type.TypeMirror; import javax.lang.model.util.Elements; import java...
6,133
0
Create_ds/RxGroups/rxgroups-processor/src/main/java/com/airbnb/rxgroups
Create_ds/RxGroups/rxgroups-processor/src/main/java/com/airbnb/rxgroups/processor/ResubscriptionProcessor.java
package com.airbnb.rxgroups.processor; import com.airbnb.rxgroups.AutoResubscribe; import com.airbnb.rxgroups.AutoResubscribingObserver; import com.airbnb.rxgroups.AutoTag; import com.airbnb.rxgroups.AutoTaggableObserver; import com.airbnb.rxgroups.BaseObservableResubscriber; import com.airbnb.rxgroups.ObservableGroup...
6,134
0
Create_ds/RxGroups/rxgroups-android/src/test/java/com/airbnb
Create_ds/RxGroups/rxgroups-android/src/test/java/com/airbnb/rxgroups/GroupLifecycleManagerTest.java
package com.airbnb.rxgroups; import android.app.Activity; import android.os.Build; import android.os.Bundle; import com.airbnb.rxgroups.android.BuildConfig; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Matchers; import org.robolectric.RobolectricGradleTestRunner; import org.robolectric....
6,135
0
Create_ds/RxGroups/rxgroups-android/src/main/java/com/airbnb
Create_ds/RxGroups/rxgroups-android/src/main/java/com/airbnb/rxgroups/GroupLifecycleManager.java
/* * Copyright (C) 2016 Airbnb, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
6,136
0
Create_ds/RxGroups/rxgroups-annotation-test/src/test
Create_ds/RxGroups/rxgroups-annotation-test/src/test/resources/PlainObserver_Fail_AutoTag.java
package test; import com.airbnb.rxgroups.AutoTag; import io.reactivex.Observer; public class PlainObserver_Fail_AutoTag { @AutoTag public Observer<Object> taggedObserver = new Observer<Object>() { @Override public void onCompleted() { } @Override public void onError(Throwable e) { } @Ove...
6,137
0
Create_ds/RxGroups/rxgroups-annotation-test/src/test
Create_ds/RxGroups/rxgroups-annotation-test/src/test/resources/AutoResubscribingObserver_Pass_All.java
package test; import com.airbnb.rxgroups.AutoResubscribe; import com.airbnb.rxgroups.AutoTag; import com.airbnb.rxgroups.AutoResubscribingObserver; public class AutoResubscribingObserver_Pass_All { @AutoResubscribe AutoResubscribingObserver<Object> observer = new AutoResubscribingObserver<Object>() { }; @AutoT...
6,138
0
Create_ds/RxGroups/rxgroups-annotation-test/src/test
Create_ds/RxGroups/rxgroups-annotation-test/src/test/resources/TaggedObserver_Pass_AutoResubscribe.java
package test; import com.airbnb.rxgroups.AutoResubscribe; import com.airbnb.rxgroups.TaggedObserver; import io.reactivex.disposables.Disposable; public class TaggedObserver_Pass_AutoResubscribe { @AutoResubscribe public TaggedObserver<Object> taggedObserver = new TaggedObserver<Object>() { @Override public S...
6,139
0
Create_ds/RxGroups/rxgroups-annotation-test/src/test
Create_ds/RxGroups/rxgroups-annotation-test/src/test/resources/AutoResubscribingObserver_Fail_Private_AutoTag.java
package test; import com.airbnb.rxgroups.AutoTag; import com.airbnb.rxgroups.AutoResubscribingObserver; public class AutoResubscribingObserver_Fail_Private_AutoTag { @AutoTag private AutoResubscribingObserver<Object> observer = new AutoResubscribingObserver<Object>() { }; }
6,140
0
Create_ds/RxGroups/rxgroups-annotation-test/src/test
Create_ds/RxGroups/rxgroups-annotation-test/src/test/resources/TaggedObserver_Fail_AutoTag.java
package test; import com.airbnb.rxgroups.AutoTag; import com.airbnb.rxgroups.TaggedObserver; public class TaggedObserver_Fail_AutoTag { @AutoTag public TaggedObserver<Object> taggedObserver = new TaggedObserver<Object>() { @Override public String getTag() { return "stableTag"; } ...
6,141
0
Create_ds/RxGroups/rxgroups-annotation-test/src/test
Create_ds/RxGroups/rxgroups-annotation-test/src/test/resources/PlainObserver_Fail_AutoResubscribe.java
package test; import com.airbnb.rxgroups.AutoResubscribe; import io.reactivex.Observer; public class PlainObserver_Fail_AutoResubscribe { @AutoResubscribe public Observer<Object> taggedObserver = new Observer<Object>() { @Override public void onCompleted() { } @Override public void onError(Throwa...
6,142
0
Create_ds/RxGroups/rxgroups-annotation-test/src/test
Create_ds/RxGroups/rxgroups-annotation-test/src/test/resources/AutoResubscribingObserver_Fail_Private.java
package test; import com.airbnb.rxgroups.AutoResubscribe; import com.airbnb.rxgroups.AutoResubscribingObserver; public class AutoResubscribingObserver_Fail_Private { @AutoResubscribe private AutoResubscribingObserver<Object> observer = new AutoResubscribingObserver<Object>() { }; }
6,143
0
Create_ds/RxGroups/rxgroups-annotation-test/src/test
Create_ds/RxGroups/rxgroups-annotation-test/src/test/resources/AutoResubscribingObserver_Fail_NonStatic.java
package test; import com.airbnb.rxgroups.AutoResubscribe; import com.airbnb.rxgroups.AutoResubscribingObserver; public class AutoResubscribingObserver_Fail_NonStatic { class Inner { @AutoResubscribe private AutoResubscribingObserver<Object> observer = new AutoResubscribingObserver<Object>() { }; } }
6,144
0
Create_ds/RxGroups/rxgroups-annotation-test/src/test
Create_ds/RxGroups/rxgroups-annotation-test/src/test/resources/AutoTaggableObserver_Pass_All.java
package test; import com.airbnb.rxgroups.AutoResubscribe; import com.airbnb.rxgroups.AutoTag; import com.airbnb.rxgroups.AutoTaggableObserverImpl; public class AutoTaggableObserver_Pass_All { @AutoResubscribe public AutoTaggableObserverImpl<Object> resubscribeObserver = new AutoTaggableObserverImpl<Object>(); ...
6,145
0
Create_ds/RxGroups/rxgroups-annotation-test/src/test
Create_ds/RxGroups/rxgroups-annotation-test/src/test/resources/AutoTaggableObserver_Pass_All_CustomTag.java
package test; import com.airbnb.rxgroups.AutoResubscribe; import com.airbnb.rxgroups.AutoTag; import com.airbnb.rxgroups.AutoTaggableObserverImpl; public class AutoTaggableObserver_Pass_All_CustomTag { @AutoResubscribe(customTag = "tag1") public AutoTaggableObserverImpl<Object> resubscribeObserver = new AutoTagga...
6,146
0
Create_ds/RxGroups/rxgroups-annotation-test/src/test/java/com/airbnb
Create_ds/RxGroups/rxgroups-annotation-test/src/test/java/com/airbnb/rxgroups/AutoTaggableObserverImpl.java
package com.airbnb.rxgroups; import io.reactivex.annotations.NonNull; import io.reactivex.disposables.Disposable; public class AutoTaggableObserverImpl<T> implements AutoTaggableObserver<T> { @Override public void setTag(String tag) { } @Override public String getTag() { return null; } @Override publ...
6,147
0
Create_ds/RxGroups/rxgroups-annotation-test/src/test/java/com/airbnb
Create_ds/RxGroups/rxgroups-annotation-test/src/test/java/com/airbnb/rxgroups/ResubscriptionProcessorTest.java
package com.airbnb.rxgroups; import com.airbnb.rxgroups.processor.ResubscriptionProcessor; import com.google.common.truth.Truth; import com.google.testing.compile.JavaFileObjects; import com.google.testing.compile.JavaSourceSubjectFactory; import org.junit.Test; import javax.tools.JavaFileObject; public class Resub...
6,148
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/netty/common/CloseOnIdleStateHandlerTest.java
/* * Copyright 2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,149
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/netty/common/HttpServerLifecycleChannelHandlerTest.java
/* * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,150
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/netty/common/SourceAddressChannelHandlerTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,151
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/netty/common
Create_ds/zuul/zuul-core/src/test/java/com/netflix/netty/common/metrics/InstrumentedResourceLeakDetectorTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,152
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/netty/common
Create_ds/zuul/zuul-core/src/test/java/com/netflix/netty/common/throttle/MaxInboundConnectionsHandlerTest.java
/* * Copyright 2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,153
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/netty/common
Create_ds/zuul/zuul-core/src/test/java/com/netflix/netty/common/proxyprotocol/StripUntrustedProxyHeadersHandlerTest.java
/* * Copyright 2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,154
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/netty/common
Create_ds/zuul/zuul-core/src/test/java/com/netflix/netty/common/proxyprotocol/ElbProxyProtocolChannelHandlerTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,155
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/netty/common
Create_ds/zuul/zuul-core/src/test/java/com/netflix/netty/common/proxyprotocol/HAProxyMessageChannelHandlerTest.java
/* * Copyright 2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,156
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/DynamicFilterLoaderTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,157
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/StaticFilterLoaderTest.java
/* * Copyright 2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,158
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/FilterFileManagerTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,159
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/AttrsTest.java
/* * Copyright 2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,160
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/filters/BaseFilterTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,161
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/filters
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/filters/common/GZipResponseFilterTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,162
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/filters
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/filters/endpoint/ProxyEndpointTest.java
/* * Copyright 2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,163
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/context/SessionContextTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,164
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/context/DebugTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,165
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/util/JsonUtilityTest.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,166
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/util/HttpUtilsTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,167
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/util/VipUtilsTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,168
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/message/ZuulMessageImplTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,169
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/message/HeadersTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,170
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/message
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/message/http/HttpQueryParamsTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,171
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/message
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/message/http/HttpRequestMessageImplTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,172
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/message
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/message/http/HttpResponseMessageImplTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,173
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/insights/ServerStateHandlerTest.java
/* * Copyright 2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,174
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/ssl/OpenSslTest.java
/* * Copyright 2023 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,175
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/ssl/ClientSslContextFactoryTest.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,176
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/ssl/BaseSslContextFactoryTest.java
/* * Copyright 2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,177
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/timeouts/OriginTimeoutManagerTest.java
/* * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,178
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server/ClientResponseWriterTest.java
/* * Copyright 2023 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,179
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server/ClientConnectionsShutdownTest.java
/* * Copyright 2023 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,180
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server/ClientRequestReceiverTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,181
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server/BaseZuulChannelInitializerTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,182
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server/ServerTest.java
/* * Copyright 2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,183
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server/SocketAddressPropertyTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,184
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server/IoUringTest.java
/* * Copyright 2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,185
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server/ssl/SslHandshakeInfoHandlerTest.java
/* * Copyright 2019 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,186
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server/http2/Http2ContentLengthEnforcingHandlerTest.java
/* * Copyright 2021 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,187
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server/http2/Http2OrHttpHandlerTest.java
/* * Copyright 2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,188
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server/push/PushMessageSenderInitializerTest.java
/* * Copyright 2023 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,189
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server/push/PushRegistrationHandlerTest.java
/* * Copyright 2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,190
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server/push/PushAuthHandlerTest.java
/* * Copyright 2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,191
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/server/push/PushConnectionRegistryTest.java
/* * Copyright 2023 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,192
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/connectionpool/DefaultClientChannelManagerTest.java
/* * Copyright 2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,193
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/connectionpool/PerServerConnectionPoolTest.java
/* * Copyright 2023 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,194
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/filter/ZuulFilterChainRunnerTest.java
/* * Copyright 2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,195
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/netty/filter/ZuulEndPointRunnerTest.java
/* * Copyright 2022 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,196
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/passport/CurrentPassportTest.java
/* * Copyright 2018 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,197
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/monitoring/ConnCounterTest.java
/* * Copyright 2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,198
0
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul
Create_ds/zuul/zuul-core/src/test/java/com/netflix/zuul/monitoring/ConnTimerTest.java
/* * Copyright 2020 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
6,199