In ruby, there is a library for creating fixtures,...
# server
r
In ruby, there is a library for creating fixtures, for testing, called factory_bot, https://github.com/thoughtbot/factory_bot, I want to know If there is any similar library for kotlin, for creating test fixtures.