柑橘框架是否在 Java 1.6 上运行
Does citrus framework runs on Java 1.6
citrus 框架可以在 Java 1.6 上运行吗?文档中未提及 1.X 版本。
根据最新文档
Java 7 or higher
Installed JDK plus JAVA_HOME environment variable set up and pointing
to your Java installation directory
Java IDE
A Java IDE will help you manage your Citrus project, create and
execute test cases. Just use the Java IDE that you are used to (e.g.
Eclipse or IntelliJ IDEA).
Maven 3.0.x or higher Citrus tests will be executed with the Apache
Maven build tool. You can also run tests via ANT but Maven is my
preferred way.
根据文档没有:
http://www.citrusframework.org/reference/html/#setup-using-ant
Before we start with the Citrus setup be sure to meet the following preconditions. The following software should be installed on your computer, in order to use the Citrus framework:
Java 7 or higher
Installed JDK plus JAVA_HOME environment variable set up and pointing to your Java installation directory
Java 7 是 1.7 版,因此 1.6 预计不会 运行 正确
citrus 框架可以在 Java 1.6 上运行吗?文档中未提及 1.X 版本。
根据最新文档
Java 7 or higher
Installed JDK plus JAVA_HOME environment variable set up and pointing to your Java installation directory
Java IDE
A Java IDE will help you manage your Citrus project, create and execute test cases. Just use the Java IDE that you are used to (e.g. Eclipse or IntelliJ IDEA).
Maven 3.0.x or higher Citrus tests will be executed with the Apache Maven build tool. You can also run tests via ANT but Maven is my preferred way.
根据文档没有:
http://www.citrusframework.org/reference/html/#setup-using-ant
Before we start with the Citrus setup be sure to meet the following preconditions. The following software should be installed on your computer, in order to use the Citrus framework:
Java 7 or higher
Installed JDK plus JAVA_HOME environment variable set up and pointing to your Java installation directory
Java 7 是 1.7 版,因此 1.6 预计不会 运行 正确