Static Import

Static import allows you to access the static member of a class directly without using the fully qualified name.

In order to use REST assured effectively it’s recommended to statically import methods from the following classes:

You may also like...