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

SoftAssertion on assertj-db #58

Closed
fafafifi123 opened this issue Feb 21, 2019 · 1 comment
Closed

SoftAssertion on assertj-db #58

fafafifi123 opened this issue Feb 21, 2019 · 1 comment
Assignees
Milestone

Comments

@fafafifi123
Copy link

Hi,

How do i do SoftAssertion proxy chaining for assertj-db ?

If i just proxy the RequestRowAssert i get issue like below


Exception in thread "main" org.assertj.db.exception.AssertJDBException: There is an exception 'org.assertj.db.api.RequestRowAssert.<init>(org.assertj.db.api.RequestAssert$ByteBuddy$lhIHVow8, org.assertj.db.type.Row)'
     in the instantiation of the element org.assertj.db.api.RequestRowAssert
     on class org.assertj.db.type.Row with class org.assertj.db.api.RequestAssert$ByteBuddy$lhIHVow8.
 It is normally impossible.
 That means there is a big mistake in the development of AssertJDB.
 Please write an issue for that if you meet this problem.
    at org.assertj.db.navigation.Position.getInstance(Position.java:117)
    at org.assertj.db.navigation.Position.getInstance(Position.java:91)
    at org.assertj.db.api.AbstractDbAssert.row(AbstractDbAssert.java:91)
    at org.assertj.db.api.RequestAssert$ByteBuddy$lhIHVow8.row$accessor$OIpnZ4B6(Unknown Source)
    at org.assertj.db.api.RequestAssert$ByteBuddy$lhIHVow8$AssertJ$SoftProxies$6PweGgTP.call(Unknown Source)
    at org.assertj.core.api.ErrorCollector.intercept(ErrorCollector.java:58)
    at org.assertj.db.api.RequestAssert$ByteBuddy$lhIHVow8.row(Unknown Source)
VanRoy added a commit that referenced this issue Dec 15, 2019
VanRoy added a commit that referenced this issue Dec 15, 2019
VanRoy added a commit that referenced this issue Dec 15, 2019
VanRoy added a commit that referenced this issue Dec 15, 2019
VanRoy added a commit that referenced this issue Dec 15, 2019
@VanRoy VanRoy self-assigned this Dec 15, 2019
@VanRoy VanRoy added this to the 1.3.0 milestone Dec 15, 2019
@VanRoy
Copy link
Member

VanRoy commented Dec 26, 2019

Implemented in release 1.3.0

@VanRoy VanRoy closed this as completed Dec 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants