Add winery source code
[vfc/nfvo/wfengine.git] / winery / org.eclipse.winery.common / src / test / java / org / eclipse / winery / common / ModelUtilitiesTest.java
1 package org.eclipse.winery.common;
2
3 import org.junit.Test;
4
5 public class ModelUtilitiesTest {
6         
7         @Test
8         public void setPropertiesKV() {
9                 // TODO: add some test here
10                 // The test is difficult as a node type has to be generated with a wineryspropertiesdefinition, ...
11         }
12         
13 }