prasadtalasila / BITS-Darshini

A Modular, Concurrent and Customizable Protocol Analyzer
GNU General Public License v3.0
5 stars 12 forks source link

create unit tests for repository package #153

Closed prasadtalasila closed 6 years ago

prasadtalasila commented 6 years ago

We need to create unit tests for the Java classes in repository package. The suggested order of classes for creating the unit tests is:

  1. ElasticSearchConfig
  2. SaveRepository
  3. AnalysisRepository

The LoginInfoRepository and DetailsRepository interfaces will not have any tests.

prasadtalasila commented 6 years ago

@kapilkalra04 you can start work on this issue.

prasadtalasila commented 6 years ago

Only the pending work is the unit tests on AnalysisRepository.java

prasadtalasila commented 6 years ago

PR #183 completes the work.