Examples of WeakImport


Examples of com.google.eclipse.protobuf.protobuf.WeakImport

  // syntax = "proto2";
  //
  // import weak "google/protobuf/descriptor.proto";
  @Test public void should_return_image_for_weak_import() {
    WeakImport anImport = xtext.findFirst(WeakImport.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.