Class ViewTemplateSupplierImpl_Test


  • public class ViewTemplateSupplierImpl_Test
    extends java.lang.Object
    Unit test cases for the ViewTemplateSupplierImpl.
    Author:
    Lucas Koehler
    • Constructor Detail

      • ViewTemplateSupplierImpl_Test

        public ViewTemplateSupplierImpl_Test()
    • Method Detail

      • setup

        public void setup()
      • testGetTemplateModels

        public void testGetTemplateModels()
      • testNoTemplateModel

        public void testNoTemplateModel()
      • testVElementIsNull

        public void testVElementIsNull()
      • testViewModelContextIsNull

        public void testViewModelContextIsNull()
      • testApplicableStyleProperties

        public void testApplicableStyleProperties()
        Test that only applicable style properties are returned.
      • testSpecifities

        public void testSpecifities()
        Test that style properties are associated with their correct specificities.
      • generateSegments

        public void generateSegments()
      • generateSegments_noRootEClass

        public void generateSegments_noRootEClass()
        Segments are generated but root EClass cannot be determined.
      • generateSegments_noSegmentsGenerated

        public void generateSegments_noSegmentsGenerated()
        Root EClass can be determined but no segments are generated.
      • generateSegments_dmrWithExistingSegments

        public void generateSegments_dmrWithExistingSegments()