package io.vivarium.test;
// In main source because I wanted test categories in sub-projects more
// than I wanted to set up a test jar specific export from -core.
// Feel free to move this package if you fix the build file too.
public interface IntegrationTest
{
}