Download Latest Version feed4junit-1.1.22-dist.zip (16.9 MB)
Email in envelope

Get an email when there's a new version of Feed4JUnit

Home / feed4junit 1.1.9
Name Modified Size InfoDownloads / Week
Parent folder
README.TXT 2012-11-21 2.0 kB
feed4junit-1.1.9-dist.zip 2012-11-21 9.0 MB
Totals: 2 Items   9.0 MB 0
release notes feed4junit 1.1.9
==============================

For the complete documentation, please see http://databene.org/feed4junit.html

changes
-------
- Dropped option
	hideParameters=true
  in feed4junit.properties, replaced with 
  	infoProvider=org.databene.feed4junit.info.OrdinalInfoProvider

- If an exception occurs upon test data retrieval (initialization), Feed4JUnit does not immediately raise an exception any more,
  but waits for the time point when the test case shall be executed. This enables JUnit extensions (e.g. TestRules) to get aware 
  of such errors, which would otherwise remain 'hidden' in the JUnit framework.<br/><br/>


enhancements
------------
- New interface 'TestInfoProvider' allows for customization of test information in test log (JUnit/Surefire/Jenkins)
  activate a custom test info provider in the configuration file feed4junit.properties, e.g. infoProvider=com.my.MyInfoProvider

- Single Sheets of Excel(TM) documents can now be accessed by their name, using a 'segment' tag in the @Source annotation, 
  e.g. @Source(uri = "multitab.xls", segment = "Person")
  
- Custom implementations of GeneratorFactory and DefaultsProvider can be used for classes and methods, 
  using the @GeneratorFactory and @DefaultsProvider annotations

- An alternative GeneratorFactory can be defined as the default for all tests. If a test has an @Equivalence, @Serial, @Coverage or @Stochastic annotation, 
  the related GeneratorFactory class overrides the default. Feed4JUnit comes with the following GeneratorFactory classes: 
  - org.databene.benerator.factory.EquivalenceGeneratorFactory
  - org.databene.benerator.factory.SerialGeneratorFactory
  - org.databene.benerator.factory.StochasticGeneratorFactory
  - org.databene.benerator.factory.CoverageGeneratorFactory
  activate a custom generator factory in the configuration file feed4junit.properties, e.g. defaultGeneratorFactory=com.my.MyGeneratorFactory


bug fixes
---------
- Default border values of BigDecimal
Source: README.TXT, updated 2012-11-21