summaryrefslogtreecommitdiff
path: root/tests/src/com/android/launcher3/util/IntSetTest.java
AgeCommit message (Collapse)Author
2021-08-18Moving some utility tests to instrumentation testsSunny Goyal
> Also removing some UI tests which are already covered by instrumentation Bug: 196825541 Test: Presubmit Change-Id: Ib39a81589d0bf55278623a596d444b752ca696e6
2018-11-06Remove duplicate testRyan Lothian
I cloned the existing Instrumentation-based IntSetTest class to be our first Robolectric test. Now Robolectric is working, we can delete the Instrumentation test version. Change-Id: I3adcfc451988a908c002b769b398348cb1782f1d
2018-10-08Converting long item IDs to intSunny Goyal
> Items ids were already being typecasted to int when being bound on the UI > Using a consistent type allow better use of platform data-structures > Adding IntArray and IntSet as a replacement for various Collection classes Change-Id: Id3c650ed2420c2bfca3bd7671d2b705b56112371