Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
呼び出しがリストを返す単体テストを作成しようとしていますが、使用できないようです:
Mockito.any(List.class)
これどうやってするの?任意のアイデア?.任意のチュートリアル
Mockito.when(abilityRepository.findRandomAbilitySetForEventLogic(eventLogic, pageableForSingleResult)).thenReturn(abilitySetIds);