All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test.unit.gov.nist.javax.sip.parser.extensions.MinSEParserTest Maven / Gradle / Ivy

package test.unit.gov.nist.javax.sip.parser.extensions;


import gov.nist.javax.sip.parser.extensions.MinSEParser;
import test.unit.gov.nist.javax.sip.parser.*;

public class MinSEParserTest extends ParserTestCase {

	public void testParser() {
		
		String to[] =
		{   "Min-SE: 30\n",
			"Min-SE: 45;some-param=somevalue\n",
		};
		
		super.testParser(MinSEParser.class,to);

	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy