summaryrefslogtreecommitdiff
path: root/android/util_test.go
AgeCommit message (Expand)Author
2024-09-12Introduce a util method PrettyConcat Jihoon Kang
2024-07-15Add util method HasIntersection(...) Jihoon Kang
2024-01-30Use ordered interface from cmp package Cole Faust
2023-11-08Fix TestReverseSlice for go 1.21 Colin Cross
2023-07-06Export ReverseSliceInPlace and ReverseSlice Colin Cross
2023-07-06Make CopyOf generic Colin Cross
2023-06-22Use generics for DepSets Colin Cross
2023-04-27Differentiate between empty and nil input Spandan Das
2023-03-02Use default format in print statement Spandan Das
2023-03-01Make SortedStringKeys call SortedKeys Cole Faust
2023-02-28Replace SortedStringKeys with SortedKeys Cole Faust
2022-02-17Add SortedStringValues and SortedUniqueStringValues Colin Cross
2021-03-28Add FilterListPred. Martin Stjernholm
2020-12-07Reimplement DepSet as a wrapper around a generic implementation Colin Cross
2020-10-09Revert "Make lots of tests run in parallel" Colin Cross
2020-10-06Make lots of tests run in parallel Colin Cross
2020-03-02Optimize FirstUniqueStrings and FirstUniquePaths Colin Cross
2020-02-14Simple refactoring of prefix related functions. Jaewoong Jung
2019-09-29Move sharding functions for reuse Colin Cross
2019-09-09Move splitFileExt to the android package. Ivan Lozano
2019-02-19Add CopyOf utility method Colin Cross
2018-03-09RemoveFromList() should remove all matches Logan Chien
2018-03-09Add unit tests for android/util.go Logan Chien
2017-10-24Move first/last unique elements utility functions to android package Colin Cross