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

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

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

{ ExternalRefDTOTest.class })
public class TestSuite { // nothing
}