Book a Demo

Author Topic: MDA: JUnit Transformations  (Read 1957 times)

rickgs

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
MDA: JUnit Transformations
« on: March 31, 2015, 09:00:12 am »
Based on a class diagram, I generated a JUnit in Enterprise 12.  It seems the JUnit is based on Junit 3, not JUnit 4 because there is no @Before, @After and @Test annotations in the generated JUnit class.

Is it possible to use JUnit transformation to generate a class with annotations?

Is there a transformation template update I can apply to generate classes with annotations?

Are there any good transformation examples that can explain updating transformation templates?

Any examples, input is welcome.

Thanks.