Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-2633

Extract module to support testing (magnolia-testutils)

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Won't Fix
    • Icon: Major Major
    • None
    • None
    • testing
    • None

      I recently discovered that Magnolia core provides utilities for testing, residing in the "info.magnolia.test.mock" package, in the "test" source tree.
      I think it would be really helpful for module developers as well, to lower the barrier to testing by providing these test utilities as a seperate maven module.

      One could then define a maven dependency as such (example):

      <dependency>
      <groupId>info.magnolia</groupId>
      <artifactId>magnolia-test</artifactId>
      <version>4.0</version>
      </dependency>

      and have testing tools readily available. What do you guys think?

        Acceptance criteria

              Unassigned Unassigned
              robvdlv Rob van der Linden Vooren
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoR