spring-framework-exercises icon indicating copy to clipboard operation
spring-framework-exercises copied to clipboard

account-jsp >> testCase - testWebConfigComponentScanPackages - does not work properly.

Open AndriiBr opened this issue 3 years ago • 0 comments

Hi!

TestCase - testWebConfigComponentScanPackages - does not work properly.

https://github.com/bobocode-projects/spring-framework-exercises/blob/master/account-jsp/src/test/java/com/bobocode/WebAppConfigTest.java

assertThat(componentScan.value(), ...) - returns empty array.

Maybe there should be - assertThat(componentScan.basePackages() ?

AndriiBr avatar Nov 12 '22 10:11 AndriiBr