Class ImageLink


  • public class ImageLink
    extends SimpleLink
    Deprecated.
    Please use confluence-test-utils module instead. See {com.atlassian.confluence.test.ImageLink} alternative
    A link which contains an image.

    TODO: add in the src attribute when the test is able to use it to do assertions.

    • Constructor Detail

      • ImageLink

        public ImageLink​(String text,
                         String href,
                         com.atlassian.fugue.Pair<Integer,​Integer> dimension)
        Deprecated.
        Parameters:
        text -
        href -
        dimension - left() is width, right() is height. Either may be null.