Class MCRCheckPermissionChainResolverTest

java.lang.Object
org.mycore.common.MCRTestCase
org.mycore.common.xml.MCRCheckPermissionChainResolverTest

public class MCRCheckPermissionChainResolverTest extends MCRTestCase
  • Field Details

  • Constructor Details

    • MCRCheckPermissionChainResolverTest

      public MCRCheckPermissionChainResolverTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Description copied from class: MCRTestCase
      initializes MCRConfiguration with an empty property file. This can be used to test MyCoRe classes without any propties set, using default. You may want to set Properties per TestCase with the set() method of MCRConfiguration2
      Overrides:
      setUp in class MCRTestCase
      Throws:
      Exception
      See Also:
    • resolveReadObjectForbidden

      public void resolveReadObjectForbidden()
    • resolveReadObjectAllowed

      public void resolveReadObjectAllowed()
    • resolvePermissionAllowed

      public void resolvePermissionAllowed()
    • resolvePermissionForbidden

      public void resolvePermissionForbidden()
    • tearDown

      public void tearDown() throws Exception
      Overrides:
      tearDown in class MCRTestCase
      Throws:
      Exception
    • getTestProperties

      protected Map<String,String> getTestProperties()
      Overrides:
      getTestProperties in class MCRTestCase