| Class and Description |
|---|
| junit.framework.Assert
Please use
Assert instead. |
| org.junit.internal.runners.ClassRoadie
Included for backwards compatibility with JUnit 4.4. Will be
removed in the next major release. Please use
BlockJUnit4ClassRunner in place of JUnit4ClassRunner. |
| org.junit.internal.runners.JUnit4ClassRunner
Included for backwards compatibility with JUnit 4.4. Will be
removed in the next major release. Please use
BlockJUnit4ClassRunner in place of JUnit4ClassRunner. |
| org.junit.internal.runners.MethodRoadie
Included for backwards compatibility with JUnit 4.4. Will be
removed in the next major release. Please use
BlockJUnit4ClassRunner in place of JUnit4ClassRunner. |
| org.junit.internal.runners.MethodValidator
Included for backwards compatibility with JUnit 4.4. Will be
removed in the next major release. Please use
BlockJUnit4ClassRunner in place of JUnit4ClassRunner. |
| org.junit.internal.runners.TestClass
Included for backwards compatibility with JUnit 4.4. Will be
removed in the next major release. Please use
BlockJUnit4ClassRunner in place of JUnit4ClassRunner. |
| org.junit.internal.runners.TestMethod
Included for backwards compatibility with JUnit 4.4. Will be
removed in the next major release. Please use
BlockJUnit4ClassRunner in place of JUnit4ClassRunner. |
| org.junit.rules.TestWatchman
Use
TestWatcher (which implements TestRule) instead. |
| org.junit.internal.matchers.TypeSafeMatcher
Please use
TypeSafeMatcher. |
| Exceptions and Description |
|---|
| org.junit.internal.runners.InitializationError |
| org.junit.internal.runners.model.MultipleFailureException |
Copyright © 2002–2025 JUnit. All rights reserved.