11
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jul 22, 2025 — Jul 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Working on IntegerAssert. More... almost 16 years ago
Added tests. More... almost 16 years ago
Working on IntegerAssert. More... almost 16 years ago
Working on IntegerAssert. More... almost 16 years ago
Made progress with IntegerAssert. More... almost 16 years ago
Fixed tests. More... almost 16 years ago
Implementing IntegerAssert. More... almost 16 years ago
Started work on IntegerAssert. More... almost 16 years ago
Implemented CollectionAssertion.doesNotHaveDuplicates(). Improved Javadocs in package org.fest.assertions.error. More... almost 16 years ago
Finished implementing CollectionAssert.assertDoesNotContain(Object...). More... almost 16 years ago
Trying out git's configuration. More... almost 16 years ago
Working on CollectionAssert.doesNotContain(Object...). More... almost 16 years ago
Reworking naming of classes and methods. More... almost 16 years ago
Fixed failing test. More... almost 16 years ago
Finished implementing Collections.assertContainsOnly(AssertionInfo, Collection, Object[]). More... almost 16 years ago
Implemented WhenDoesNotContainOnlyErrorFactory in a way that displays different error messages depending if "not found" or "unexpected" are empty. More... almost 16 years ago
Wrote some infrastructure code that verifies if an object is null or an empty group of values. More... almost 16 years ago
Made some progress with CollectionAssert.containsOnly(Object...) but not there yet. More... almost 16 years ago
All the methods in ObjectGroupAssert now throw IllegalArgumentException if the given array is empty. More... almost 16 years ago
* Implemented CollectionAssert.contains(Object[]) * Made CollectionAssert an ObjectGroupAssert, instead of just a GroupAssert * Finally added starting point of fluent interface: class Assertions More... almost 16 years ago
Fixed name of test. More... almost 16 years ago
Implemented CollectionAssert.is(Condition), CollectionAssert.isNot(Condition) and CollectionAssert.doesNotSatisfy(Condition). More... almost 16 years ago
Implemented Collections.satisfies(Condition<?>). More... almost 16 years ago
Renamed class ExtensionPoint to ExtensionPoints. Fixed Javadocs. More... almost 16 years ago
Added more tests. More... almost 16 years ago
Implemented CollectionAssert.hasSize(int). More... almost 16 years ago
Implemented Collections.isNotEmpty(). More... almost 16 years ago
Splitted Assert interface into interfaces Assert and ExtensionPoint. More... almost 16 years ago
Implemented methods "isNullOrEmpty" and "isEmpty" in class CollectionAssert. More... almost 16 years ago
Implemented Collections.isNullOrEmpty(). More... almost 16 years ago