final boolean headerNull=expectedValue == null && headerValue == null; | final boolean headerNull=expectedValue == null && !headerValue.isPresent(); | headerValue == null | !headerValue.isPresent() | pac4j | c7fdad559afcdda7d54529634aab55bff4868e76 | org.pac4j.core.matching.HeaderMatcher | | _1 | headerValue |
---|
_2 | headerValue |
---|
| | | | Uses | True |
final boolean headerNull=expectedValue == null && headerValue == null; | final boolean headerNull=expectedValue == null && !headerValue.isPresent(); | headerValue == null | !headerValue.isPresent() | pac4j | 49ccc89f2d97cadadc2b217dd8505007b930fff5 | org.pac4j.core.matching.HeaderMatcher | | _1 | headerValue |
---|
_2 | headerValue |
---|
| | | | Uses | True |