com.chutneytesting.action.package-info Maven / Gradle / Ivy
The newest version!
/*
* SPDX-FileCopyrightText: 2017-2024 Enedis
*
* SPDX-License-Identifier: Apache-2.0
*
*/
/**
* New API to manipulate Actions.
* This API makes
*
* - actions inputs accessible to the execution, so that parameters of all steps used in a scenario can be validated before actual execution
* - actions inputs accessible to design, so that auto-completion and editor validation can be performed
* - just-in-time expression evaluation transparent to action implementations
* - type-safe inputs declaration
*
*/
package com.chutneytesting.action;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy