@TestClass(value="org.openscience.cdk.validate.ProblemMarkerTest") public class ProblemMarker extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_MARKER |
static String |
WARNING_MARKER |
| Constructor and Description |
|---|
ProblemMarker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
markWithError(IChemObject object) |
static void |
markWithWarning(IChemObject object) |
static void |
unmark(IChemObject object) |
static void |
unmarkWithError(IChemObject object) |
static void |
unmarkWithWarning(IChemObject object) |
public static String ERROR_MARKER
public static String WARNING_MARKER
@TestMethod(value="testMarkWithError_IChemObject") public static void markWithError(IChemObject object)
@TestMethod(value="testMarkWithWarning_IChemObject") public static void markWithWarning(IChemObject object)
@TestMethod(value="testUnmarkWithError_IChemObject") public static void unmarkWithError(IChemObject object)
@TestMethod(value="testUnmarkWithWarning_IChemObject") public static void unmarkWithWarning(IChemObject object)
@TestMethod(value="testUnmark_IChemObject") public static void unmark(IChemObject object)