Searched defs:testingData (Results 1 – 1 of 1) sorted by relevance
397 type testingData struct { struct398 desc string399 t *testing.T400 data []int401 maxswap int // number of swaps allowed402 ncmp, nswap int405 func (d *testingData) Len() int { return len(d.data) }406 func (d *testingData) Less(i, j int) bool {410 func (d *testingData) Swap(i, j int) {