com.deblock.cucumber.datatable.mapper.MalformedBeanException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cucumber-datatable-to-bean-mapping Show documentation
Show all versions of cucumber-datatable-to-bean-mapping Show documentation
A library to perform automatic mapping between cucumber datatable and Java bean.
The newest version!
package com.deblock.cucumber.datatable.mapper;
public class MalformedBeanException extends RuntimeException {
public MalformedBeanException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy