Class ServicePermissionTests

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
All Implemented Interfaces:
junit.framework.Test

public class ServicePermissionTests extends OFBizTestCase
  • Constructor Details

    • ServicePermissionTests

      public ServicePermissionTests(String name)
  • Method Details

    • testPermissionSuccess

      public void testPermissionSuccess() throws Exception
      Test permission success.
      Throws:
      Exception - the exception
    • testServicePermissionSuccess

      public void testServicePermissionSuccess() throws Exception
      Test service permission success.
      Throws:
      Exception - the exception
    • testServicePermissionError

      public void testServicePermissionError() throws Exception
      Test service permission error.
      Throws:
      Exception - the exception
    • testGroupPermissionSuccess

      public void testGroupPermissionSuccess() throws Exception
      Test group permission success.
      Throws:
      Exception - the exception
    • testPermissionFailed

      public void testPermissionFailed() throws Exception
      Test permission failed.
      Throws:
      Exception - the exception
    • testServicePermissionFailed

      public void testServicePermissionFailed() throws Exception
      Test service permission failed.
      Throws:
      Exception - the exception
    • testGroupPermissionFailed

      public void testGroupPermissionFailed() throws Exception
      Test group permission failed.
      Throws:
      Exception - the exception