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

There is a newer version: 1.3.0-91
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy