We have included assumeTrue for convenience, but thanks to the inclusion of Hamcrest, we do not need to create assumeEqualsassumeSame, and other analogues to the assert*methods. All of those functionalities are subsumed in assumeThat, with the appropriate matcher.
A failing assumption in a @Before or @BeforeClass method will have the same effect as a failing assumption in each @Test method of the class.