how to skip assert method if its fails.

HI

I have a method (testGetAvailableElement). In this method i have 5-6 assert Methods. I want, if first assert fails then remaining method must execute.
Is it possible or is there is any other way.

Regards

Lokesh Katiyar