Package com.twitter.elephantbird.thrift.test

Examples of com.twitter.elephantbird.thrift.test.TestPersonExtended


    FileUtil.fullyDelete(new File(testDir));
  }

  // return a Person thrift object
  private TestPersonExtended makePerson(int index) {
    return new TestPersonExtended(
              new TestName("bob " + index, "jenkins"),
              ImmutableMap.of(TestPhoneType.HOME,
                              "408-555-5555" + "ex" + index),
              "bob_" + index + "@examle.com",
              new TestName("alice " + index, "smith"));
View Full Code Here

TOP

Related Classes of com.twitter.elephantbird.thrift.test.TestPersonExtended

Copyright © 2018 www.massapicom. 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.