Uploaded image for project: 'Maven Surefire'
  1. Maven Surefire
  2. SUREFIRE-1792

Reusable dependency tests

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Bug
    • 3.0.0-M3
    • None
    • Maven Surefire Plugin
    • None
    • Windows 10 home
      Maven 3.6.3 (w/ wrapper)
      Adopt OpenJDK 11(11.0.4-hotspot)

    Description

      Hi!

      I read that you can do attached tests by installing the test-jar (from http://maven.apache.org/guides/mini/guide-attached-tests.html) and then using dependenciesToScan configuration option to scan the test-jar dependency for tests and run them. This gave me an idea of providing a test jar that I could test implementation of my interfaces without having to write repeated tests for them (I load the implementations via ServiceLoader mechanism) . I've got a project for that at https://gitlab.com/Dragas/eternal-witness. Mind you the project does use project jigsaw features.

      While experimenting, I ended up extracting the "api" tests into its own module, but the issue continues to remain.

      Trying this approach I seem to observe an interesting behavior. Surefire plugin does indeed find that there are PlayerServiceTest and DeckServiceTest files on the dependency graph, but it fails to load them for some reason. Perhaps it does not patch the test module with the dependency module? I have attached the JVM dumpstreams from my experimenting.

      Attachments

        1. 2020-05-13T23-49-29_619.dumpstream
          0.3 kB
          Mantas Gridinas
        2. 2020-05-13T23-49-29_619-jvmRun1.dump
          1 kB
          Mantas Gridinas

        Activity

          People

            tibordigana Tibor Digana
            Dragas Mantas Gridinas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: