What does the following code snippet do? @BeforeClass
public static void before-Class() throws Exception
{
mockUtil.mockDefaults(); mockUtil.mockDestination("ErpQueryEndpoint", URI.create(""));
}
Select an option, then click Submit answer.
-
○
It initializes the MockUtil class.
-
○
It throws an exception when a dummy destination is mocked.
-
○
It mocks a dummy SAP S/4HANA destination.
-
○
It creates the mock proxy object of the interface.