blob: 7ba67a5ebb72cdf9548263d86569cc1127e58711 [file] [log] [blame]
package org.apache.streams.example.mongodb.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
}