类 JUnit4

  • 所有已实现的接口:
    Describable, Filterable, Sortable

    public final class JUnit4
    extends BlockJUnit4ClassRunner
    Aliases the current default JUnit 4 class runner, for future-proofing. If future versions of JUnit change the default Runner class, they will also change the definition of this class. Developers wanting to explicitly tag a class as a JUnit 4 class should use @RunWith(JUnit4.class), not, for example in JUnit 4.5, @RunWith(BlockJUnit4ClassRunner.class). This is the only way this class should be used--any extension that depends on the implementation details of this class is likely to break in future versions.
    从以下版本开始:
    4.5