org.junit.Assert.assertEquals(double, double)
Use
assertEquals(double expected, double actual, double delta)
instead
|
org.junit.Assert.assertEquals(Object[], Object[])
use assertArrayEquals
|
org.junit.Assert.assertEquals(String, double, double)
Use
assertEquals(String message, double expected, double actual, double delta)
instead
|
org.junit.Assert.assertEquals(String, Object[], Object[])
use assertArrayEquals
|
org.junit.matchers.JUnitMatchers.both()
Please use CoreMatchers#both(Matcher) instead.
|
org.junit.matchers.JUnitMatchers.containsString(String)
Please use CoreMatchers#containsString(String) instead.
|
org.junit.matchers.JUnitMatchers.either()
Please use CoreMatchers#either(Matcher) instead.
|
org.junit.runner.Request.errorReport(Class>, Throwable) |
org.junit.matchers.JUnitMatchers.everyItem()
Please use CoreMatchers#everyItem(Matcher) instead.
|
org.junit.experimental.max.MaxCore.forFolder(String)
use storedLocally()
|
org.junit.matchers.JUnitMatchers.hasItem()
Please use CoreMatchers#hasItem(Matcher) instead.
|
org.junit.matchers.JUnitMatchers.hasItem(T)
Please use CoreMatchers#hasItem(Object) instead.
|
org.junit.matchers.JUnitMatchers.hasItems(...)
Please use CoreMatchers#hasItems(Matcher...) instead.
|
org.junit.matchers.JUnitMatchers.hasItems(T...)
Please use CoreMatchers#hasItems(Object...) instead.
|
org.junit.runners.BlockJUnit4ClassRunner.possiblyExpectingExceptions(FrameworkMethod, Object, Statement)
Will be private soon: use Rules instead
|
org.junit.runners.model.FrameworkMethod.producesType(Type)
This is used only by the Theories runner, and does not
use all the generic type info that it ought to. It will be replaced
with a forthcoming ParameterSignature#canAcceptResultOf(FrameworkMethod)
once Theories moves to junit-contrib.
|
org.junit.runners.BlockJUnit4ClassRunner.validateInstanceMethods(List)
unused API, will go away in future version
|
org.junit.runners.BlockJUnit4ClassRunner.withAfters(FrameworkMethod, Object, Statement)
Will be private soon: use Rules instead
|
org.junit.runners.BlockJUnit4ClassRunner.withBefores(FrameworkMethod, Object, Statement)
Will be private soon: use Rules instead
|
org.junit.runners.BlockJUnit4ClassRunner.withPotentialTimeout(FrameworkMethod, Object, Statement)
Will be private soon: use Rules instead
|