Author: paperwing
Date: 2012-04-10 18:43:17 -0700 (Tue, 10 Apr 2012)
New Revision: 28791
Removed:
csplugins/trunk/toronto/yuedong/app_manager/impl/app-impl/src/test/java/org/cytoscape/app/internal/AppLoaderTaskFactoryTest.java
Log:
Removed unused test class
Deleted:
csplugins/trunk/toronto/yuedong/app_manager/impl/app-impl/src/test/java/org/cytoscape/app/internal/AppLoaderTaskFactoryTest.java
===================================================================
---
csplugins/trunk/toronto/yuedong/app_manager/impl/app-impl/src/test/java/org/cytoscape/app/internal/AppLoaderTaskFactoryTest.java
2012-04-11 01:42:10 UTC (rev 28790)
+++
csplugins/trunk/toronto/yuedong/app_manager/impl/app-impl/src/test/java/org/cytoscape/app/internal/AppLoaderTaskFactoryTest.java
2012-04-11 01:43:17 UTC (rev 28791)
@@ -1,28 +0,0 @@
-package org.cytoscape.app.internal;
-
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertTrue;
-import static org.mockito.Mockito.mock;
-
-import org.cytoscape.app.internal.AppLoaderTaskFactory;
-import org.cytoscape.app.CyAppAdapter;
-import org.cytoscape.work.Task;
-import org.cytoscape.work.TaskIterator;
-import org.junit.Test;
-
-public class AppLoaderTaskFactoryTest {
- @Test
- public void testGetTaskIterator() {
-
- final CyAppAdapter adapter = mock(CyAppAdapter.class);
-
- AppLoaderTaskFactory factory = new
AppLoaderTaskFactory(adapter);
-
- TaskIterator ti = factory.createTaskIterator();
- assertNotNull(ti);
-
- assertTrue(ti.hasNext());
- Task t = ti.next();
- assertNotNull(t);
- }
-}
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.