Andrey Frolov

Greenhorn
+ Follow
since Apr 16, 2011
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 Andrey Frolov

Hi everybody.

What do I have now (example code, just fore more clear explanation).

Class which is used for running all tests:



Test classes (FirstTest, SecondTest) uses field "id", which is declared in their common super class somehow like this:


So, what do I need.
Want to write class AllMultiIdsTests, which also will be responsible for running test classes FirstTest and SecondTest.
But unlike AllTests, it would be do it for ids collection.

Something like this:


Or it's also possible to rewrite FirstTest, SecondTest in a way when they will use single id or ids collection in depend on some new field. But I also need to pass value of this field from AllMultiIdsTests and AllTests... How can I do it?

For now I haven't found anything related to configuring Test classes from class which run them all...

PS: Sorry for any errors in English if there are some. Thanks.
12 years ago