• @[email protected]
    link
    fedilink
    15
    edit-2
    21 days ago

    IntelliJ finds most uses in my experience unless you’re doing something weird with reflection or similar. And if it’s a public facing API only used by the library’s consumers…– it should be used in tests at the very least! Especially if it’s prone to regressions like the comment suggests

    • qazOP
      link
      English
      1321 days ago

      There are only 7 unit test classes. 2 of which I wrote myself this month.