Test Result Adapter
class TestResultAdapter(val items: MutableList<Pair<MainAPI, TestingUtils.TestResultProvider>>) : AppContextUtils.DiffAdapter<Pair<MainAPI, TestingUtils.TestResultProvider>> (source)
Properties
Link copied to clipboard
val comparison: (first: Pair<MainAPI, TestingUtils.TestResultProvider>, second: Pair<MainAPI, TestingUtils.TestResultProvider>) -> Boolean
Link copied to clipboard