The AVIO Interview Guide

The AVIO Interview Guide

At AVIO Consulting, we love curious people. We respect those who do their research to make informed choices about their career. We know that the hiring process can feel impersonal and confusing, no matter where you apply. So, since you are the type who does their...
Helpful Tools for Writing MUnit Tests

Helpful Tools for Writing MUnit Tests

When writing MUnit tests we can borrow a lot from what has been learned from writing effective unit tests using other tools, such as JUnit. If the subject under test is a flow instead of a Java method, there are differences, and some interpretation is necessary....
A Good MUnit Test Has These 5 Parts

A Good MUnit Test Has These 5 Parts

When writing MUnit tests we can borrow a lot from what has been learned from writing effective unit tests using other tools, such as JUnit. The subject under test being a flow instead of a java method, is somewhat different so some interpretation is necessary....