Class MockKillByPartialMatchConsumer.MockKillByPartialMatchInvocation
- java.lang.Object
-
- com.funnelback.plugin.index.consumers.mock.MockKillByPartialMatchConsumer.MockKillByPartialMatchInvocation
-
- Enclosing class:
- MockKillByPartialMatchConsumer
public static class MockKillByPartialMatchConsumer.MockKillByPartialMatchInvocation extends Object
Holds the values thatMockKillByPartialMatchConsumer.killByPartialMatch(String)
was called with. Although this class is immutable, the fields are not.
-
-
Field Summary
Fields Modifier and Type Field Description private String
urlToKillByPartialMatch
-
Constructor Summary
Constructors Constructor Description MockKillByPartialMatchInvocation()
-
-
-
Field Detail
-
urlToKillByPartialMatch
private String urlToKillByPartialMatch
-
-