org.sahagin.runlib.external.TestStepLabelMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sahagin Show documentation
Show all versions of sahagin Show documentation
Sahagin makes your Selenium script more readable and maintainable.
package org.sahagin.runlib.external;
public class TestStepLabelMethod {
// this is just marker method
public static void TestDoc(String text) {
// do nothing
}
}