CVS: xjavadoc/junit/xjavadoc XJavaDocTestJ15.java,1.2,1.3

Adamansky Anton <[email protected]>
Newsgroups gmane.comp.java.xdoclet.devel
Message-ID <[email protected]>
Update of /cvsroot/xdoclet/xjavadoc/junit/xjavadoc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3659/junit/xjavadoc

Modified Files:
	XJavaDocTestJ15.java 
Log Message:
Test cases concerning XJD-64

Index: XJavaDocTestJ15.java
===================================================================
RCS file: /cvsroot/xdoclet/xjavadoc/junit/xjavadoc/XJavaDocTestJ15.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** XJavaDocTestJ15.java	11 Jun 2005 10:38:52 -0000	1.2
--- XJavaDocTestJ15.java	2 Sep 2005 07:02:37 -0000	1.3
***************
*** 548,550 ****
--- 548,565 ----
  	}
  
+ 
+ 	public void testXJD64()
+ 	{
+       XClass clazz = _xJavaDoc.getXClass( "XJD64Part2" );
+       assertNotNull(clazz);
+       XMethod getErrorCodeMethod = clazz.getMethod( "getErrorCode()" );
+       assertNotNull(getErrorCodeMethod);
+       assertEquals("public", getErrorCodeMethod.getModifiers());
+       assertEquals("XJD64Part2.Code", getErrorCodeMethod.getReturnType().getType().getName());
+ 
+ 
+       clazz = _xJavaDoc.getXClass( "XJD64part1" );
+       assertNotNull(clazz);  
+     }
+ 
  }



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
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.