You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In special occursions, like a dedicated test scenario, you might want to exclude (blacklisting) or especially include (whitelisting) one or more methods throughout the test execution.
49
-
This can be achieved by registering the name of the methods to either the recognized Blacklist
51
+
In special occasions, like a dedicated test scenario, you might want to exclude (blacklisting) or especially include (whitelisting) one or more methods throughout the test execution.
52
+
This can be achieved by registering the name of the methods to either the recognized blacklist:
You certainly can use both in one setup but be aware that a method set in the whitelist rules out the same method set on the blacklist and will be processed even when added to the blacklist.
60
-
Both methods (setBlacklist() and setWhiteList()) do also follow the fluent interface mentioned above.
60
+
You certainly can use both in one setup, but be aware that a method set in the whitelist rules out the same method added to the blacklist and will be processed even when added to the blacklist.
61
+
Both methods (setBlacklist() and setWhiteList()) do also follow the fluent interface paradigm mentioned above.
0 commit comments