私は体のようなテスト方法を持っています
{
assertTrue("Login failed", somecondition);
assertTrue("Page not browsing", somecondition);
assertTrue("Button not found", somecondition);
//here I want to found whether any assertTrue failed or all are passed
}
どうすればそれを達成できますか?