Akilan Paul

Ranch Hand
+ Follow
since May 22, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Akilan Paul

Hi,
below code snippet is my unit test case code for groovy class

public void testUserList(){

 setup()
 
 def userList =  [['name':'12345678', 'actual_name':'Paul allan']]
 
 
 
 List<User>  tempList = new ArrayList<User>()

  mocksql.demand.eachrow{
 def query, closure ->
  userList.each(closure)
 }
 
 mocksql.use{
 apply1 = new apply1(<connection string goes here>,
 <username>, <password>,
 <schemaname>,
"oracle.jdbc.driver.OracleDriver")
 tempList=apply1.getapply1UserList()
 }
 
 }
 
}


while running this test case in Eclipse Luna using maven build getting below error
Errors:
[ERROR]   com.double.example.application.appMockTest#testUserList MissingMethodException

any one of you could please throw some light on this. how to fix.  
Note: saw few online discussions but nothing worked out.

Thanks in advance.

6 years ago
hi all
what is filters? and what is the use of filters?
thanks in advance.
12 years ago
hi all
i am developing struts application and new to struts. how to add the jar files to the WEB-INF\lib directory. (which is required to develop a struts application)
thanks in advance
hi
while camparing "d==e " , here you are comparing two different objects(address of two object, always different d and e) so it returns false.

d.equals(e) this returns true because you are comparing value of the objects. so it returns true.

hope you are clear now.
hi
i need some info about profiler?
12 years ago
hi all
any one can you through some light on this topic "use case budgetting".
correct me if i am asking wrong question.
hi
i just installed visio 2010, i want to learn how to draw UML Diagram. is there any website or ebooks available.

thanks in advance!
indian's are thinking if we buy gadgets from US it is cheap. three months back one of my frind bought a dell inspiron. which is Rs. 5000 to 70000 more in india.
might be this is the reason
13 years ago
Sorry Paul
it is a much famous bug. thats why i mentioned like that.

JSTextArea- this is a third party component which is used in flex application to capture non english characters. now it is solved
thanks
13 years ago
when you use JSTextArea you will get this error.
13 years ago
hi
i am facing much popular "FireFox wmode bug".
do you have solution for this.
thanks in advance

13 years ago
hi
i am planning to migrate flex 3 application to flex 4. i want whether i can save memory and satisfy other non functional requirement.
simply whether it is feasible or not
regards
akilan paul
13 years ago
hi all
vector images means SVG-scalable vector graphics.
will felx supports this type of images. browser will support.

help me.

13 years ago
i am getting error in my flex application

Javascript not available :failed to setuo JSText Reader. Plaese make sure that "allowScriptAccess..... ect.

how to solve this ?
any one can you help me
13 years ago
sorry by mistake i have posted again
13 years ago