0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 19 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed class ExtensionPoint to ExtensionPoints. Fixed Javadocs. More... over 13 years ago
Added more tests. More... over 13 years ago
Implemented CollectionAssert.hasSize(int). More... over 13 years ago
Implemented Collections.isNotEmpty(). More... over 13 years ago
Splitted Assert interface into interfaces Assert and ExtensionPoint. More... over 13 years ago
Implemented methods "isNullOrEmpty" and "isEmpty" in class CollectionAssert. More... over 13 years ago
Implemented Collections.isNullOrEmpty(). More... over 13 years ago
Implemented CollectionAssert.isNotSameAs(Collection). More... over 13 years ago
Implemented CollectionAssert#isSameAs(Object). More... over 13 years ago
Merge branch 'master' of [email protected]:alexruiz/fest-assert-2.x.git More... over 13 years ago
Implemented Collections#isNotNull(). More... over 13 years ago
Implemented Collections#isNotNull(). More... over 13 years ago
Adding more tests. More... over 13 years ago
Implemented Collections#isNotNull() as well as classes needed for this implementation. More... over 13 years ago
Minor cleanup More... over 13 years ago
Implemented CollectionAssert#isNotEqualTo(Collection). Fixed Javadoc formatting. Adding more tests. More... over 13 years ago
Added DimensionToStringRule. More... over 13 years ago
Minor changes: formatted source code. More... over 13 years ago
Replaced classes with static methods with regular singletons. More... over 13 years ago
Fixed some class names in package org.fest.assertions.formatting. Added more tests. More... over 13 years ago
Adding more tests. More... over 13 years ago
Removed dependency on PowerMock. Made utility classes singletons, to make testing easier. More... over 13 years ago
Adding more tests. More... over 13 years ago
Refactoring ToString class into smaller, more manageable units. More... over 13 years ago
Cleaning up code to make it more testable. Wrote more tests. More... over 13 years ago
* Changed contract of AssertionErrorFactory to take a Description instead of String in method 'newAssertionError'. * Replaced DescriptionFormatter with Formatter. * Wrote more tests More... over 13 years ago
Minor code cleanup. More... over 13 years ago
Created own rule ExpectedException to make code more compact and readable. More... over 13 years ago
Specified where the PowerMock Maven repo is, since it is not in Maven Central. More... over 13 years ago
Added README. More... over 13 years ago