我有這個if-else語句,我想寫一個J單元測試,測試每個單獨的行以查看是否正確。有任何想法嗎? public class Testings {
public static int computeValue(int x, int y, int z) {
int value = 0;
if (x == y)
value = x + 1;
對不起,很長的文章... 雖然被引入到棕色領域的項目,我懷疑某些單元測試和思考。假設你有一個repostory類,包裝一個存儲過程並在開發人員指南中包含一些特定的準則(規則),描述應該如何構造這個類。類可能看起來像以下:現在 public class PersonRepository
{
public PersonCollection FindPersonsByNameAndCity(stri