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

test.unit.gov.nist.javax.sip.parser.extensions.ReplacesParserTest 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.ReplacesParser;

public class ReplacesParserTest extends ParserTestCase {

    public void testParser() {
        String to[] =
        {   "Replaces: 12345th5z8z\n",
            "Replaces: 12345th5z8z;to-tag=tozght6-45;from-tag=fromzght789-337-2\n",
        };

        super.testParser(ReplacesParser.class,to);


    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy