Runs a series of tests to check that the specified enum type contains members with the specified names and values. The name and value lists are assumed to be in the same order (i.e. namesi corresponds to valuesi).
enum type to check
Params:
list of names expected to be in the enum
list of values expected to be in the enum
See Implementation
Runs a series of tests to check that the specified enum type contains members with the specified names and values. The name and value lists are assumed to be in the same order (i.e. namesi corresponds to valuesi).