oghenez / mycila

Automatically exported from code.google.com/p/mycila
0 stars 0 forks source link

Added Extended Assertions #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
added class ExtendedAssert:

import static com.mycila.testing.util.ExtendedAssert.*

assertSameXml
assertNotEquals
assertEmpty (on string, arrays, collections)
assertBlank
assertThrow(Exception.class).withMessage(...)
URL resource(String classPath)
readString
readByte

Original issue reported on code.google.com by mathieu....@gmail.com on 4 Apr 2009 at 9:05

GoogleCodeExporter commented 8 years ago
2.0-SNAPSHOT version has been deployed in snapshot repo at

http://mc-repo.googlecode.com/svn/maven2/snapshots/

A migration guide and documentation will follow soon...

Mat'

Original comment by mathieu....@gmail.com on 6 Apr 2009 at 1:12

GoogleCodeExporter commented 8 years ago

Original comment by mathieu....@gmail.com on 9 May 2009 at 4:52