* @throws TargetException is throw when cannot find target
*/
public void testNonRunningModules() throws TargetException {
ModuleType moduleType = ModuleType.WAR;
Target[] targets = { new MyTarget("target") };
TargetModuleID[] targetModuleIds = {
new MyTargetModuleID("test", null, null),
new MyTargetModuleID("artifact", null, null),
new MyTargetModuleID("other", null, null)