You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The current unit testing does not import anything from Lucene.java when running tests. Instead, the logic performed there is mocked (adding/searching documents), and tests run on this. IcatAnalyzer is tested.
Acceptance criteria:
Change tests actually test the code in Lucene.java
Use a code coverage tool to ensure these tests are sufficient?
The text was updated successfully, but these errors were encountered:
Description:
The current unit testing does not import anything from
Lucene.java
when running tests. Instead, the logic performed there is mocked (adding/searching documents), and tests run on this.IcatAnalyzer
is tested.Acceptance criteria:
Lucene.java
The text was updated successfully, but these errors were encountered: