unit test stubs added
This commit is contained in:
parent
268dff7911
commit
91be624730
|
@ -0,0 +1,5 @@
|
||||||
|
package haflow.test;
|
||||||
|
|
||||||
|
public class FlowHelperTest {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
package haflow.test;
|
||||||
|
|
||||||
|
public class ModuleHelperTest {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
package haflow.test;
|
||||||
|
|
||||||
|
public class ModuleServiceTest {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
package haflow.test;
|
||||||
|
|
||||||
|
public class NodeAppearanceProfilesServiceTest {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
package haflow.test;
|
||||||
|
|
||||||
|
public class NodeConfigurationProfileServiceTest {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue