0 Replies Latest reply on May 4, 2013 10:40 PM by wensan

    RF 4 CDK auto generated unit tests

    wensan

      Hi,

      Im kind of new in RF and i was assigned to convert all of our cdk components from RF3.3 to RF4.3..Though i was able to make it work but i have problems on how generate the unit tests.

      In 3.3 those unit test are in xml and for my 4.3 im using annotations.

       

      ex.

      @JsfComponent(type = "org.richfaces.book.Spinner",

                family = "javax.faces.Input",

                renderer = @JsfRenderer(template = "spinner.template.xml"))

       

       

      Can anyone please help me how to do this or point me to a sample code or something i can start with..

       

       

      Thank you.