Junit testing in Java IntelliJ | How do you write a test that tests a set/get method specifically?

前端 未结 0 1830
难免孤独
难免孤独 2020-12-22 22:50

so I have this class and those 2 methods:

public class RiddleNode {
    public final RiddleType type;
    public final int value; // Zahlenwert, falls Knotent         


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