Skip to content

refactor: refactor access modifier for package-private class - #37

c4c0bdd
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Refactor access modifiers to defend unexpected access #38

refactor: refactor access modifier for package-private class - #37
c4c0bdd
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Apr 15, 2025 in 0s

All 23 tests pass in 0s

23 tests   23 ✅  0s ⏱️
 3 suites   0 💤
 3 files     0 ❌

Results for commit c4c0bdd.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

23 tests found

There are 23 tests, see "Raw output" for the full list of tests.
Raw output
com.restful_spring.rest_interceptor.RestInterceptorTest ‑ doInternalCalledForMatchingRequest()
com.restful_spring.rest_interceptor.RestInterceptorTest ‑ doInternalCalledForNonExcludingRequest()
com.restful_spring.rest_interceptor.RestInterceptorTest ‑ doInternalNotCalledForExcludingRequest()
com.restful_spring.rest_interceptor.RestInterceptorTest ‑ doInternalNotCalledForNonMatchingRequest()
com.restful_spring.rest_interceptor.RestInterceptorTest ‑ pathMatchingWithRestfulPattern()
com.restful_spring.rest_interceptor.RestInterceptorTest ‑ preFlightRequest()
com.restful_spring.rest_interceptor.RestInterceptorTest ‑ shouldSkipWhenNoPatterns()
com.restful_spring.rest_interceptor.RestInterceptorTest ‑ skipWithNonMatchingPath()
com.restful_spring.rest_interceptor.RestfulPatternTest ‑ allMethods()
com.restful_spring.rest_interceptor.RestfulPatternTest ‑ builderPattern()
com.restful_spring.rest_interceptor.RestfulPatternTest ‑ createFromPath()
com.restful_spring.rest_interceptor.RestfulPatternTest ‑ emptyMethodsSet()
com.restful_spring.rest_interceptor.RestfulPatternTest ‑ methodNotMatching()
com.restful_spring.rest_interceptor.RestfulPatternTest ‑ pathMatchingWithMultipleHttpMethods()
com.restful_spring.rest_interceptor.RestfulPatternTest ‑ pathMatchingWithSingleHttpMethod()
com.restful_spring.rest_interceptor.RestfulPatternTest ‑ pathMatchingWithWildcard()
com.restful_spring.rest_interceptor.RestfulPatternTest ‑ pathNotMatching()
com.restful_spring.rest_interceptor.RestfulPatternTest ‑ pathNotMatchingWithWildcard()
com.restful_spring.rest_interceptor.RestfulPatternTest ‑ pathVariableMatching()
com.restful_spring.rest_interceptor.RestfulPatternsTest ‑ addAll()
com.restful_spring.rest_interceptor.RestfulPatternsTest ‑ emptyCreation()
com.restful_spring.rest_interceptor.RestfulPatternsTest ‑ getPaths()
com.restful_spring.rest_interceptor.RestfulPatternsTest ‑ noneMatches()