Uploaded image for project: 'Talend Component Kit'
  1. Talend Component Kit
  2. TCOMP-60

maven archetype : add i18n, path and runtime tests into the generated test class.

Apply templateInsert Lucidchart Diagram
    XMLWordPrintable

Details

    • New Feature
    • Resolution: Fixed
    • Minor
    • 0.3.0
    • None
    • None
    • None
    • All
    • GreenHopper Ranking:
      0|i0sfoj:
    • 9223372036854775807
    • Small

    Description

      those test should be added to the archetype test class

          @Test
          public void testAlli18n() {
              ComponentTestUtils.testAlli18n(getComponentService(), errorCollector);
          }
      
          @Test
          public void testAllImages() {
              ComponentTestUtils.testAllImages(getComponentService());
          }
      
          @Test
          public void testAllRuntime() {
              ComponentTestUtils.testAllRuntimeAvaialble(getComponentService());
          }
      
      

      This may require that an Integration Test to be created

      Attachments

        Activity

          People

            sgandon sebastien gandon
            sgandon sebastien gandon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: