Class ClassPathWithAnnoHandle

All Implemented Interfaces:
Serializable

public class ClassPathWithAnnoHandle extends PasswordContainingPageSegmentHandle
See Also:
  • Field Details

  • Constructor Details

    • ClassPathWithAnnoHandle

      @Deprecated public ClassPathWithAnnoHandle()
      Deprecated.
      for GWT only
    • ClassPathWithAnnoHandle

      public ClassPathWithAnnoHandle(String resource, String identifier)
      In case of composite documents a unique identifier for the whole document is required apart from the resource description of the partial document. document.
      Parameters:
      resource - The resource identifier; in this case the filename of the file to load
      identifier - The unique(!) identifier of this source. Whenever the same(!) document on the file system is used as part of a composite document AND in another test case as a standalone test document, it is mandatory to provide a unique identifier here
    • ClassPathWithAnnoHandle

      public ClassPathWithAnnoHandle(String resource)
      In case of non-composite documents the resource can also serve as identifier for the whole document.
      Parameters:
      resource - The resource identifier; in this case the filename of the file to load
  • Method Details