Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/HumbleUI/Skija
/ Executable
Interface
Executable
tests/java/runner/Executable.java:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
io.github.humbleui.skija.test.runner;
2
3
@FunctionalInterface
4
public
interface
Executable {
5
void
execute() throws Exception;
6
}
Callers
3
testClass
Method · 0.95
assertThrows
Method · 0.65
assertDoesNotThrow
Method · 0.65
Implementers
15
TestTest
tests/java/TestTest.java
DataTest
tests/java/DataTest.java
ImageTest
tests/java/ImageTest.java
TypefaceTest
tests/java/TypefaceTest.java
ColorSpaceTest
tests/java/ColorSpaceTest.java
CanvasTests
tests/java/CanvasTests.java
VulkanTest
tests/java/VulkanTest.java
BitmapTest
tests/java/BitmapTest.java
FontMgrTest
tests/java/FontMgrTest.java
SurfaceTest
tests/java/SurfaceTest.java
StreamAssetTest
tests/java/StreamAssetTest.java
TextLineTest
tests/java/TextLineTest.java
Calls
no outgoing calls
Tested by
no test coverage detected