Package com.google.eclipse.protobuf.junit.stubs.resources

Examples of com.google.eclipse.protobuf.junit.stubs.resources.FileStub


  private FileStub file;
  private ProtocMarkerFactory markerFactory;

  @Before public void setUp() throws CoreException {
    marker = error(EDITOR_CHECK, "Expected field name.", 68);
    file = new FileStub();
    file.setLocation(Path.fromOSString("home/alex/protos/test1.proto"));
    file.createMarker(PROTOC);
    file.addMarker(marker);
    markerFactory = new ProtocMarkerFactory(file);
  }
View Full Code Here

TOP

Related Classes of com.google.eclipse.protobuf.junit.stubs.resources.FileStub

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.