Component - Unit testing with JUnit
This UI component shows a simple Android Kotlin screen with a button that triggers a function. The function is tested using JUnit to ensure it returns the correct result. Unit testing helps catch bugs early by checking small parts of your code.