Registry / testing / podam
library8.0.2.RELEASEjavamavenunverified

A Java library that automatically fills POJOs with random data for testing.

<dependency> <groupId>uk.co.jemos.podam</groupId> <artifactId>podam</artifactId> <version>8.0.2.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · PODAM
P
podam
testingjavav8.0.2.RELEASE
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PodamFactoryImpl
uk.co.jemos.podam.api.PodamFactoryImpl

Generates a random POJO instance for testing.

import uk.co.jemos.podam.api.PodamFactory; import uk.co.jemos.podam.api.PodamFactoryImpl; public class Example { public static void main(String[] args) { PodamFactory factory = new PodamFactoryImpl(); MyPojo pojo = factory.manufacturePojo(MyPojo.class); System.out.println(pojo); } }
Debug
Known issues
gotchaVersion 8.0.2.RELEASE uses a non-standard versioning scheme; ensure compatibility with your project's dependencies.
fix
Use a version without the .RELEASE suffix if available, or check for known issues.
affects: 8.0.2.RELEASE
Upgrade
Version history
8.0.2.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
podam — mvn dependency:get podam · libregistry