MCPcopy Index your code
hub / github.com/HumbleUI/Skija / VulkanTest

Class VulkanTest

tests/java/VulkanTest.java:8–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import io.github.humbleui.skija.test.runner.*;
7
8public class VulkanTest implements Executable {
9 @Override
10 public void execute() throws Exception {
11 TestRunner.testMethod(this, "testVulkanContext");
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

no outgoing calls

Tested by

no test coverage detected