packagecom.vaadin.tests;importorg.junit.Assert;importorg.junit.Test;importcom.vaadin.tests.tb3.SingleBrowserTest;publicclassVerifyAssertionsEnabledTestextendsSingleBrowserTest{@TestpublicvoidverifyServerAssertions()throwsException{openTestURL();Assert.assertEquals("1. Assertions are enabled",getLogRow(0));}}