單測-讓咱們保持短小而專一於單一行爲

assertThat assertThat(a).isEqualTo(1); //complete the assertion below: a >= 1 assertThat(a).isGreaterThanOrEqualTo(1); //complete the assertion below: 0 < a < 100 assertThat(a).isStrictlyBetween(0, 10
相關文章
相關標籤/搜索