How do I test to see a method is Abstract in java Junit 5?

前端 未结 0 1596
忘了有多久
忘了有多久 2020-12-03 02:51

I have an abstract class called Animal ànd inside it I have an abstract method called multiply. How do I check if this method is abstract or not using JUnit 5?



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