d4cc2fb5dde02922239d8b208098eabfac2ebdb5
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / TestSuite.java
1 package org.openecomp.sdc.be;
2
3 import org.junit.runner.RunWith;
4 import org.junit.runners.Suite;
5
6 @RunWith(Suite.class)
7 @Suite.SuiteClasses(
8
9 { org.openecomp.sdc.be.ecomp.TestSuite.class })
10 public class TestSuite { // nothing
11 }