aboutsummaryrefslogtreecommitdiffstats
path: root/winery/org.eclipse.winery.common/src/test/java/org/eclipse/winery/common/ModelUtilitiesTest.java
blob: 650241d9827f1d04bbbb69e72c1522fb5ee3d20c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.eclipse.winery.common;

import org.junit.Test;

public class ModelUtilitiesTest {
	
	@Test
	public void setPropertiesKV() {
		// TODO: add some test here
		// The test is difficult as a node type has to be generated with a wineryspropertiesdefinition, ...
	}
	
}