Package | Description |
---|---|
org.provatesting.annotations |
Modifier and Type | Class and Description |
---|---|
interface |
MultiRowAction
Used to identify a method as an action method with multiple rows representing a batch.
|
interface |
MultiRowValidation
Used to identify a method as a validation method with multiple rows representing a result.
|
interface |
SingleRowAction
Used to identify a method as an action method with each row representing a distinct modification.
|
interface |
SingleRowValidation
Used to identify a method as a validation method with each row representing a distinct result.
|
Copyright © 2020. All rights reserved.