亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

如何更改 Eclipse 控制臺中日志的顏色?

如何更改 Eclipse 控制臺中日志的顏色?

隔江千里 2023-04-26 13:53:29
我有一個 Spring Boot v1.5.14.RELEASE 應用程序,使用 Spring Initializer、JPA、嵌入式 Tomcat 并遵循 RESTful API 架構原則。我創建了這個測試@Test    public void createCustomerChain() throws Exception {        this.mockMvc.perform(post("/customer/createCustomer")                .contentType(MediaType.APPLICATION_JSON_VALUE)                .content("{\n" +                        "   \"subSegment\":\"25\",\n" +                        "   \"legalLanguage\":\"NL\",\n" +                        "   \"isRestrictel\":true,\n" +                        "   \"isCommunicationLanguageForAllAccount\":true,\n" +                        "   \"isAntiMarketing\":true,\n" +                        "   \"hotelChain\":{\n" +                        "       \"legalForm\":\"09\",\n" +                        "       \"foundationDate\":\"2001-12-17T09:30:47Z\",\n" +                        "       \"tradingName\":\"COMPANY NAME\",\n" +                        "       \"printName\":\"TEST PRINT\",\n" +                        "       \"naceCode\":\"16230\",\n" +                        "       \"vatNumber\":\"41223334343\",  \n" +                        "       \"countryVatCode\":\"IN\",\n" +                        "       \"isSubjectToVAT\":true,\n" +                        "       \"sectorCode\":\"85\",\n" +                        "       \"legalAddress\": {\n" +                        "           \"mainkey\":2088512,\n" +                        "           \"subkey\":3256\n" +    }這是運行測試的結果:org.springframework.restdocs.snippet.SnippetException: Fields with the following paths were not found in the payload: [customerId]customerId并從測試中刪除fieldWithPath成功通過但是,我想知道為什么我對這樣的字段沒有相同的錯誤billingAccountId
查看完整描述

1 回答

?
當年話下

TA貢獻1890條經驗 獲得超9個贊

這是由于在某些情況下customerId可能存在null或不存在字段。您可以使用optional它:

fieldWithPath("customerId").description("Description").optional()

為了找到更準確的原因,請發布該createCustomer()方法的代碼。


查看完整回答
反對 回復 2023-04-26
  • 1 回答
  • 0 關注
  • 111 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號