Package gov.nasa.pds.validate.ri
Class CliExecutioner
- java.lang.Object
-
- gov.nasa.pds.validate.ri.CliExecutioner
-
- All Implemented Interfaces:
org.junit.jupiter.api.function.Executable
public class CliExecutioner extends Object implements org.junit.jupiter.api.function.Executable
-
-
Constructor Summary
Constructors Constructor Description CliExecutioner(String[] args)
-
-
-
Constructor Detail
-
CliExecutioner
public CliExecutioner(String[] args)
-
-
Method Detail
-
execute
public void execute() throws Throwable
- Specified by:
execute
in interfaceorg.junit.jupiter.api.function.Executable
- Throws:
Throwable
-
getCli
public CommandLineInterface getCli()
-
-