Re: [Dev] Unit Testing for ESB class mediators

2016-09-16 Thread Palani Tester
alani Tester Cc: dev@wso2.org Subject: Re: [Dev] Unit Testing for ESB class mediators Hi there, If you are interested in unit tests, AFAIK you don't need to use TAF to achieve this. From my experience with identity-server project, there we mainly use TAF for integration tests and use junit for

Re: [Dev] Unit Testing for ESB class mediators

2016-09-16 Thread Chamila Wijayarathna
Hi there, If you are interested in unit tests, AFAIK you don't need to use TAF to achieve this. From my experience with identity-server project, there we mainly use TAF for integration tests and use junit for unit tests. Please refer example at [1]. However, I am not sure if this is the case in E

[Dev] Unit Testing for ESB class mediators

2016-09-15 Thread Palani Tester
Hi Team, I'm going through WSO2 Test Automation framework for our project. My requirement is to develop unit tests for all ESB class mediators. I got below link, which saying that Unit testing will not be possible using Test Automation framework. https://docs.wso2.com/display/TA430/Unit+Test