JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package com.github.tadukoo.junit
package
com.github.tadukoo.junit
Contains common JUnit test functions
Related Packages
Package
Description
com.github.tadukoo.junit.constant
Contains constants for use in JUnit testing
com.github.tadukoo.junit.logger
Contains
JUnitEasyLogger
, to be used for loggers in JUnit testing when you don't want to actually log, but check that logging works.
Classes
Class
Description
MappedPojoTest
Mapped Pojo Test is used to test
MappedPojo
s.
PojoTest
Pojo Test is used to test regular POJOs.