openApi() method not found

Issue #200 resolved
shiobero created an issue

Hi Team,

I am trying to run below method:

    @Test
    public void testGetValidPet() {
        this.mockMvc
            .perform(post("/hello/bob"))
            .andExpect(openApi().isValid("api.json"));
    }

But openAPI() method is not available. Has it been removed from latest version?

Comments (2)

  1. Log in to comment