- package org.leumasjaffe.container;
- import org.junit.platform.runner.JUnitPlatform;
- import org.junit.platform.suite.api.SelectPackages;
- import org.junit.runner.RunWith;
- @RunWith(JUnitPlatform.class)
- @SelectPackages("org.leumasjaffe.container")
- public class TestSuite {
- }
|