This commit is contained in:
Christopher Schnick
2022-12-30 12:54:40 +01:00
parent b9501bad43
commit 661ad8a79c
116 changed files with 715 additions and 491 deletions

View File

@@ -5,11 +5,9 @@ import io.xpipe.core.data.node.TupleNode;
import io.xpipe.core.data.node.ValueNode;
import io.xpipe.core.data.type.TupleType;
import io.xpipe.core.data.type.ValueType;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import java.util.List;
import java.util.OptionalInt;
public class DataTableAccumulatorTest extends ApiTest {