robotframework-2.7.7.atest.testdata.libdoc.DocFormatHtml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of robotframework Show documentation
Show all versions of robotframework Show documentation
High level test automation framework
The newest version!
/**
* Library to test documentation formatting.
*
* *bold* or bold http://example.com
*/
public class DocFormatHtml {
public static final String ROBOT_LIBRARY_DOC_FORMAT = "Html";
/**
* *bold* or bold http://example.com
*/
public void keyword() {
}
/**
* Link to `Keyword`.
*/
public void link() {
}
}