3536373839404142
ObjectMapper objectMapper; @Before public void setUp() { this.mockMvc = MockMvcBuilders.webAppContextSetup(webApplicationContext).build(); this.dhAlgorithm = new DHAlgorithm(); this.objectMapper = new ObjectMapper(); }
23242526272829
@Rule public ExpectedException expectedException = ExpectedException.none(); @Before public void setup() { this.dhAlgorithm = new DHAlgorithm(); }