Searched refs:collectUserData (Results 1 – 1 of 1) sorted by relevance
88 assertThat(collectUserData(repository)).isEmpty(); in testUserDataRepository_addsNewUserInfoOnUserCreatedEvent()95 final var allUserData = collectUserData(repository); in testUserDataRepository_addsNewUserInfoOnUserCreatedEvent()120 assertThat(collectUserData(repository)).hasSize(1); in testUserDataRepository_removesUserInfoOnUserRemovedEvent()125 assertThat(collectUserData(repository)).isEmpty(); in testUserDataRepository_removesUserInfoOnUserRemovedEvent()138 final var allUserData = collectUserData(repository); in testGetOrCreate()146 private List<UserDataRepository.UserData> collectUserData(UserDataRepository repository) { in collectUserData() method in UserDataRepositoryTest