TestCommand constructor

TestCommand(
  1. List<Package> packages
)

Implementation

TestCommand(List<Package> packages)
    : super(
        "test",
        "Run tests.",
        packages,
      );