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

Method execute

tests/java/VulkanTest.java:9–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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, () -> {

Callers

nothing calls this directly

Calls 1

testMethodMethod · 0.95

Tested by

no test coverage detected