Swift Testing: My First Impressions

Introduction Recently, I posted here an Introduction to Swift Testing: Apple's New Testing Framework, in which I talked about the framework features and specially about the differences compar...
0 Read More

Generate Fixtures for Rose::DB ORM

A while a go I released on Metacpan DBD::Mock::Session::GenerateFixtures. So lets how can we mock data for Mysql/Maria db via Rose::Ddb ORM.So lets install this: ⛶sudo apt-get install -y mysql-serv...
0 Read More

Dica Java: @ParameterizedTest #008

Essa é mais uma dica de Testes Unitários!Com mais algumas dicas ~escondidas~!Vamos a um exemplo simples de um endpoint POST com body e algumas validações: ⛶@RestController @RequestMapping("v1/pe...
0 Read More