Class JUnitLauncher

  • All Implemented Interfaces:
    Constants, Registry, aQute.service.reporter.Report, aQute.service.reporter.Reporter, java.io.Closeable, java.lang.AutoCloseable, java.lang.Iterable<java.lang.String>

    public class JUnitLauncher
    extends ProjectLauncher
    • Constructor Detail

      • JUnitLauncher

        public JUnitLauncher​(Project project)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • prepare

        public void prepare()
                     throws java.lang.Exception
        Description copied from class: ProjectLauncher
        Should be called when all the changes to the launchers are set. Will calculate whatever is necessary for the launcher.
        Specified by:
        prepare in class ProjectLauncher
        Throws:
        java.lang.Exception
      • launch

        public int launch()
                   throws java.lang.Exception
        Overrides:
        launch in class ProjectLauncher
        Throws:
        java.lang.Exception
      • update

        public void update()
                    throws java.lang.Exception
        Specified by:
        update in class ProjectLauncher
        Throws:
        java.lang.Exception