ReplacesParserTest.java :  » 6.0-JDK-Modules » Java-Advanced-Imaging » test » unit » gov » nist » javax » sip » parser » extensions » Java Open Source

Java Open Source » 6.0 JDK Modules » Java Advanced Imaging 
Java Advanced Imaging » test » unit » gov » nist » javax » sip » parser » extensions » ReplacesParserTest.java
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);


  }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.