Package org.citrusframework.common
Interface Described
- All Known Subinterfaces:
TestCase
public interface Described
- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringDescription of this test actionsetDescription(String description) Description setter.
-
Method Details
-
getDescription
Description of this test action- Returns:
- description as String
-
setDescription
Description setter.- Parameters:
description-
-