Download testfx-core-4.0.4.jar file

Introduction

You can download testfx-core-4.0.4.jar in this page.

License

European Union Public Licence, Version 1.1

Type List

testfx-core-4.0.4.jar file has the following types.

META-INF/MANIFEST.MF
org.testfx.api.FxAssert.class
org.testfx.api.FxAssertContext.class
org.testfx.api.FxRobot.class
org.testfx.api.FxRobotContext.class
org.testfx.api.FxRobotException.class
org.testfx.api.FxRobotInterface.class
org.testfx.api.FxService.class
org.testfx.api.FxServiceContext.class
org.testfx.api.FxToolkit.class
org.testfx.api.FxToolkitContext.class
org.testfx.api.annotation.Stable.class
org.testfx.api.annotation.Unstable.class
org.testfx.matcher.base.GeneralMatchers.class
org.testfx.matcher.base.GeometryMatchers.class
org.testfx.matcher.base.NodeMatchers.class
org.testfx.matcher.base.ParentMatchers.class
org.testfx.matcher.control.LabeledMatchers.class
org.testfx.matcher.control.ListViewMatchers.class
org.testfx.matcher.control.TableViewMatchers.class
org.testfx.matcher.control.TextFlowMatchers.class
org.testfx.matcher.control.TextInputControlMatchers.class
org.testfx.matcher.control.TextMatchers.class
org.testfx.robot.BaseRobot.class
org.testfx.robot.ClickRobot.class
org.testfx.robot.DragRobot.class
org.testfx.robot.KeyboardRobot.class
org.testfx.robot.MouseRobot.class
org.testfx.robot.MoveRobot.class
org.testfx.robot.ScrollRobot.class
org.testfx.robot.SleepRobot.class
org.testfx.robot.TypeRobot.class
org.testfx.robot.WriteRobot.class
org.testfx.robot.impl.BaseRobotImpl.class
org.testfx.robot.impl.ClickRobotImpl.class
org.testfx.robot.impl.DragRobotImpl.class
org.testfx.robot.impl.KeyboardRobotImpl.class
org.testfx.robot.impl.MouseRobotImpl.class
org.testfx.robot.impl.MoveRobotImpl.class
org.testfx.robot.impl.ScrollRobotImpl.class
org.testfx.robot.impl.SleepRobotImpl.class
org.testfx.robot.impl.TypeRobotImpl.class
org.testfx.robot.impl.WriteRobotImpl.class
org.testfx.service.adapter.RobotAdapter.class
org.testfx.service.adapter.impl.AwtRobotAdapter.class
org.testfx.service.adapter.impl.GlassRobotAdapter.class
org.testfx.service.adapter.impl.JavafxRobotAdapter.class
org.testfx.service.finder.NodeFinder.class
org.testfx.service.finder.NodeFinderException.class
org.testfx.service.finder.WindowFinder.class
org.testfx.service.finder.impl.NodeFinderImpl.class
org.testfx.service.finder.impl.WindowFinderImpl.class
org.testfx.service.locator.BoundsLocator.class
org.testfx.service.locator.BoundsLocatorException.class
org.testfx.service.locator.PointLocator.class
org.testfx.service.locator.impl.BoundsLocatorImpl.class
org.testfx.service.locator.impl.PointLocatorImpl.class
org.testfx.service.query.BoundsQuery.class
org.testfx.service.query.NodeQuery.class
org.testfx.service.query.NodeQueryFactory.class
org.testfx.service.query.PointQuery.class
org.testfx.service.query.impl.BoundsPointQuery.class
org.testfx.service.query.impl.CallableBoundsPointQuery.class
org.testfx.service.query.impl.NodeQueryFactoryImpl.class
org.testfx.service.query.impl.NodeQueryImpl.class
org.testfx.service.query.impl.PointQueryBase.class
org.testfx.service.support.CaptureSupport.class
org.testfx.service.support.PixelMatcher.class
org.testfx.service.support.PixelMatcherResult.class
org.testfx.service.support.WaitUntilSupport.class
org.testfx.service.support.impl.CaptureSupportImpl.class
org.testfx.service.support.impl.PixelMatcherBase.class
org.testfx.service.support.impl.PixelMatcherRgb.class
org.testfx.toolkit.ApplicationLauncher.class
org.testfx.toolkit.ApplicationService.class
org.testfx.toolkit.PrimaryStageApplication.class
org.testfx.toolkit.PrimaryStageFuture.class
org.testfx.toolkit.ToolkitService.class
org.testfx.toolkit.impl.ApplicationLauncherImpl.class
org.testfx.toolkit.impl.ApplicationServiceImpl.class
org.testfx.toolkit.impl.ToolkitServiceImpl.class
org.testfx.util.BoundsQueryUtils.class
org.testfx.util.ColorUtils.class
org.testfx.util.NodeQueryUtils.class
org.testfx.util.PointQueryUtils.class
org.testfx.util.WaitForAsyncUtils.class

Pom

testfx-core-4.0.4.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.testfx</groupId>
  <artifactId>testfx-core</artifactId>
  <version>4.0.4-alpha</version>
  <dependencies>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>18.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-all</artifactId>
      <version>1.3</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>testfx-core</name>
  <url>https://github.com/TestFX/TestFX</url>
  <inceptionYear>2013</inceptionYear>
  <licenses>
    <license>
      <name>European Union Public Licence, Version 1.1</name>
      <url>http://ec.europa.eu/idabc/eupl.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/TestFX/TestFX</url>
  </scm>
  <developers>
    <developer>
      <id>minisu</id>
      <name>Henrik Olsson</name>
      <url>https://github.com/minisu</url>
      <timezone>+1</timezone>
      <roles>
        <role>former developer</role>
      </roles>
    </developer>
    <developer>
      <id>dainnilsson</id>
      <name>Dain Nilsson</name>
      <url>https://github.com/dainnilsson</url>
      <timezone>+1</timezone>
      <roles>
        <role>project founder</role>
        <role>former developer</role>
      </roles>
    </developer>
    <developer>
      <id>hastebrot</id>
      <name>Benjamin Gudehus</name>
      <url>https://github.com/hastebrot</url>
      <timezone>+1</timezone>
      <roles>
        <role>project maintainer</role>
      </roles>
    </developer>
  </developers>
  <description>TestFX Core</description>
</project>

POM Entry

<dependency>
   <groupId>org.testfx</groupId>
   <artifactId>testfx-core</artifactId>
   <version>4.0.4</version>
</dependency>

Download

If you think the following testfx-core-4.0.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download testfx-core-4.0.4.jar file




PreviousNext

Related