in reply to How to share an object between test cases using Test::Harness
You just import the package Tester in 2 different files, there is no sharing of any kind of data.
If you want a persistent object between test cases you need to save/load it in your test cases
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to share an object between test cases using Test::Harness
by psantann (Novice) on Feb 25, 2011 at 17:24 UTC |