Package ubic.gemma.rest.util.args
Class SortArgTest
- java.lang.Object
-
- ubic.gemma.rest.util.args.SortArgTest
-
public class SortArgTest extends Object
-
-
Constructor Summary
Constructors Constructor Description SortArgTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestDirectionParsing()voidtestEmptySortArg()voidtestGetSort()voidtestGetSortWhenFieldDoesNotExistThenRaiseMalformedArgumentException()voidtestSortArgWithoutField()voidtestValueOf()
-
-
-
Method Detail
-
testValueOf
public void testValueOf()
-
testGetSort
public void testGetSort()
-
testGetSortWhenFieldDoesNotExistThenRaiseMalformedArgumentException
public void testGetSortWhenFieldDoesNotExistThenRaiseMalformedArgumentException()
-
testEmptySortArg
public void testEmptySortArg()
-
testSortArgWithoutField
public void testSortArgWithoutField()
-
testDirectionParsing
public void testDirectionParsing()
-
-