Coverting Exception paths of methods

revert-70aa11f8
Jasintha 7 years ago
parent 50903c066e
commit 2848045288

@ -0,0 +1,146 @@
package org.wso2.carbon.policy.mgt.core.mgt.impl;
import org.testng.annotations.Test;
import static org.testng.Assert.*;
/**
* Created by jasintha on 10/11/17.
*/
public class PolicyManagerImplTest {
@Test
public void testAddPolicy() throws Exception {
}
@Test
public void testUpdatePolicy() throws Exception {
}
@Test
public void testUpdatePolicyPriorities() throws Exception {
}
@Test
public void testDeletePolicy() throws Exception {
}
@Test
public void testDeletePolicy1() throws Exception {
}
@Test
public void testActivatePolicy() throws Exception {
}
@Test
public void testInactivatePolicy() throws Exception {
}
@Test
public void testAddPolicyToDevice() throws Exception {
}
@Test
public void testAddPolicyToRole() throws Exception {
}
@Test
public void testAddPolicyToUser() throws Exception {
}
@Test
public void testGetPolicyByProfileID() throws Exception {
}
@Test
public void testGetPolicy() throws Exception {
}
@Test
public void testGetPolicies() throws Exception {
}
@Test
public void testGetPoliciesOfDevice() throws Exception {
}
@Test
public void testGetPoliciesOfDeviceType() throws Exception {
}
@Test
public void testGetPoliciesOfRole() throws Exception {
}
@Test
public void testGetPoliciesOfUser() throws Exception {
}
@Test
public void testGetPolicyAppliedDevicesIds() throws Exception {
}
@Test
public void testAddAppliedPolicyFeaturesToDevice() throws Exception {
}
@Test
public void testApplyChangesMadeToPolicies() throws Exception {
}
@Test
public void testAddAppliedPolicyToDevice() throws Exception {
}
@Test
public void testRemoveAppliedPolicyToDevice() throws Exception {
}
@Test
public void testCheckPolicyAvailable() throws Exception {
}
@Test
public void testSetPolicyApplied() throws Exception {
}
@Test
public void testGetPolicyCount() throws Exception {
}
@Test
public void testGetAppliedPolicyToDevice() throws Exception {
}
@Test
public void testGetAppliedPolicyIdsDeviceIds() throws Exception {
}
}
Loading…
Cancel
Save