()
| 7 | |
| 8 | public 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, () -> { |
nothing calls this directly
no test coverage detected