You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sean Qiu (JIRA)" <ji...@apache.org> on 2007/06/13 03:41:26 UTC

[jira] Closed: (HARMONY-3353) [classlib][test] Refactor test for java.io.FileNotFoundException's constructor

     [ https://issues.apache.org/jira/browse/HARMONY-3353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Qiu closed HARMONY-3353.
-----------------------------


> [classlib][test] Refactor test for java.io.FileNotFoundException's constructor
> ------------------------------------------------------------------------------
>
>                 Key: HARMONY-3353
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3353
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Ubuntu
>            Reporter: Sean Qiu
>            Assignee: Richard Liang
>         Attachments: luni-FileNotFountExceptionTest.patch
>
>
> The two tests for different constructor are the same.
> Refactor the test for FileNotFoundException().
> >>>>>>> Test >>>>>>>>
>     public void test_Constructor() {
>         // Test for method java.io.FileNotFoundException()
>         try {
>             if (true) {
>                 throw new FileNotFoundException();
>             }
>             fail("Should throw FileNotFoundException");
>         } catch (java.io.FileNotFoundException e) {
>             // Expected
>         }
>     }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.