All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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