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

Refactoring #50

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

for conditional polymorphism and move method

709dacc
Select commit
Loading
Failed to load commit list.
Open

Refactoring #50

for conditional polymorphism and move method
709dacc
Select commit
Loading
Failed to load commit list.
Azure Pipelines / slabiak.AppointmentScheduler failed Nov 28, 2023 in 55s

Build #20231128.5 had test failures

Details

Tests

  • Failed: 8 (21.62%)
  • Passed: 29 (78.38%)
  • Other: 0 (0.00%)
  • Total: 37

Annotations

Check failure on line 18904 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / slabiak.AppointmentScheduler

Build log #L18904

Build failed.

Check failure on line 1 in shouldSaveNewRetailCustomer

See this annotation in the file changed.

@azure-pipelines azure-pipelines / slabiak.AppointmentScheduler

shouldSaveNewRetailCustomer

Test failed
Raw output
java.lang.NullPointerException
	at com.example.slabiak.appointmentscheduler.service.user.RetailCustomerUserServiceTest.shouldSaveNewRetailCustomer(RetailCustomerUserServiceTest.java:109)

Check failure on line 1 in shouldUpdateRetailCustomerProfileData

See this annotation in the file changed.

@azure-pipelines azure-pipelines / slabiak.AppointmentScheduler

shouldUpdateRetailCustomerProfileData

Test failed
Raw output
java.lang.NullPointerException
	at com.example.slabiak.appointmentscheduler.service.user.RetailCustomerUserServiceTest.shouldUpdateRetailCustomerProfileData(RetailCustomerUserServiceTest.java:175)

Check failure on line 1 in shouldAssignTwoRolesForRetailCustomer

See this annotation in the file changed.

@azure-pipelines azure-pipelines / slabiak.AppointmentScheduler

shouldAssignTwoRolesForRetailCustomer

Test failed
Raw output
java.lang.NullPointerException
	at com.example.slabiak.appointmentscheduler.service.user.RetailCustomerUserServiceTest.shouldAssignTwoRolesForRetailCustomer(RetailCustomerUserServiceTest.java:148)

Check failure on line 1 in shouldEncodePasswordWhenForNewRetailCustomer

See this annotation in the file changed.

@azure-pipelines azure-pipelines / slabiak.AppointmentScheduler

shouldEncodePasswordWhenForNewRetailCustomer

Test failed
Raw output
java.lang.NullPointerException
	at com.example.slabiak.appointmentscheduler.service.user.RetailCustomerUserServiceTest.shouldEncodePasswordWhenForNewRetailCustomer(RetailCustomerUserServiceTest.java:119)