package sorting import ( "testing" ) func TestSelection(t *testing.T) { CheckSorter(NewSelection()) }