MCPcopy Create free account
hub / github.com/beanshell/beanshell / KnownIssue

Class KnownIssue

tests/junitTests/src/bsh/KnownIssue.java:28–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26package bsh;
27
28public class KnownIssue implements TestFilter {
29
30 static final boolean SKIP_KOWN_ISSUES = System.getProperties().containsKey("skip_known_issues");
31
32 public boolean skip() {
33 return SKIP_KOWN_ISSUES;
34 }
35
36}

Callers

nothing calls this directly

Calls 1

containsKeyMethod · 0.45

Tested by

no test coverage detected