unit test stubs added

This commit is contained in:
Zhen Tang 2013-05-31 19:35:24 +08:00
parent 268dff7911
commit 91be624730
5 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package haflow.test;
public class FlowHelperTest {
}

View File

@ -0,0 +1,5 @@
package haflow.test;
public class ModuleHelperTest {
}

View File

@ -0,0 +1,5 @@
package haflow.test;
public class ModuleServiceTest {
}

View File

@ -0,0 +1,5 @@
package haflow.test;
public class NodeAppearanceProfilesServiceTest {
}

View File

@ -0,0 +1,5 @@
package haflow.test;
public class NodeConfigurationProfileServiceTest {
}