Search in sources :

Example 1 with Type

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);
}
Also used : Type(org.onosproject.security.AppPermission.Type) Test(org.junit.Test)

Aggregations

Test (org.junit.Test)1 Type (org.onosproject.security.AppPermission.Type)1