Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ ITest
Interface
ITest
test/org/apache/pig/data/utils/TestMethodHelper.java:59–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
static
interface
ITest {
60
public
void
t1();
61
62
public
void
t2();
63
}
64
65
static
class
Test1 implements ITest {
66
@NotImplemented
Callers
nothing calls this directly
Implementers
3
Test1
test/org/apache/pig/data/utils/TestMet
Test2
test/org/apache/pig/data/utils/TestMet
Test5
test/org/apache/pig/data/utils/TestMet
Calls
no outgoing calls
Tested by
no test coverage detected