Advertisement
AleOlivera

Class AllPackageTest

Apr 14th, 2022
894
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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
RAW Paste Data Copied
Advertisement