Registry / testing / test-objects

test-objects

JSON →
library5.0.1javamavenunverified

A project that holds reusable test objects for unit testing in Java.

<dependency> <groupId>de.alpharogroup</groupId> <artifactId>test-objects</artifactId> <version>5.0.1</version> </dependency>
INSTALL
IMPORT
SIG · TEST-OBJECTS
T
test-objects
testingjavav5.0.1
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.

TestObject
✓ de.alpharogroup.test.objects.TestObject

Creates a test object and prints its string representation.

import de.alpharogroup.test.objects.TestObject; public class Example { public static void main(String[] args) { TestObject obj = new TestObject(); System.out.println(obj.toString()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
test-objects — mvn dependency:get test-objects · libregistry