Skip to content
#

unit-tests

Unit testing is a type of software testing that focusses on testing small units (usually the lowest common denominator) instead of whole processes. This makes more tests necessary but their successful executing makes pinpointing actual successful code easier.

Here are 27 public repositories matching this topic...

EltexSocialMedia

An educational project for the development of Android applications in Java and Kotlin from Eltex Academy. The application is a social network that will allow users to create posts and events, indicate their places of work and much more. The project uses a home server for backend deployment.

  • Updated Apr 24, 2025
  • Kotlin

CineLayr — a Modern Android Movie App built with Kotlin, Jetpack Compose & Clean Architecture. It features a Multi-Module design with Koin DI, Room, Ktor, Coil, Paging 3 + Remote Mediator, WorkManager, Nav-Graph & Unit-UI Tests. Includes Data Syncing, Offline Caching, Theming, Widget & Performance Tuning via Baseline Profile & Macrobenchmarks.

  • Updated Nov 10, 2025
  • Kotlin