Posts by Matheus • 31 points
2 posts
-
2
votes1
answer25
viewsA: Error creating parameterized SQL
Dude I believe the mistake is on the Lina strSql = "insert into ClientesAuE (nome, telefone, celular,email,endereco,numero,cidade,sexo) values (nome@, telefone@,…
-
-1
votes1
answer58
viewsQ: Treatment of negative test cases with JEST
I have a Code Jest who should test a business rule that says: No client must have an invalid CPF it(" should not be able to create a new user whith a wrong CPF",async()=>{ const repositoryFake =…