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

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

public class ReferredByParserTest extends ParserTestCase {

    public void testParser() {

        String to[] =
        {   "Referred-By: \n",
            "Referred-By: ;tag=5617\n",
            "Referred-By: T. A. Watson \n",
            "Referred-By: LittleGuy \n",
            "Referred-By: sip:[email protected]\n",
            "Referred-By: sip:[email protected] ; tag=696928473514.129.6.55.9\n" };


        super.testParser(ReferredByParser.class,to);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy