Module org.junit.start
module org.junit.start
Defines the API of the JUnit Start module for writing and running tests.
Usage example:
import module org.junit.start;
void main() {
JUnit.run();
}
@Test
void addition() {
Assertions.assertEquals(2, 1 + 1, "Addition error detected!");
}
}
-
Packages
ExportsIndirect ExportsFromPackagesorg.junit.jupiter.api org.junit.jupiter.api.condition org.junit.jupiter.api.extension org.junit.jupiter.api.extension.support org.junit.jupiter.api.function org.junit.jupiter.api.io org.junit.jupiter.api.parallel -
Modules
RequiresIndirect RequiresModifierModuleDescriptiontransitiveDefines the JUnit Jupiter API for writing tests.transitiveProvides the JUnit JupiterTestEngineimplementation.transitiveJUnit Jupiter extension for parameterized tests.transitiveCommon APIs and support utilities for the JUnit Platform.