Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ TestFilter
Interface
TestFilter
tests/junitTests/src/bsh/TestFilter.java:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
package
bsh;
27
28
public
interface
TestFilter {
29
30
boolean skip();
31
32
}
Callers
1
getChildren
Method · 0.95
Implementers
2
KnownIssue
tests/junitTests/src/bsh/KnownIssue.ja
NotSuitedFor_Java5_OrLower
tests/junitTests/src/bsh/NotSuitedFor_
Calls
no outgoing calls
Tested by
no test coverage detected