Skip navigation links

J8Unit Project (Core Components) 4.12 API

Short overview of the J8Unit API.

See: Description

Packages 
Package Description
org.j8unit
According to the goals of J8Unit, this packages contains base J8Unit components and any required extension of org.junit' classes.
org.j8unit.runners
According to the goals of J8Unit, this packages contains any required extension of org.junit.runners' classes.
org.j8unit.runners.model
According to the goals of J8Unit, this packages contains any required extension of org.junit.runners.model' classes.
org.j8unit.runners.parameterized
According to the goals of J8Unit, this packages contains any required extension of org.j8unit.runners.parameterized' classes.

Short overview of the J8Unit API.

J8Unit allows you to specify tests within interfaces (based on the default interface methods Java 8). Details can be found within the documentation of J8UnitTest.

J8Unit for API designers

If you are an API designer, you should read the documentation of J8UnitTest. Subsequently, you should provide J8Unit tests supplementing your API components in order to ease the API user's daily life.

J8Unit for Testers

If you are a tester, you should read the documentation of J8UnitTest, J8Unit4, and J8Parameterized. Subsequently, just write some J8Unit tests and you will see the benefits.

Skip navigation links

Copyright © 2015. All rights reserved.