summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/test/java/org/openecomp/sdc/be/ecomp/TestSuite.java
blob: c255aa353df7afaf017c45dbc3f65482a437745f (plain)
1
2
3
4
5
6
7
8
9
10
11
package org.openecomp.sdc.be.ecomp;

import org.junit.runner.RunWith;
import org.junit.runners.Suite;

@RunWith(Suite.class)
@Suite.SuiteClasses(

{ EcompIntImplTest.class, GenerateEcompErrorFileTest.class })
public class TestSuite { // nothing
}