Workers of the World Unite
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 point I’ll have my very own OVAL interpreter!