11
I Use This!
High Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Jul 24, 2025 — Jul 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Implemented CollectionAssert.isNotSameAs(Collection). More... almost 16 years ago
Implemented CollectionAssert#isSameAs(Object). More... almost 16 years ago
Merge branch 'master' of [email protected]:alexruiz/fest-assert-2.x.git More... almost 16 years ago
Implemented Collections#isNotNull(). More... almost 16 years ago
Implemented Collections#isNotNull(). More... almost 16 years ago
Adding more tests. More... almost 16 years ago
Implemented Collections#isNotNull() as well as classes needed for this implementation. More... almost 16 years ago
Minor cleanup More... almost 16 years ago
Implemented CollectionAssert#isNotEqualTo(Collection). Fixed Javadoc formatting. Adding more tests. More... almost 16 years ago