-
ExceptionsDescription
-
Annotation InterfaceDescriptionRefactor to use containers for any kind of expected setup
-
MethodDescriptionUse
Matchers.containsRegexp(java.lang.String)
instead.Use @linkMatchers.not(org.hamcrest.Matcher<T>)
(Matchers.containsRegexp(java.lang.String)
) instead.UseCapybaraPortingLayer.runThenConfirmAlert(Runnable, int)
and provide the runnable that triggers the alert.Why would you call a method that always returns true?useLogin.doLogin(String, String)
instead. It doesn't require form-element-path.Not used when runningMockUpdateCenter
.Please be encouraged to useWithPlugins
annotations to statically declare the required plugins you need. If you really do need to install plugins in the middle of a test, as opposed to be in the beginning, then this is the right method.The deprecation marker is to call attention to
WithPlugins
. This method is not really deprecated.PreferSlave.launch()
.Not used when runningMockUpdateCenter
.Not used when runningMockUpdateCenter
.
MockUpdateCenter
.