dk / PDL-Drawing-Prima

Low-level PDL-threaded interface to the Prima drawing commands.
5 stars 4 forks source link

Test each API function with random combination of properties #19

Closed run4flat closed 10 years ago

run4flat commented 12 years ago

I can't test every possible combination of properties, but I can test a random subset of properties. The properties are accessible as

@PDL::Graphics::Prima::<func_name>_props.
run4flat commented 12 years ago

I should be able to query the symbol table for the list of functions to test, so making a test that automatically tests each and every function should be simple enough.