com.onevizion.uitest.api.helper.configfield.ConfigField Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ui-test-api Show documentation
Show all versions of ui-test-api Show documentation
An API for easily write tests for OneVizion platform
The newest version!
package com.onevizion.uitest.api.helper.configfield;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
@Component
public class ConfigField {
@Autowired
private ConfigFieldWait configFieldWait;
public void waitFieldNameUpdated() {
configFieldWait.waitFieldNameUpdated();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy