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
Currently all the tests are located in the same one.util.streamex package as the library code itself. This may lead to unnoticed problems like #90 (we already have test with method reference, but it works when launched from the same package). We should divide all the tests to API tests and internal tests and move API tests to the separate package so we cannot accidentally use package-private functionality there.
The text was updated successfully, but these errors were encountered:
Currently all the tests are located in the same
one.util.streamex
package as the library code itself. This may lead to unnoticed problems like #90 (we already have test with method reference, but it works when launched from the same package). We should divide all the tests to API tests and internal tests and move API tests to the separate package so we cannot accidentally use package-private functionality there.The text was updated successfully, but these errors were encountered: