Skip to content
Snippets Groups Projects
Commit 7a979a92 authored by felmer's avatar felmer
Browse files

SSDM-1488: add classycle dependency test. Check independence of V3 api classes from rest.

SVN: 33521
parent 6a4e459f
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,7 @@ dependencies {
compile project(':common'),
'fasterxml:jackson-core:+',
'fasterxml:jackson-annotations:+'
testCompile project(path: ':common', configuration: 'tests'),
'fjelmer:classycle:+'
}
#show allResults
{project} = ch.systemsx.cisd.openbis
#show allResults
{project} = ch.systemsx.cisd.openbis
{sis} = ch.ethz.sis
[v3-api] = ${sis}.openbis.generic.shared.api.v3.*
[not-v3-api] = ch.* excluding [v3-api]
check sets [v3-api] [not-v3-api]
check [v3-api] independentOf [not-v3-api]
/*
* Copyright 2015 ETH Zuerich, SIS
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.systemsx.cisd.openbis;
import org.testng.annotations.Test;
/**
*
*
* @author Franz-Josef Elmer
*/
@Test
public class DependencyCheckingTest extends ch.systemsx.cisd.common.test.DependencyCheckingTest
{
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment