File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes BEA/Weblogic and the fly likes Weblogic CustomAuthentication Provider => how to write junit test cases  ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Weblogic CustomAuthentication Provider => how to write junit test cases  ?" Watch "Weblogic CustomAuthentication Provider => how to write junit test cases  ?" New topic
Author

Weblogic CustomAuthentication Provider => how to write junit test cases ?

Arpit Goel
Greenhorn

Joined: Nov 03, 2008
Posts: 9
I have build a Weblogic Custom Authentication Provider with Login module and Custom Identity Aseerter. I have this code as a core java project which is deployed using Maven to weblogic server mbeans.

How can I unit test this code using junit , my concern is how to have weblogic runtime environment like I do have call back handlers and also loginModule is called behind the scene b WebLogic ? Any help or pointer would be great ?


Arpit Goel
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Weblogic CustomAuthentication Provider => how to write junit test cases ?
 
Similar Threads
junit => How to test WebLogic Custom Authenticator Provider and Asserter....
WebLogic Security - Problems whle calling weblogic custom Authentication
Junit test case for webservice consumed using weblogic
Ant 1.7 + Junit 4 problems
JUNIT to test EJB