use of org.talend.repository.localprovider.model.LocalRepositoryFactory in project tdq-studio-se by Talend.
the class AbstractCommonActionProviderTest method beforeAllTests.
@BeforeClass
public static void beforeAllTests() {
Context ctx = CoreRuntimePlugin.getInstance().getContext();
RepositoryContext repositoryContext = (RepositoryContext) ctx.getProperty(Context.REPOSITORY_CONTEXT_KEY);
if (repositoryContext != null) {
originalProject = repositoryContext.getProject();
}
repositoryFactory = new LocalRepositoryFactory();
}
Aggregations