Registry / testing / fest-assert-core

fest-assert-core

JSON →
library2.0M10javamavenunverified

FEST Assert Core provides fluent assertion methods for Java testing, enabling more readable and expressive test code.

<dependency> <groupId>org.easytesting</groupId> <artifactId>fest-assert-core</artifactId> <version>2.0M10</version> </dependency>
INSTALL
IMPORT
SIG · FEST-ASSERT-CORE
F
fest-assert-core
testingjavav2.0M10
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
✓ org.fest.assertions.api.Assertions

Minimal FEST assertion example using static import to assert string properties.

import static org.fest.assertions.api.Assertions.assertThat; public class ExampleTest { @Test public void testString() { assertThat("Hello").isNotEmpty().startsWith("He"); } }
Debug
Known issues
gotchaVersion 2.0M10 is a milestone release and may contain unstable APIs.
fix
Use a stable release like 1.4.1 if available, or check for newer versions.
affects: 2.0M10
Upgrade
Version history
2.0M10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
fest-assert-core — mvn dependency:get fest-assert-core · libregistry