svn commit: r12781 - trunk/tests/org/argouml/model/MockModelImplementation.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2007-06-08 00:50:19-0700
New Revision: 12781

Modified:
   trunk/tests/org/argouml/model/MockModelImplementation.java

Log:
Issue 4777 - Refactor XMI writer

Modified: trunk/tests/org/argouml/model/MockModelImplementation.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/tests/org/argouml/model/MockModelImplementation.java?view=diff&rev=12781&p1=trunk/tests/org/argouml/model/MockModelImplementation.java&p2=trunk/tests/org/argouml/model/MockModelImplementation.java&r1=12780&r2=12781
==============================================================================
--- trunk/tests/org/argouml/model/MockModelImplementation.java	(original)
+++ trunk/tests/org/argouml/model/MockModelImplementation.java	2007-06-08 00:50:19-0700
@@ -24,6 +24,7 @@
 
 package org.argouml.model;
 
+import java.io.OutputStream;
 import java.io.Writer;
 import java.util.ArrayList;
 import java.util.Iterator;
@@ -653,4 +654,9 @@
     public CopyHelper getCopyHelper() {
         return (CopyHelper) controlCopyHelper.getMock();
     }
+
+    public XmiWriter getXmiWriter(Object model, OutputStream stream,
+            String version) throws UmlException {
+        throw new NotImplementedException();
+    }
 }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.