Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Move API tests to the separate package #91

Closed
amaembo opened this issue Mar 31, 2016 · 0 comments
Closed

Move API tests to the separate package #91

amaembo opened this issue Mar 31, 2016 · 0 comments
Milestone

Comments

@amaembo
Copy link
Owner

amaembo commented Mar 31, 2016

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.

@amaembo amaembo added this to the 0.6.1 milestone Mar 31, 2016
@amaembo amaembo removed this from the 0.6.1 milestone May 15, 2016
born-to-be-mad added a commit to born-to-be-mad/streamex that referenced this issue Jun 19, 2020
born-to-be-mad added a commit to born-to-be-mad/streamex that referenced this issue Aug 4, 2020
# Conflicts:
#	src/test/java/one/util/streamex/TestHelpers.java
#	src/test/java/one/util/streamex/api/DoubleStreamExTest.java
#	src/test/java/one/util/streamex/api/IntStreamExTest.java
#	src/test/java/one/util/streamex/api/LongStreamExTest.java
#	wiki/CHANGES.md
amaembo added a commit that referenced this issue Sep 6, 2020
@amaembo amaembo closed this as completed Sep 6, 2020
@amaembo amaembo added this to the 0.8.0 milestone Nov 4, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant