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
All the checks now are performed within a single method in Example/Tests/Tests.swift. This test may be considered integration testing as it tests functioning of the library within example app.
Tests needs to be enhanced and at least all the current test cases in Example/Tests/Tests.swift should be moved to separate methods.
Some unit tests better be added to IIDadata/Tests/IIDadataTests/IIDadataTests.swift to validate the correctness of the library internals.
The text was updated successfully, but these errors were encountered:
All the checks now are performed within a single method in Example/Tests/Tests.swift. This test may be considered integration testing as it tests functioning of the library within example app.
Example/Tests/Tests.swift
should be moved to separate methods.IIDadata/Tests/IIDadataTests/IIDadataTests.swift
to validate the correctness of the library internals.The text was updated successfully, but these errors were encountered: