Package | Description |
---|---|
org.junit.runners.model |
Modifier and Type | Class and Description |
---|---|
class |
FrameworkField
Represents a field on a test class (currently used only for Rules in
BlockJUnit4ClassRunner , but custom runners can make other uses) |
class |
FrameworkMember<T extends FrameworkMember<T>>
Parent class for
FrameworkField and FrameworkMethod |
class |
FrameworkMethod
Represents a method on a test class to be invoked at the appropriate point in
test execution.
|
class |
TestClass
Wraps a class to be run, providing method validation and annotation searching
|
Copyright © 2002–2018 JUnit. All rights reserved.