Examples of PublicImport


Examples of com.google.eclipse.protobuf.protobuf.PublicImport

  // syntax = "proto2";
  //
  // import public "google/protobuf/descriptor.proto";
  @Test public void should_return_image_for_public_import() {
    PublicImport anImport = xtext.findFirst(PublicImport.class);
    String image = images.imageFor(anImport);
    assertThat(image, equalTo("import.gif"));
    assertThat(image, existsInProject());
  }
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.