MCPcopy Create free account
hub / github.com/HumbleUI/Skija / testVulkanContext

Method testVulkanContext

tests/java/VulkanTest.java:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 }
13
14 public void testVulkanContext() {
15 assertThrows(RuntimeException.class, () -> {
16 DirectContext.makeVulkan(0, 0, 0, 0, 0, 0, 0, 0);
17 });
18 }
19}

Callers

nothing calls this directly

Calls 2

makeVulkanMethod · 0.95
assertThrowsMethod · 0.80

Tested by

no test coverage detected