Examples of MessageField


Examples of com.google.eclipse.protobuf.protobuf.MessageField

  //
  // message Person {
  //   optional string name = 1;
  // }
  @Test public void should_return_name_of_scalar() {
    MessageField field = xtext.find("name", MessageField.class);
    assertThat(fields.typeNameOf(field), equalTo("string"));
  }
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.