I have three junit test classes - ClassA, ClassB, ClassC which have indiviual test methods in each class.
My requirement is i should run ClassB test class first and then ClassA and then ClassC.
Is possible. i am junit Junit5
I have three junit test classes - ClassA, ClassB, ClassC which have indiviual test methods in each class.
My requirement is i should run ClassB test class first and then ClassA and then ClassC.
Is possible. i am junit Junit5