Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several Database Unit Tests Fail #79

Open
dfcoffin opened this issue Jan 19, 2023 · 0 comments
Open

Several Database Unit Tests Fail #79

dfcoffin opened this issue Jan 19, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@dfcoffin
Copy link
Collaborator

dfcoffin commented Jan 19, 2023

The following database Unit Tests fail:

Energy Usage Repository Unit Tests

  • MeterReadingRepositoryTest
    - [X] connectionEstablished() Class
    - [X] entityMappings_areNotNull() Class
    - [X] findByNotPresentId_returnsEmpty() Class
    - [X] findByPresentId_returnsMatching() Class
    - [X] findAll_returnsAll() Class
  • ElectricPowerQualitySummaryRepositoryTests
    - [X] connectionEstablished() Class
    - [X] entityMappings_areNotNull() Class
    - [X] findByNotPresentId_returnsEmpty() Class
    - [X] findByPresentId_returnsMatching() Class
    - [X] findAll_returnsAll() Class
  • UsageSummaryRepositoryTests
    - [X] connectionEstablished() Class
    - [X] entityMappings_areNotNull() Class
    - [X] findByNotPresentId_returnsEmpty() Class
    - [X] findByPresentId_returnsMatching() Class
    - [X] findAll_returnsAll() Class
  • LineItemRepositoryTests
    - [X] connectionEstablished() Class
    - [X] entityMappings_areNotNull() Class
    - [X] findByNotPresentId_returnsEmpty() Class
    - [X] findByPresentId_returnsMatching() Class
    - [X] findAll_returnsAll() Class
  • IntervalBlockRepositoryTests
    - [X] connectionEstablished() Class
    - [X] entityMappings_areNotNull() Class
    - [X] findByNotPresentId_returnsEmpty() Class
    - [X] findByPresentId_returnsMatching() Class
    - [X] findAll_returnsAll() Class
  • ReadingTypeRepositoryTests
    - [X] connectionEstablished() Class
    - [X] entityMappings_areNotNull() Class
    - [X] findByNotPresentId_returnsEmpty() Class
    - [X] findByPresentId_returnsMatching() Class
    - [X] findAll_returnsAll() Class
  • EndDeviceRepositoryTests
    - [X] connectionEstablished() Class
    - [X] entityMappings_areNotNull() Class
    - [X] findByNotPresentId_returnsEmpty() Class
    - [X] findByPresentId_returnsMatching() Class
    - [X] findAll_returnsAll() Class
  • ServiceDeliveryPointRepositoryTests
    - [X] connectionEstablished() Class
    - [X] entityMappings_areNotNull() Class
    - [X] findByNotPresentId_returnsEmpty() Class
    - [X] findByPresentId_returnsMatching() Class
    - [X] findAll_returnsAll() Class
  • UsagePointRepositoryTests
    - [X] connectionEstablished() Class
    - [X] entityMappings_areNotNull() Class
    - [X] findByNotPresentId_returnsEmpty() Class
    - [X] findByPresentId_returnsMatching() Class
    - [X] findAll_returnsAll() Class
  • IntervalBlockControllerTests
    - [X] connectionEstablished() Class
    - [X] entityMappings_areNotNull() Class
    - [X] findByNotPresentId_returnsEmpty() Class
    - [X] findByPresentId_returnsMatching() Class
    - [X] findAll_returnsAll() Class
  • TimeConfigurationRepositoryTests
    - [X] connectionEstablished() Class
    - [X] entityMappings_areNotNull() Class
    - [X] findByNotPresentId_returnsEmpty() Class
    - [X] findByPresentId_returnsMatching() Class
    - [X] findAll_returnsAll() Class
  • ApplicationInformationRepositoryTests
    - [ ] connectionEstablished() Class
    - [ ] entityMappings_areNotNull() Class
    - [ ] findByNotPresentId_returnsEmpty() Class
    - [ ] findByPresentId_returnsMatching() Class
    - [ ] findAll_returnsAll() Class
  • AuthorizationRepositoryTests
    - [ ] connectionEstablished() Class
    - [ ] findByNotPresentId_returnsEmpty() Class
    - [ ] findByPresentId_returnsMatching() Class
    - [ ] findAll_returnsAll() Class
  • RetailCustomerRepositoryTests
    - [ ] connectionEstablished() Class
    - [ ] entityMappings_areNotNull() Class
    - [ ] findByNotPresentId_returnsEmpty() Class
    - [ ] findByPresentId_returnsMatching() Class
    - [ ] findAll_returnsAll() Class
  • SubscriptionRepositoryTests
    - [ ] connectionEstablished() Class
    - [ ] entityMappings_areNotNull() Class
    - [ ] findByNotPresentId_returnsEmpty() Class
    - [ ] findByPresentId_returnsMatching() Class
    - [ ] findAll_returnsAll() Class

Retail Customer Repository Unit Tests

  • ServiceLocationRepositoryTests
    - [X] connectionEstablished() Class
    - [X] entityMappings_areNotNull() Class
    - [X] findByNotPresentId_returnsEmpty() Class
    - [X] findByPresentId_returnsMatching() Class
    - [X] findAll_returnsAll() Class
  • CustomerAccountRepositoryTest
    - [ ] connectionEstablished() Class
    - [ ] entityMappings_areNotNull() Class
    - [ ] findByNotPresintId_returnsEmpty() Class
    - [ ] findByPresentId_returnsMatching() Class
    - [ ] findAll_returnsAll() Class
  • CustomerAgreementRepositoryTest
    - [ ] connectionEstablished() Class
    - [ ] entityMappings_areNotNull() Class
    - [ ] findByNotPresintId_returnsEmpty() Class
    - [ ] findByPresentId_returnsMatching() Class
    - [ ] findAll_returnsAll() Class
  • CustomerRepositoryTest
    - [ ] connectionEstablished() Class
    - [ ] entityMappings_areNotNull() Class
    - [ ] findByNotPresentId_returnsEmpty() Class
    - [ ] findByPresentId_returnsMatching() Class
    - [ ] findAll_returnsAll() Class
  • ServiceSupplierRepositoryTest
    - [ ] connectionEstablished() Class
    - [ ] entityMappings_areNotNull() Class
    - [ ] findByNotPresentId_returnsEmpty() Class
    - [ ] findByPresentId_returnsMatching() Class
    - [ ] findAll_returnsAll() Class
@dfcoffin dfcoffin added the bug Something isn't working label Jan 19, 2023
@dfcoffin dfcoffin self-assigned this Jan 19, 2023
@dfcoffin dfcoffin removed their assignment Jun 25, 2023
@dfcoffin dfcoffin changed the title Several Database Integration Tests Fail Several Database Unit Tests Fail Dec 3, 2023
dfcoffin added a commit that referenced this issue Dec 4, 2023
dfcoffin added a commit that referenced this issue Jan 25, 2024
dfcoffin added a commit that referenced this issue Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant