1. 22 11月, 2019 1 次提交
  2. 05 3月, 2019 2 次提交
    • S
      Remove infix qualifier from ResultActionsDsl methods · 9e873af6
      Sebastien Deleuze 提交于
      The infix form limits the extensibility of the API and
      prevents calling `andReturn()`.
      
      See gh-1951
      9e873af6
    • S
      Add MockMvc Kotlin DSL · 0c332286
      Sebastien Deleuze 提交于
      This commit introduces a `MockMvc` Kotlin DSL via a set of
      extensions like `MockMvc.get` or `MockMvc.request`
      that provide a Kotlin idiomatic and easily discoverable
      API while staying close to the original Java API design.
      
      Closes gh-1951
      0c332286