I think is a good idea. Because even it is possible to set up Test Cases to test scoped beans (session beans or request beans), it will be good to have a class that it has the necessary code to test...
Type: Posts; User: Othon Reyes; Keyword(s):
I think is a good idea. Because even it is possible to set up Test Cases to test scoped beans (session beans or request beans), it will be good to have a class that it has the necessary code to test...
Well, i have some beans taht use the request scope. To set up my test enviroment i do an abstract class that has all the mess about emulating the web enviroment for my junit test case.
Here is the...