
com.almondtools.testrecorder.SnapshotConsumer Maven / Gradle / Ivy
package com.almondtools.testrecorder;
public interface SnapshotConsumer {
void accept(ContextSnapshot snapshot);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.almondtools.testrecorder;
public interface SnapshotConsumer {
void accept(ContextSnapshot snapshot);
}