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
This issue involves adding unit tests for the WebLoggerImpl and WebLoggerAppNameUnknownImpl classes in the org.opendatakit.logging package.
The tests should validate logging functionality and file handling,
Tests to Cover:
Logging Methods:
Verify that all logging methods (a, t, v, d, i, w, e, s) call the log() method correctly.
Log File Handling:
Test the close() method to ensure it behaves correctly when the log file is open or when the logging directory does not exist.
Stale File Scanning:
Confirm that staleFileScan() correctly deletes stale log files older than 30 days and handles directory issues.
Log Level Management:
Test setMinimumSystemLogLevel() and getMinimumSystemLogLevel() for correct behavior and remapping of SUCCESS and TIP.
This issue involves adding unit tests for the WebLoggerImpl and WebLoggerAppNameUnknownImpl classes in the org.opendatakit.logging package.
The tests should validate logging functionality and file handling,
Tests to Cover:
Write Unit Test for Uncovered Classes in ODK-X AndroidLibrary #507
The text was updated successfully, but these errors were encountered: