| Class and Description |
|---|
| junit.framework.Assert
Please use
Assert instead. |
| org.junit.rules.TestWatchman
Use
TestWatcher (which implements TestRule) instead. |
| Constructor and Description |
|---|
| org.junit.Assume()
since 4.13.
|
| org.junit.experimental.categories.Categories.CategoryFilter(Class<?>, Class<?>) |
| org.junit.experimental.results.ResultMatchers()
will be private soon.
|
| org.junit.rules.Timeout(int) |
Copyright © 2002–2020 JUnit. All rights reserved.