Ola, segui todos passos da aula 1 Mocks em Java: Teste e comportamentos automatizados. Porém ao executar o teste do junit no Eclipse apresenta a seguinte mensagem, como faço para corrigir?
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/C:/Users/1789406/eclipse-workspace/mocks-cap1/teste-de-unidade/mockito-all.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release