Uses of Package
org.jupe.unittest

Packages that use org.jupe.unittest
org.jupe.editors.classdiagram.graphics.connections Contains the figures for all connections (as opposite to nodes) used in the classdiagram editor. 
org.jupe.editors.classdiagram.graphics.nodes Contains the figures for all nodes (as opposite to connections) used in the classdiagram editor. 
org.jupe.editors.classdiagram.model Provides all classes and interfaces for our internal model of class diagrams. 
org.jupe.editors.classdiagram.model.commands Provides commands for the model. 
org.jupe.editors.classdiagram.model.connections Provides classes for the connection elements in the classdiagram model. 
org.jupe.editors.classdiagram.model.nodes Provides classes for the node elements in the classdiagram model. 
org.jupe.editors.classdiagram.model.serializer Provides classes to serialize class diagrams into XML using the XStream and to deserialize them. 
org.jupe.editors.classdiagram.model.validators Contains validator classes that derive from org.eclipse.jface.viewers.ICellEditorValidator
org.jupe.editors.classdiagram.parts Provides classes and interfaces for the editpart layer of the Jupe architecture. 
org.jupe.plugin Provides classes and interfaces for general plugin purposes. 
org.jupe.plugin.exceptions Contains classes for the exception handling of Jupe. 
org.jupe.source.java   
org.jupe.synchronisation.sourcechanges.java Contains classes and interfaces to handle changes in Java source code and propagate them to the UML2 model. 
org.jupe.synchronisation.umlchanges.java   
org.jupe.uml2model Provides convenience classes and interfaces to work with the UML2 model. 
 

Classes in org.jupe.unittest used by org.jupe.editors.classdiagram.graphics.connections
AbstractProjectTestCase
          A test case that uses or requires an instance of TestProject.
 

Classes in org.jupe.unittest used by org.jupe.editors.classdiagram.graphics.nodes
AbstractProjectTestCase
          A test case that uses or requires an instance of TestProject.
 

Classes in org.jupe.unittest used by org.jupe.editors.classdiagram.model
AbstractProjectTestCase
          A test case that uses or requires an instance of TestProject.
 

Classes in org.jupe.unittest used by org.jupe.editors.classdiagram.model.commands
AbstractProjectTestCase
          A test case that uses or requires an instance of TestProject.
 

Classes in org.jupe.unittest used by org.jupe.editors.classdiagram.model.connections
AbstractProjectTestCase
          A test case that uses or requires an instance of TestProject.
 

Classes in org.jupe.unittest used by org.jupe.editors.classdiagram.model.nodes
AbstractProjectTestCase
          A test case that uses or requires an instance of TestProject.
 

Classes in org.jupe.unittest used by org.jupe.editors.classdiagram.model.serializer
AbstractProjectTestCase
          A test case that uses or requires an instance of TestProject.
 

Classes in org.jupe.unittest used by org.jupe.editors.classdiagram.model.validators
AbstractProjectTestCase
          A test case that uses or requires an instance of TestProject.
 

Classes in org.jupe.unittest used by org.jupe.editors.classdiagram.parts
AbstractProjectTestCase
          A test case that uses or requires an instance of TestProject.
 

Classes in org.jupe.unittest used by org.jupe.plugin
AbstractProjectTestCase
          A test case that uses or requires an instance of TestProject.
 

Classes in org.jupe.unittest used by org.jupe.plugin.exceptions
AbstractProjectTestCase
          A test case that uses or requires an instance of TestProject.
 

Classes in org.jupe.unittest used by org.jupe.source.java
AbstractProjectTestCase
          A test case that uses or requires an instance of TestProject.
 

Classes in org.jupe.unittest used by org.jupe.synchronisation.sourcechanges.java
AbstractProjectTestCase
          A test case that uses or requires an instance of TestProject.
 

Classes in org.jupe.unittest used by org.jupe.synchronisation.umlchanges.java
AbstractProjectTestCase
          A test case that uses or requires an instance of TestProject.
 

Classes in org.jupe.unittest used by org.jupe.uml2model
AbstractProjectTestCase
          A test case that uses or requires an instance of TestProject.