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

Method execute

tests/java/runner/Executable.java:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3@FunctionalInterface
4public interface Executable {
5 void execute() throws Exception;
6}

Callers 3

testClassMethod · 0.95
assertThrowsMethod · 0.65
assertDoesNotThrowMethod · 0.65

Implementers 15

TestTesttests/java/TestTest.java
DataTesttests/java/DataTest.java
ImageTesttests/java/ImageTest.java
TypefaceTesttests/java/TypefaceTest.java
ColorSpaceTesttests/java/ColorSpaceTest.java
CanvasTeststests/java/CanvasTests.java
VulkanTesttests/java/VulkanTest.java
BitmapTesttests/java/BitmapTest.java
FontMgrTesttests/java/FontMgrTest.java
SurfaceTesttests/java/SurfaceTest.java
StreamAssetTesttests/java/StreamAssetTest.java
TextLineTesttests/java/TextLineTest.java

Calls

no outgoing calls

Tested by 3

testClassMethod · 0.76
assertThrowsMethod · 0.52
assertDoesNotThrowMethod · 0.52