@RunWith(HierarchicalContextRunner.class) --(1) public class HogeControllerTest { /** * ãã¼ã¹ã¯ã©ã¹ */ @RunWith(SpringRunner.class) @SpringBootTest @AutoConfigureMockMvc @WebAppConfiguration public static class HogeControllerTestBase { --(2) @ClassRule public static final SpringClassRule SPRING_CLASS_RULE = new SpringClassRule(); --(3) @Rule public final SpringMethodRule springMethodRule = new SpringMe

{{#tags}}- {{label}}
{{/tags}}