
com.github.leeonky.dal.Assertions Maven / Gradle / Ivy
package com.github.leeonky.dal;
import com.github.leeonky.dal.runtime.IllegalTypeException;
import com.github.leeonky.dal.runtime.InputException;
import com.github.leeonky.dal.runtime.RuntimeContextBuilder;
import com.github.leeonky.dal.runtime.schema.Expect;
import com.github.leeonky.dal.runtime.schema.Verification;
import com.github.leeonky.dal.type.InputCode;
import com.github.leeonky.dal.type.InputValue;
import com.github.leeonky.interpreter.InterpreterException;
import java.lang.reflect.Array;
import java.util.function.Supplier;
import static com.github.leeonky.dal.runtime.schema.Actual.actual;
import static com.github.leeonky.util.BeanClass.create;
public class Assertions {
private final InputCode
© 2015 - 2025 Weber Informatics LLC | Privacy Policy