Skip to content

Commit

Permalink
Merge pull request #65 from rima-alali/newgen
Browse files Browse the repository at this point in the history
comment changes
  • Loading branch information
keznikl committed Oct 30, 2013
2 parents 33c91ab + 844ad3e commit d098ef2
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
package cz.cuni.mff.d3s.deeco.knowledge;
/**
* KnowledgeManagerRegistry testing.
* The test checks the correctness of adding/removing/getting the KnowledgeManagers of locals and shadows.
*
* @author Rima Al Ali <alali@d3s.mff.cuni.cz>
*
*/

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.mockito.Mockito.mock;
Expand All @@ -21,6 +15,13 @@

import cz.cuni.mff.d3s.deeco.task.Task;

/**
* KnowledgeManagerRegistry testing.
* The test checks the correctness of adding/removing/getting the KnowledgeManagers of locals and shadows.
*
* @author Rima Al Ali <alali@d3s.mff.cuni.cz>
*
*/
public class KnowledgeManagerRegistryTest {

@Mock
Expand Down

0 comments on commit d098ef2

Please sign in to comment.