Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8028583

Add helper methods to test libraries

XMLWordPrintable

    • b119

        I'd like to add 2 helper methods to test library code. It'll help me clean up a testcase in closed code but should also be of use to engineers for future testcode development.

        one method is in RMI testlibrary code. Another is in File/IO testlibrary code :

        == RMI :
        test/java/rmi/testlibrary/TestLibrary.java
        checkIfRegistryRunning method to test if an rmiregisty process has started up and is serving requests. It can wait for a specified amount of time before giving up if no registry can be contacted on port on local system.

        == Files/IO
        FileUtils.deleteFileIfExistsWithRetry(Path path) method.

        This method is identical to FileUtils.deleteFileWithRetry method except that it doesn't throw IOException if the file to delete doesn't exist.

              coffeys Sean Coffey
              coffeys Sean Coffey
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: