[
https://issues.apache.org/jira/browse/DERBY-2461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483757
]
Daniel John Debrunner commented on DERBY-2461:
----------------------------------------------
I don't think junit is the correct location for procedures used in functional
tests. The junit package is for classes associated with running tests,
utilitly assert methods and decorators.
A better approach may be to make the methods part of the same class as the
actual test that uses them, or even a separate but related class, e.g. for the
test XXXTest a class XXXRoutines.
> Convert lang/procedure.java to junit
> ------------------------------------
>
> Key: DERBY-2461
> URL: https://issues.apache.org/jira/browse/DERBY-2461
> Project: Derby
> Issue Type: Task
> Components: Test
> Reporter: Jean T. Anderson
> Assigned To: Kathey Marsden
> Priority: Minor
> Attachments: derby-2461-pre.diff
>
>
> Convert the lang/procedure.java test from the old harness to junit.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.