A ‘symbol not found’ error occurs when testing using MockMvc in JUnit 5
An error occurs in the status() function in the test source code below. It would be natural for an error to occur because there is no status() function in the source code. However, I don’t see a separate function being created in the source code in books or on the Internet. What is needed to call the status() function?