File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
boomerangPDS/src/test/java/test/cases/threading Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1717import org .junit .jupiter .api .Disabled ;
1818import org .junit .jupiter .api .Test ;
1919import org .junit .jupiter .api .extension .ExtendWith ;
20+ import test .TestingFramework ;
2021import test .core .BoomerangTestRunnerInterceptor ;
2122import test .core .QueryMethods ;
23+ import test .core .TestConfig ;
24+ import test .core .TestParameters ;
2225import test .core .selfrunning .AllocatedObject ;
2326
2427@ ExtendWith (BoomerangTestRunnerInterceptor .class )
28+ @ TestConfig (includedClasses = {"java.lang.Thread" })
2529public class InnerClassWithThreadTest {
2630
2731 private static ThreadingAlloc param ;
@@ -73,6 +77,8 @@ public void run() {
7377 }
7478
7579 @ Test
80+ @ TestParameters (
81+ skipFramework = {TestingFramework .Framework .SOOT_UP , TestingFramework .Framework .OPAL })
7682 public void threadQuery () {
7783 for (int i = 1 ; i < 3 ; i ++) {
7884 Thread t = new MyThread ();
You can’t perform that action at this time.
0 commit comments