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

Added common basic test cases for cache4k #3501

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Sujin1135
Copy link

I noticed that cache4k does not have test cases, So I thought I should create some basic ones.

Basic Test Cases

  • Verify saved data is returned correctly.
  • Verify get method should return null for an invalid key.

That's why I tried it right away. While I was working on it, I encountered an issue with java version of Gradle, So I fixed it as this file changes. (Java version 8 -> 17)

Screenshot 2024-10-09 at 2 08 18 AM

The issue related to com.android.library used in root build.gradle.kts and optics build.gradle.kts.

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

Successfully merging this pull request may close these issues.

1 participant