Package jp.vmi.selenium.selenese.mutator
Class MutatorUtils
java.lang.Object
jp.vmi.selenium.selenese.mutator.MutatorUtils
public final class MutatorUtils extends Object
Utilities for mutator.
-
Method Summary
Modifier and Type Method Description static PatterngeneratePatternForCodePresence(String code)Generate the pattern for testing presence of the code.
-
Method Details
-
generatePatternForCodePresence
Generate the pattern for testing presence of the code.- Parameters:
code- code.- Returns:
- pattern for testing.
-