Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7902094

lazily providing tests to run

XMLWordPrintable

    • generic
    • generic

      Currently Javatest asks test finder to load all tests first and return them as a list/array and only then it starts running the tests.

      This is a request to provide stream like (lazy) interface between test finder and Javatest. I.e. Javatest would pull tests from test finder one by one and execute them. I.e. Javatest would request tests from test finder one by one via getNext() like method.

      Also it would be good to provide means to report back when a test is finished (check the status of the test). This might be available already.

            afedorch Alexey Fedorchenko (Inactive)
            larbouzo Leonid Arbuzov
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: