Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Map on Try assertion returns inaccessible abstract type #215

Open
crypticmind opened this issue May 28, 2024 · 0 comments
Open

Map on Try assertion returns inaccessible abstract type #215

crypticmind opened this issue May 28, 2024 · 0 comments

Comments

@crypticmind
Copy link

Hi,

I'd like to know if I'm not understanding the usage correctly. My situation is that after mapping on a TryAssert, I get an inaccessible abstract AbstractTryAssert, which doesn't let me continue chaining assertions.

What I'm trying to do...

AbstractTryAssert<?, DataItem> inaccessibleAbstract = assertThat(service.getData()).map(t -> t.getItem());

It seems that this doesn't compile because AbstractTryAssert.map returns AbstractTryAssert instead of SELF.

Is this a quick fix? Are you accepting pull requests?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant