#community-help

No Asserts in Java SDK Tests

TLDR Tom wondered about the lack of asserts in the Java SDK tests. Kishore Nallan explained that it's a community contribution and improvements are necessary.

Powered by Struct AI
ok_hand1
2
11mo
Solved
Join the chat
Oct 19, 2022 (11 months ago)
Tom
Photo of md5-2fa64626788fd6e3a12f8cdf96ea88bd
Tom
03:16 PM
Hey all,

I'm just looking at the tests written for the Java SDK and am I right in thinking there are no asserts?

https://github.com/typesense/typesense-java/tree/master/src/test/java/org/typesense/api

Or am I being blind? 👀
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
03:19 PM
Yes, that's the current status. The Java client started out as a community contributed client and only a skeleton set of integration tests have been added which verifies that the calls succeed doesn't assert. Certainly an area to improve.
ok_hand1