Registry / testing / assertion

assertion

JSON →
library0.9.0javamavenunverified

A Java assertion library for writing expressive and readable assertions in tests.

<dependency> <groupId>br.com.objectos</groupId> <artifactId>assertion</artifactId> <version>0.9.0</version> </dependency>
INSTALL
IMPORT
SIG · ASSERTION
A
assertion
testingjavav0.9.0
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.

Assertions
br.com.objectos.assertion.Assertions

Uses the assertion library to check that a string is not null and equals a value.

import static br.com.objectos.assertion.Assertions.*; public class Example { public static void main(String[] args) { assertThat("hello").isNotNull().isEqualTo("hello"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
assertion — mvn dependency:get assertion · libregistry