package org.simantics.db.testing.common; public interface CommandInvoker { void invoke(CommandSequenceEnvironment environment, T parameter) throws Exception; }