use of org.onosproject.security.AppPermission.Type in project onos by opennetworkinglab.
the class AppPermissionTest method testAppPermissionType.
@Test
public void testAppPermissionType() {
Type type = Type.APP_WRITE;
assertEquals(Type.APP_WRITE, type);
}