| org.geoserver.ows.kvp.TimeKvpParserTest
TimeKvpParserTest | public class TimeKvpParserTest extends TestCase (Code) | | Test for the time parameter in a WMS request.
author: Cédric Briançon |
Method Summary | |
public void | testInterval() Compares the dates obtained by parsing the time parameter with the expected values. | public void | testPeriod() Tests only the increment part of the time parameter. |
testInterval | public void testInterval() throws ParseException(Code) | | Compares the dates obtained by parsing the time parameter with the expected values.
throws: ParseException - if the string can't be parsed. |
testPeriod | public void testPeriod() throws ParseException(Code) | | Tests only the increment part of the time parameter.
throws: ParseException - if the string can't be parsed. |
|
|