A5: Expected return value/output for each test case
33 views
Skip to first unread message
ShengMin Zhang
unread,
Mar 29, 2014, 2:13:39 PM3/29/14
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Can we have the expected return value/output for each test case to facilitate our testing?
Jeremy Roman
unread,
Mar 30, 2014, 6:07:01 PM3/30/14
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Have you considered running the test cases through the Java compiler (with
a shim to call the "test" method) to determine that? Most Joos 1W programs
should be valid Java.
Cameron White
unread,
Mar 31, 2014, 12:39:19 AM3/31/14
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On 14-03-29 02:13 PM, ShengMin Zhang wrote:
> Can we have the expected return value/output for each test case to facilitate our testing?
>
It looks like all of the tests are supposed to return 123, except for
the J1e*.java tests (which return 13).