See: Description
| 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. |
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.
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.
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.
Copyright © 2015. All rights reserved.