Interface ProcessEntry


  • public interface ProcessEntry
    an entry within the running process, that JUnit tests will be able to use.
    Author:
    David Andrianavalontsalama
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getProcessEntryId()
      must return an unique identifier within the running process.
    • Method Detail

      • getProcessEntryId

        java.lang.String getProcessEntryId()
        must return an unique identifier within the running process.