P
P
P_Alexander2018-06-10 18:03:23
Java
P_Alexander, 2018-06-10 18:03:23

How to run the test the required number of times?

Hello, who can tell me how to run a certain method in a test class, for example, 50 times?
For example, there is a TestUser class in it's addUser method, so how to run it 50 times?
Any information or examples on this is appreciated, Thanks!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Zagaevsky, 2018-06-10
@P_Alexander

O_o
Uh...
for(i=0; i < 50; ++i) addUser

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question