Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JetBrains/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
org.jetbrains.skija.test.runner;
2
3
@FunctionalInterface
4
public
interface
Executable {
5
void
execute() throws Exception;
6
}
Callers
2
testClass
Method · 0.95
assertThrows
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
BitmapTest
tests/java/BitmapTest.java
FontMgrTest
tests/java/FontMgrTest.java
SurfaceTest
tests/java/SurfaceTest.java
TextLineTest
tests/java/TextLineTest.java
PathTest
tests/java/PathTest.java
PaintTest
tests/java/PaintTest.java
ColorTest
tests/java/ColorTest.java
PathMeasureTest
tests/java/PathMeasureTest.java
Calls
no outgoing calls
Tested by
no test coverage detected