Skip to content

Releases: weld/weld-testing

1.2.1.Final

24 Jan 11:39

Choose a tag to compare

  • MockBean - make it possible to specify the bean class
  • Add convenient MockBean.Builder.selectedAlternative() method (#22)
  • Introduce MockInterceptor
  • Add WeldInitiator.performDefaultDiscovery() method

1.2.0.Final

18 Dec 09:52

Choose a tag to compare

  • added JUnit5 support (#9)
  • dropped JDK7 support
  • introduced mocking injection services to easily mock @Resource, @EJB, @PersistenceUnit and @PersistentContext injection points (#18)

Migration notes

  • org.jboss.weld.junit4.MockBean was renamed to org.jboss.weld.junit.MockBean
  • org.jboss.weld.junit4.WeldInitiator is currently missing createWeld() method, see also #24

1.1.0.Final

11 Apr 09:20

Choose a tag to compare