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

net.amygdalum.testrecorder.DefaultSnapshotConsumer Maven / Gradle / Ivy

package net.amygdalum.testrecorder;

import net.amygdalum.testrecorder.profile.SnapshotConsumer;
import net.amygdalum.testrecorder.types.ContextSnapshot;

public class DefaultSnapshotConsumer implements SnapshotConsumer {

	@Override
	public void accept(ContextSnapshot snapshot) {
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy