Advertisement
AleOlivera

Class AllPackageTest

Apr 14th, 2022
1,081
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.26 KB | None | 0 0
  1. package packageTest2;
  2.  
  3. import org.junit.platform.runner.JUnitPlatform;
  4. import org.junit.platform.suite.api.SelectPackages;
  5. import org.junit.runner.RunWith;
  6.  
  7.  
  8. @RunWith(JUnitPlatform.class)
  9.  
  10. @SelectPackages("packageTest")
  11.  
  12. public class AllPackageTest {
  13.  
  14. }
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement