Class MergeWithViewHandler_Test


  • public class MergeWithViewHandler_Test
    extends java.lang.Object
    JUnit test cases for MergeWithViewHandler.
    Author:
    Lucas Koehler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setUp()  
      void testExtractViewAndRepository()
      Test that the VView and VRuleRepository are correctly read from a resource set and that the algorithm can deal with empty resources without causing an exception.
      void testProviderUsage()
      Test that all given providers are used with the correct parameters.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MergeWithViewHandler_Test

        public MergeWithViewHandler_Test()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testProviderUsage

        public void testProviderUsage()
        Test that all given providers are used with the correct parameters.
      • testExtractViewAndRepository

        public void testExtractViewAndRepository()
        Test that the VView and VRuleRepository are correctly read from a resource set and that the algorithm can deal with empty resources without causing an exception.