5
एक सूची का परीक्षण ... सभी एक ही परीक्षण में या प्रत्येक स्थिति के लिए एक परीक्षण?
मैं यह परीक्षण कर रहा हूं कि कोई फ़ंक्शन किसी सूची में क्या अपेक्षित है। इसलिए मैं परीक्षण करना चाहता हूं f(null) -> null f(empty) -> empty f(list with one element) -> list with one element f(list with 2+ elements) -> list with the same number of elements, doing what …
21
unit-testing
tdd