[Jspro-cvs] jsPro/docs test.js,1.5,1.6
Brought to you by:
wigleys
|
From: <gat...@us...> - 2003-09-15 05:07:12
|
Update of /cvsroot/jspro/jsPro/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv18694/docs
Modified Files:
test.js
Log Message:
QA: spacing consistency
Index: test.js
===================================================================
RCS file: /cvsroot/jspro/jsPro/docs/test.js,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** test.js 20 Aug 2003 09:43:11 -0000 1.5
--- test.js 15 Sep 2003 05:07:09 -0000 1.6
***************
*** 29,35 ****
* Creates an object that provides methods for testing all jsPro libraries.
*
! * @author Stuart Wigley
! * @version 1.0, 07/24/03
! * @interface <code>new Test()</code>
*/
function Test() { }
--- 29,35 ----
* Creates an object that provides methods for testing all jsPro libraries.
*
! * @author Stuart Wigley
! * @version 1.0, 07/24/03
! * @interface <code>new Test()</code>
*/
function Test() { }
***************
*** 40,53 ****
* the structure and ids of HTML elements in the jsPro HTML test files.
*
! * @author Stuart Wigley
! * @author Randolph Fielding
! * @version 1.1, 08/20/03
! * @interface <code>Test.evaluateMethod(oButton, sClass)</code>
! * @param oButton the HTML input-button element that is clicked
! * @param sClass the name of the jsPro class instance being tested
! * @return the result of attempting to evaluate a jsPro method
! * @return <code>null</code> if an exception is encountered
! * @throws IllegalArgumentException
! * @throws TypeMismatchException
*/
Test.prototype.evaluateMethod = function(oButton, sClass) {
--- 40,53 ----
* the structure and ids of HTML elements in the jsPro HTML test files.
*
! * @author Stuart Wigley
! * @author Randolph Fielding
! * @version 1.1, 08/20/03
! * @interface <code>Test.evaluateMethod(oButton, sClass)</code>
! * @param oButton the HTML input-button element that is clicked
! * @param sClass the name of the jsPro class instance being tested
! * @return the result of attempting to evaluate a jsPro method
! * @return <code>null</code> if an exception is encountered
! * @throws IllegalArgumentException
! * @throws TypeMismatchException
*/
Test.prototype.evaluateMethod = function(oButton, sClass) {
|