com.tngtech.jgiven.exception.JGivenMissingGuaranteedScenarioStateException Maven / Gradle / Ivy
The newest version!
package com.tngtech.jgiven.exception;
import java.lang.reflect.Field;
public class JGivenMissingGuaranteedScenarioStateException extends RuntimeException {
public JGivenMissingGuaranteedScenarioStateException(Field field) {
super("The field " + field.getName() + " is guaranteed but the stage has not initialized it");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy