| 组织ID: |
org.testfx |
| 项目ID: |
testfx-core |
| 版本: |
4.0.16-alpha |
| 最后修改时间: |
2019-08-30 15:08:12 |
| 包类型: |
jar |
| 标题: |
testfx-core |
| 描述: |
TestFX Core |
| 相关URL: |
https://github.com/TestFX/TestFX |
| 大小: |
206.64KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.testfx</groupId>
<artifactId>testfx-core</artifactId>
<version>4.0.16-alpha</version>
</dependency>
|
| Gradle引入代码: |
org.testfx:testfx-core:4.0.16-alpha
|
| 下载Jar包: |
|
| POM文件内容: |
<?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.16-alpha</version>
<dependencies>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.13.2</version>
<scope>compile</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>
|
| Jar包内容: |
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.assertions.api.AbstractButtonAssert.class
org.testfx.assertions.api.AbstractColorAssert.class
org.testfx.assertions.api.AbstractComboBoxAssert.class
org.testfx.assertions.api.AbstractDimension2DAssert.class
org.testfx.assertions.api.AbstractLabeledAssert.class
org.testfx.assertions.api.AbstractListViewAssert.class
org.testfx.assertions.api.AbstractMenuItemAssert.class
org.testfx.assertions.api.AbstractNodeAssert.class
org.testfx.assertions.api.AbstractParentAssert.class
org.testfx.assertions.api.AbstractStyleableAssert.class
org.testfx.assertions.api.AbstractTableViewAssert.class
org.testfx.assertions.api.AbstractTextAssert.class
org.testfx.assertions.api.AbstractTextFlowAssert.class
org.testfx.assertions.api.AbstractTextInputControlAssert.class
org.testfx.assertions.api.AbstractWindowAssert.class
org.testfx.assertions.api.Assertions.class
org.testfx.assertions.api.ButtonAssert.class
org.testfx.assertions.api.ColorAssert.class
org.testfx.assertions.api.ComboBoxAssert.class
org.testfx.assertions.api.Dimension2DAssert.class
org.testfx.assertions.api.LabeledAssert.class
org.testfx.assertions.api.ListViewAssert.class
org.testfx.assertions.api.MenuItemAssert.class
org.testfx.assertions.api.NodeAssert.class
org.testfx.assertions.api.ParentAssert.class
org.testfx.assertions.api.StyleableAssert.class
org.testfx.assertions.api.TableViewAssert.class
org.testfx.assertions.api.TextAssert.class
org.testfx.assertions.api.TextFlowAssert.class
org.testfx.assertions.api.TextInputControlAssert.class
org.testfx.assertions.api.WindowAssert.class
org.testfx.assertions.impl.Adapter$1.class
org.testfx.assertions.impl.Adapter.class
org.testfx.internal.JavaVersionAdapter$JavaVersion.class
org.testfx.internal.JavaVersionAdapter.class
org.testfx.internal.PlatformAdapter$OS.class
org.testfx.internal.PlatformAdapter.class
org.testfx.matcher.base.ColorMatchers.class
org.testfx.matcher.base.GeneralMatchers$1.class
org.testfx.matcher.base.GeneralMatchers$2.class
org.testfx.matcher.base.GeneralMatchers$3.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.base.StyleableMatchers.class
org.testfx.matcher.base.WindowMatchers.class
org.testfx.matcher.control.ButtonMatchers.class
org.testfx.matcher.control.ComboBoxMatchers.class
org.testfx.matcher.control.LabeledMatchers.class
org.testfx.matcher.control.ListViewMatchers.class
org.testfx.matcher.control.MenuItemMatchers.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.osgi.Activator.class
org.testfx.osgi.service.TestFx.class
org.testfx.robot.BaseRobot.class
org.testfx.robot.ClickRobot.class
org.testfx.robot.DragRobot.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$1.class
org.testfx.robot.impl.MoveRobotImpl.class
org.testfx.robot.impl.ScrollRobotImpl$1.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.robot.KeyboardRobot.class
org.testfx.robot.Motion.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.service.adapter.impl.AwtRobotAdapter$1.class
org.testfx.service.adapter.impl.AwtRobotAdapter.class
org.testfx.service.adapter.impl.GlassRobotAdapter.class
org.testfx.service.adapter.impl.JavafxRobotAdapter$1.class
org.testfx.service.adapter.impl.JavafxRobotAdapter.class
org.testfx.service.adapter.impl.PrivateGlassRobotAdapter$1.class
org.testfx.service.adapter.impl.PrivateGlassRobotAdapter.class
org.testfx.service.adapter.impl.PublicGlassRobotAdapter.class
org.testfx.service.adapter.RobotAdapter.class
org.testfx.service.finder.impl.NodeFinderImpl.class
org.testfx.service.finder.impl.WindowFinderImpl.class
org.testfx.service.finder.NodeFinder.class
org.testfx.service.finder.WindowFinder.class
org.testfx.service.locator.BoundsLocator.class
org.testfx.service.locator.BoundsLocatorException.class
org.testfx.service.locator.impl.BoundsLocatorImpl.class
org.testfx.service.locator.impl.PointLocatorImpl.class
org.testfx.service.locator.PointLocator.class
org.testfx.service.query.BoundsQuery.class
org.testfx.service.query.EmptyNodeQueryException.class
org.testfx.service.query.impl.BoundsPointQuery.class
org.testfx.service.query.impl.CallableBoundsPointQuery.class
org.testfx.service.query.impl.NodeQueryImpl.class
org.testfx.service.query.impl.PointQueryBase.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
hamcrest-core-1.3.jar
/org.hamcrest/hamcrest-core/1.3
查看hamcrest-core所有版本文件
assertj-core-3.13.2.jar
/org.assertj/assertj-core/3.13.2
查看assertj-core所有版本文件
|