Exemplo n.º 1
0
 @Before
 public void setUp() throws Exception {
   corsUtil = CorsUtil.getInstance();
   corsUtilSpy = spy(corsUtil);
 }