TestProperties constructor

TestProperties(
  1. List<String> args
)

Implementation

TestProperties(List<String> args) : arguments = testParameters.parse(args);