Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 401 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 401 Bytes

JFreeChart-Testing

About

This repo covers unit and integration testing for some JfreeChart package's modules

Modules Covered

  • org.jfree.data.DefaultKeyedValue
  • org.jfree.data.DefaultKeyedValues
  • org.jfree.data.DataUtilities
  • org.jfree.data.general.KeyedValueComparator
  • org.jfree.data.xy.MatrixSeries

Testing packages used

Packages versions are in the pom.xml file

  • JUnit
  • Mockito