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

test.unit.gov.nist.javax.sip.parser.extensions.SessionExpiresParserTest 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 test.unit.gov.nist.javax.sip.parser.ParserTestCase;
import gov.nist.javax.sip.parser.extensions.SessionExpiresParser;

public class SessionExpiresParserTest extends ParserTestCase {

    public void testParser() {
        String to[] =
        {   "Session-Expires: 30\n",
            "Session-Expires: 45;refresher=uac\n",
        };
        super.testParser(SessionExpiresParser.class,to);


    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy