Testing our app using the 3rd party class



examples/mock-class/t/myapp-real.t
use strict;
use warnings;
use Test::More;

use MySalary;
is MySalary::get_salary('Foo'), 100;

done_testing;