Interface LocationAware

All Known Implementing Classes:
Testcase, Testcase, TestStep

public interface LocationAware
  • Method Summary

    Modifier and Type
    Method
    Description
    An optional pointer of test location within source file.
  • Method Details

    • getLocation

      Optional<Location> getLocation()
      An optional pointer of test location within source file.
      Returns:
      Location of element.