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

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

There is a newer version: 1.3.0-91
Show newest version
package test.unit.gov.nist.javax.sip.parser;

import gov.nist.javax.sip.parser.AlertInfoParser;

public class AlertInfoParserTest extends ParserTestCase {
	


	    public void testParser() {
	        String r[] = {
	                "Alert-Info:  ;purpose=icon,"
	                        + " ;purpose=info\n",
	                "Alert-Info: PolycomSpecialBug;param=blah\n",
	                "Alert-Info: \n" };
	        super.testParser(AlertInfoParser.class,r);
	    }

	

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy