TestNG 4.5 Available

Tagged:
Cedric & Co are rolling the new version of TestNG:
4.5 Core: * Fixed: Methods were not implicitly included, only groups * Fixed: Bug with failed parent @Configuration don't skip child @Configuration/@Test invocations * Fixed: Bug with overridding @Configuration methods (both parent and child were run) * Fixed: Bug when overriding beforeClass methods in base class (cyclic graph) * Added: Support for JAAS (see org.testng.IHookable) * Fixed: Problem with nested classes inside define< * Fixed: ArrayIndexOutOfBoundsException for jMock * Added: dependsOnMethods can contain methods from another class * Fixed: JUnitConverter required -restore, not any more (option is now a no-op) * Fixed: JUnit mode wasn't invoking setName() on test classes * Added: Regular expressions for classes in >package< * Added: Distributed TestNG * Fixed: Command line parameters and testng.xml are now cumulative * Fixed: Reports now work for multiple suites * Fixed: Was ignoring abstract classes even if they have non-abstract instances * Fixed: If setUp() failed, methods were not skipped * Fixed: Was not clearly indicating when beforeSuite fails * Added: @Configuration.inheritGroups * Fixed: inconsistency between testng.xml and objects regarding method selectors