common-smartgears-app/src/test/java/org/gcube/smartgears/stateful/ResourceBinder.java

13 lines
150 B
Java

package org.gcube.smartgears.stateful;
import org.junit.Test;
public class ResourceBinder {
@Test
public void bind() throws Exception{
}
}