summaryrefslogtreecommitdiffstats
path: root/test-apis-ci/src/test/java/org/openecomp/sdc/conf/TestAPIConfDependentTest.java
blob: 99b68882118a156e9d791d56af58760589968c5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.openecomp.sdc.conf;

import org.junit.BeforeClass;
import org.openecomp.sdc.common.test.BaseConfDependent;

public class TestAPIConfDependentTest extends BaseConfDependent{
	@BeforeClass
	public static void setupBeforeClass() {
		componentName = "test-apis-ci";
		confPath = "src/test/resources/config";
		setUp();
	}
}