switch to gradle 8.5 and Java 21 #524
GitHub Actions / Test Results
succeeded
Jan 2, 2024 in 0s
All 96 tests pass in 46s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
96 tests found
There are 96 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.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