blob: cb8af9143f75c3be174ecfdebbe02389a7508e51 [file] [log] [blame]
package org.apache.streams.example.test;
import org.apache.streams.mongo.test.MongoPersistIT;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({
MongoPersistIT.class,
MongoElasticsearchSyncIT.class
})
public class SyncITs {
// the class remains empty,
// used only as a holder for the above annotations
}