Package javax.naming

Examples of javax.naming.CompoundName.startsWith()


  public void testStartsWith_Null() throws InvalidNameException {
    log.setMethod("testStartsWith_Null()");
    CompoundName name;

    name = new CompoundName("a/b/c/d", props);
    assertFalse(name.startsWith(null));
  }

  public void testEndsWith() throws InvalidNameException {
    log.setMethod("testEndsWith()");
    CompoundName name;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.