How to test if a variable exists using JUnit 5?

前端 未结 0 1085
时光取名叫无心
时光取名叫无心 2020-12-02 21:26

I would like to test to see if a variable exists in JUnit testing.

I have a class called animal which is an abstract class.


public abstract class Anim         


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