arrow icon indicating copy to clipboard operation
arrow copied to clipboard

Added common basic test cases for cache4k

Open Sujin1135 opened this issue 4 months ago • 0 comments

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.

Sujin1135 avatar Oct 08 '24 17:10 Sujin1135