You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
phschimm
changed the title
devon4j test cases are failing and not up-to-date
VisitormanagementTest fails (when following the tutorial documentation)
Jan 13, 2020
Expected behavior
As a new developer, I want to learn how to test the application so that I can make sure I implemented all functionalities correctly.
Actual behavior
The issues are regarding the devon4j-testing chapter and are originating from the VisitormanagementTest class:
The tests in
VisitormanagementTest
(saveVisitorTest
andfindVisitorsTest
) both fail due a NullPointerException:Steps to reproduce (bug) / Use Case of feature request (enhancement)
Related/Dependent Issues
none
Comments/Hints:
The
VisitorEto
class doesn't implement the methodssaveVisitor(visitorEto)
andfindVisitors(criteria)
.Affected version:
Using the devonfw IDE scripts 3.0.0 beta 25 from here.
The text was updated successfully, but these errors were encountered: