5
我想用JUnit
測試我的REST服務器。每個測試都會向服務器發送HTTP請求,並根據預期在響應中出現的元素列表來檢查響應。JUnit測試服務器
因此,在測試過程如下所示:
for each request in test requests send request and receive response assert the response is ok for each element in the expected elements test if the element exists in the response
你將如何與JUnit
實現它?
只是更加挑剔:OP當然沒有提到他想要做的是*「單元測試」*。他只是提到JUnit可以用於單元測試和其他類型的測試:) – SyntaxT3rr0r 2011-06-04 21:00:26
好點,我已經擺脫了 – 2011-06-05 05:23:28