Examples of symbolReferencesFor()


Examples of org.sonar.batch.mediumtest.BatchMediumTester.TaskResult.symbolReferencesFor()

        .put("sonar.sources", "src")
        .build())
      .start();

    InputFile file = result.inputFile("src/sample.xoo");
    assertThat(result.symbolReferencesFor(file, 7, 10)).containsOnly(7, 27);
  }

}
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.