Merge pull request #701 from tillkuhn/dependabot/github_actions/every⦠#48
GitHub Actions / Test Results
succeeded
Jul 2, 2024 in 0s
All 97 tests pass in 46s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
97 tests found
There are 97 tests, see "Raw output" for the full list of tests.
Raw output
net.timafe.angkor.ArchUnitTests β check if we are free of circles()
net.timafe.angkor.ArchUnitTests β only service and controller should depend on repo layer()
net.timafe.angkor.ArchUnitTests β services, domain and config Should Not Depend On Web Layer()
net.timafe.angkor.IntegrationTests β Assert Dish gets created form Note and status is set to Closed()
net.timafe.angkor.IntegrationTests β Assert Place gets created form Note and status is set to Closed()
net.timafe.angkor.IntegrationTests β Assert dish count is incremented()
net.timafe.angkor.IntegrationTests β Assert health()
net.timafe.angkor.IntegrationTests β Assert we get notes()
net.timafe.angkor.IntegrationTests β Assert we have areas()
net.timafe.angkor.IntegrationTests β it consider logged in users as authentication()
net.timafe.angkor.IntegrationTests β it should allow admins to trigger admin actions()
net.timafe.angkor.IntegrationTests β it should create a new place()
net.timafe.angkor.IntegrationTests β it should create a yummy new dish()
net.timafe.angkor.IntegrationTests β it should deny users to trigger admin actions()
net.timafe.angkor.IntegrationTests β it should return places location pois()
net.timafe.angkor.IntegrationTests β it should return tours location pois()
net.timafe.angkor.IntegrationTests β it should send user data removal request info mail()
net.timafe.angkor.IntegrationTests β it should update an existing dish (put)()
net.timafe.angkor.IntegrationTests β it should update an existing place()
net.timafe.angkor.IntegrationTests β test NativeSQL for none location classes()
net.timafe.angkor.IntegrationTests β test generic public locations()
net.timafe.angkor.IntegrationTests β test generic restricted locations()
net.timafe.angkor.IntegrationTests β test photo CRUD()
net.timafe.angkor.IntegrationTests β test post CRUD()
net.timafe.angkor.IntegrationTests β test searched for none location components()
net.timafe.angkor.IntegrationTests β test tour CRUD()
net.timafe.angkor.IntegrationTests β test users and roles()
net.timafe.angkor.IntegrationTests β test various user controller functions (auth)()
net.timafe.angkor.IntegrationTests β test video CRUD()
net.timafe.angkor.IntegrationTests β testAllDishes()
net.timafe.angkor.IntegrationTests β testAllTags()
net.timafe.angkor.IntegrationTests β testAreaTree()
net.timafe.angkor.IntegrationTests β testAreas()
net.timafe.angkor.IntegrationTests β testEntityEvents()
net.timafe.angkor.IntegrationTests β testEventsAccessible()
net.timafe.angkor.IntegrationTests β testFeeds()
net.timafe.angkor.IntegrationTests β testGetDishes()
net.timafe.angkor.IntegrationTests β testLinks()
net.timafe.angkor.IntegrationTests β testMetrics()
net.timafe.angkor.IntegrationTests β testMetricsAdmin()
net.timafe.angkor.IntegrationTests β testUserSummaries()
net.timafe.angkor.config.ObjectMapperUT β Given a json string with missing and unknown fields, it should still deserialize to place()
net.timafe.angkor.config.ObjectMapperUT β Given a json string without id, tour object should be initialized with a random uuid()
net.timafe.angkor.config.SecurityConfigUT β it should create entity patterns for each entity type()
net.timafe.angkor.config.SecurityConfigUT β it should validate metrics test user()
net.timafe.angkor.domain.AbstractBaseEntityUT β it should ensure that objects with different id do not qualify as equal()
net.timafe.angkor.domain.AbstractBaseEntityUT β it should ensure that objects with same id do qualify as equal()
net.timafe.angkor.domain.AreaUT β it should convert country codes to their Emoji Representation()
net.timafe.angkor.domain.TreeNodeUT β testScopeBuilder()
net.timafe.angkor.domain.TreeNodeUT β testTree()
net.timafe.angkor.domain.dto.BulkResultUT β testAdd()
net.timafe.angkor.domain.dto.CoordinatesUT β [1] lon=190.0, lat=11.0
net.timafe.angkor.domain.dto.CoordinatesUT β [2] lon=-190.0, lat=11.9
net.timafe.angkor.domain.dto.CoordinatesUT β [3] lon=90.0, lat=99.0
net.timafe.angkor.domain.dto.CoordinatesUT β [4] lon=90.0, lat=-99.0
net.timafe.angkor.domain.dto.CoordinatesUT β it should convert coordinates to double list()
net.timafe.angkor.domain.dto.CoordinatesUT β it should handle empty list()
net.timafe.angkor.domain.dto.CoordinatesUT β it should wrap coordinates()
net.timafe.angkor.domain.dto.UserSummaryUT β testUserSummary()
net.timafe.angkor.domain.enums.AuthScopeUT β testEnum()
net.timafe.angkor.domain.enums.EntityTypeUT β it should convert form class to enum()
net.timafe.angkor.domain.enums.EntityTypeUT β it should derive entity type from plural path()
net.timafe.angkor.domain.enums.EntityTypeUT β it should lookup type from path()
net.timafe.angkor.domain.enums.EntityTypeUT β testManagedEntity from ManagedEntity Annotation()
net.timafe.angkor.domain.enums.EntityTypeUT β whenExceptionThrown thenExpectationSatisfied()
net.timafe.angkor.domain.enums.LinkMediaTypeUT β testLinkMediaTypes()
net.timafe.angkor.incubator.TestFeeds β rss()
net.timafe.angkor.incubator.TestSigningSignatures β testDigest()
net.timafe.angkor.security.SecurityUtilsUT β testAnonymousIsNotAuthenticated()
net.timafe.angkor.security.SecurityUtilsUT β testAppRoles()
net.timafe.angkor.security.SecurityUtilsUT β testAuthListener()
net.timafe.angkor.security.SecurityUtilsUT β testConventionalUserPasswordAuth()
net.timafe.angkor.security.SecurityUtilsUT β testDigest()
net.timafe.angkor.security.SecurityUtilsUT β testGetCurrentUserLoginForOAuth2()
net.timafe.angkor.security.SecurityUtilsUT β testIsAuthenticated()
net.timafe.angkor.security.SecurityUtilsUT β testIsCurrentUserInRole()
net.timafe.angkor.security.ServiceAccountTokenUT β Test serviceAccountToken with class()
net.timafe.angkor.service.EventServiceUT β testDigest()
net.timafe.angkor.service.GeoServiceUT β it should enforce rate limits if too many requests are fired per second()
net.timafe.angkor.service.GeoServiceUT β it should locate Wat Arun in Bangkok Thailand with reverse lookup()
net.timafe.angkor.service.PhotoServiceUT β it should import external photos form json()
net.timafe.angkor.service.PhotoServiceUT β test extract external photos from RSS feed()
net.timafe.angkor.service.PostServiceUT β test article import from wp backup on local filesystem()
net.timafe.angkor.service.TaggingServiceUT β [1] code=Sri Lanka North, expected=sri-lanka-north
net.timafe.angkor.service.TaggingServiceUT β [2] code=Hase, expected=hase
net.timafe.angkor.service.TourServiceUT β Test hash-codes for comparison()
net.timafe.angkor.service.TourServiceUT β Test retrieve public planned tour list()
net.timafe.angkor.service.TourServiceUT β Test retrieve public recorded tour list()
net.timafe.angkor.service.TourServiceUT β Test single tour shared link url transformation public vs restricted()
net.timafe.angkor.service.TourServiceUT β Test tour serialization()
net.timafe.angkor.service.TourServiceUT β test tour api()
net.timafe.angkor.service.TourServiceUT β test tour no id()
net.timafe.angkor.service.UserServiceUT β Given an existing service account user userService should return a token()
net.timafe.angkor.service.UserServiceUT β Given an none service account user userService throw an Exception()
net.timafe.angkor.service.VideoServiceUT β Test single video with oembed retrieval()
net.timafe.angkor.web.AdminControllerUT β it should call import()
net.timafe.angkor.web.AdminControllerUT β it should list all actions()
Loading