Writing Rasa test without user input

I am currently working on testing my Rasa assistant. According to the Rasa documentation, when testing we need to write both user input and expected intent.

What if I do not write down one of the parameters? For instance, only expected intent (and no user input)? And vice versa?

The intent is triggered from user input.