Skip to content

Commit

Permalink
🥺
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Mar 24, 2024
1 parent 72470e4 commit 2749f81
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.EnabledIfSystemProperty;
import org.rococoa.Foundation;
import org.rococoa.Rococoa;
import org.rococoa.cocoa.appkit.NSRunningApplication;
Expand Down Expand Up @@ -181,6 +182,7 @@ void test7() throws Exception {

@Test
@DisplayName("CGWindowListCopyWindowInfo")
@EnabledIfSystemProperty(named = "vavi.test", matches = "ide")
void test8() throws Exception {
CFArrayRef array = library.CGWindowListCopyWindowInfo(kCGWindowListOptionOnScreenOnly, kCGNullWindowID);
Debug.println("windows: " + array.getCount());
Expand Down

0 comments on commit 2749f81

Please sign in to comment.