You can download org.wso2.carbon.automation.test.utils-4.3.1.jar in this page.
Open Source License
org.wso2.carbon.automation.test.utils-4.3.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.wso2.carbon.automation/org.wso2.carbon.automation.test.utils/pom.properties META-INF/maven/org.wso2.carbon.automation/org.wso2.carbon.automation.test.utils/pom.xml org.wso2.carbon.automation.test.utils.AutomationContextXPathConstants.class org.wso2.carbon.automation.test.utils.axis2client.AxisOperationClient.class org.wso2.carbon.automation.test.utils.axis2client.AxisServiceClient.class org.wso2.carbon.automation.test.utils.axis2client.AxisServiceClientUtils.class org.wso2.carbon.automation.test.utils.axis2client.ConfigurationContextProvider.class org.wso2.carbon.automation.test.utils.common.EmailPasswordAuthenticator.class org.wso2.carbon.automation.test.utils.common.EmailSender.class org.wso2.carbon.automation.test.utils.common.FileManager.class org.wso2.carbon.automation.test.utils.common.FixedSizeStringGenerator.class org.wso2.carbon.automation.test.utils.common.HomePageGenerator.class org.wso2.carbon.automation.test.utils.common.TestConfigurationProvider.class org.wso2.carbon.automation.test.utils.common.WireMonitor.class org.wso2.carbon.automation.test.utils.common.WireMonitorServer.class org.wso2.carbon.automation.test.utils.common.XmlFileReaderUtil.class org.wso2.carbon.automation.test.utils.concurrency.test.ConcurrencyTest.class org.wso2.carbon.automation.test.utils.concurrency.test.exception.ConcurrencyTestFailedError.class org.wso2.carbon.automation.test.utils.concurrency.test.exception.ExceptionHandler.class org.wso2.carbon.automation.test.utils.dbutils.DatabaseFactory.class org.wso2.carbon.automation.test.utils.dbutils.DatabaseManager.class org.wso2.carbon.automation.test.utils.dbutils.DerbyDatabaseManager.class org.wso2.carbon.automation.test.utils.dbutils.DerbyDatabaseServer.class org.wso2.carbon.automation.test.utils.dbutils.H2DataBaseManager.class org.wso2.carbon.automation.test.utils.dbutils.MySqlDatabaseManager.class org.wso2.carbon.automation.test.utils.dbutils.OracleDatabaseManager.class org.wso2.carbon.automation.test.utils.dbutils.SqlDatabaseManager.class org.wso2.carbon.automation.test.utils.generic.GenericJSONClient.class org.wso2.carbon.automation.test.utils.generic.MutualSSLClient.class org.wso2.carbon.automation.test.utils.http.client.HttpClientUtil.class org.wso2.carbon.automation.test.utils.http.client.HttpRequestUtil.class org.wso2.carbon.automation.test.utils.http.client.HttpResponse.class org.wso2.carbon.automation.test.utils.http.client.HttpURLConnectionClient.class org.wso2.carbon.automation.test.utils.http.client.HttpsResponse.class org.wso2.carbon.automation.test.utils.http.client.HttpsURLConnectionClient.class org.wso2.carbon.automation.test.utils.selenium.EntitlementManagementSeleniumUtil.class org.wso2.carbon.automation.test.utils.selenium.GRegBackEndURLEvaluator.class org.wso2.carbon.automation.test.utils.selenium.GRegSeleniumUtils.class org.wso2.carbon.automation.test.utils.selenium.GregResourceURLUploader.class org.wso2.carbon.automation.test.utils.selenium.GregUserLogin.class org.wso2.carbon.automation.test.utils.selenium.GregUserLogout.class org.wso2.carbon.automation.test.utils.selenium.SeleniumScreenCapture.class org.wso2.carbon.automation.test.utils.selenium.StratosUserLogin.class org.wso2.carbon.automation.test.utils.selenium.UserManagementSeleniumUtils.class org.wso2.carbon.automation.test.utils.tcpmon.client.Connection.class org.wso2.carbon.automation.test.utils.tcpmon.client.ConnectionData.class org.wso2.carbon.automation.test.utils.tcpmon.client.SlowLinkSimulator.class org.wso2.carbon.automation.test.utils.tcpmon.client.SocketRR.class org.wso2.carbon.automation.test.utils.tcpmon.client.SocketWaiter.class org.wso2.carbon.automation.test.utils.tcpmon.client.TCPMonListener.class
org.wso2.carbon.automation.test.utils-4.3.1.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- ~Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. ~ ~WSO2 Inc. licenses this file to you under the Apache License, ~Version 2.0 (the "License"); you may not use this file except ~in compliance with the License. ~You may obtain a copy of the License at ~ ~http://www.apache.org/licenses/LICENSE-2.0 ~ ~Unless required by applicable law or agreed to in writing, ~software distributed under the License is distributed on an ~"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~KIND, either express or implied. See the License for the ~specific language governing permissions and limitations ~under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.wso2.carbon.automation</groupId> <artifactId>test-automation-framework</artifactId> <version>4.3.1</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>org.wso2.carbon.automation.test.utils</artifactId> <packaging>jar</packaging> <name>WSO2 Carbon Automation - Test Framework Utils</name> <dependencies> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <exclusions> <exclusion> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-android-driver</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derbynet</artifactId> </dependency> <dependency> <groupId>org.wso2.carbon.automation</groupId> <artifactId>org.wso2.carbon.automation.engine</artifactId> </dependency> <dependency> <groupId>org.apache.axis2.wso2</groupId> <artifactId>axis2</artifactId> </dependency> <dependency> <groupId>org.apache.ws.commons.axiom.wso2</groupId> <artifactId>axiom</artifactId> </dependency> <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> </dependency> </dependencies> </project>
<dependency> <groupId>org.wso2.carbon.automation</groupId> <artifactId>org.wso2.carbon.automation.test.utils</artifactId> <version>4.3.1</version> </dependency>
If you think the following org.wso2.carbon.automation.test.utils-4.3.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download org.wso2.carbon.automation.test.utils-4.3.1.jar file