0
Workers of the World Unite
Posted by lorenb on Aug 30, 2004 in projects
Today I’m working on building a factory. I’m using the Factory Method design pattern so that as I parse each test from the OVAL definition file, I can create the correct object based on IOvalTest. Once I have the test objects instantiated, I can then parse the definitions and execute the approriate tests. At which [...]