File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
lib/javatests/com/google/android/material/slider Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 21
21
import static com .google .android .material .slider .BaseSlider .UNIT_PX ;
22
22
import static com .google .android .material .slider .BaseSlider .UNIT_VALUE ;
23
23
import static org .robolectric .Shadows .shadowOf ;
24
- import static org .robolectric .annotation .LooperMode .Mode .PAUSED ;
25
24
26
25
import androidx .appcompat .app .AppCompatActivity ;
27
26
import androidx .test .core .app .ApplicationProvider ;
36
35
import org .robolectric .ParameterizedRobolectricTestRunner .Parameter ;
37
36
import org .robolectric .ParameterizedRobolectricTestRunner .Parameters ;
38
37
import org .robolectric .Robolectric ;
39
- import org .robolectric .annotation .LooperMode ;
40
38
41
39
/** Tests for {@link com.google.android.material.slider.RangeSlider}. */
42
- @ LooperMode (PAUSED )
43
40
@ RunWith (ParameterizedRobolectricTestRunner .class )
44
41
public class RangeSliderConfigTest {
45
42
You can’t perform that action at this time.
0 commit comments