How to test a method that returns an enum

前端 未结 0 1183
小鲜肉
小鲜肉 2020-12-08 07:40

What would a simple mocking test using mockito look like of getAnimalOf?

enum Animal{
    Cow,
    Pig;
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题