Last Version

com.vmware.test-operations:test-operations 1.1.0

A framework to create test building blocks. An Operation is an adaptation of the command pattern that knows how to revert executed commands, so that artifacts are not left behind after the test is complete.

License

License

Categories

Categories

VMware Container Virtualization Tools
GroupId

GroupId

com.vmware.test-operations
ArtifactId

ArtifactId

test-operations
Version

Version

1.1.0
Type

Type

jar
Description

Description

A framework to create test building blocks. An Operation is an adaptation of the command pattern that knows how to revert executed commands, so that artifacts are not left behind after the test is complete.
Project Organization

Project Organization

VMware, Inc.

Download test-operations 1.1.0


<!-- https://jarcasting.com/artifacts/com.vmware.test-operations/test-operations/ -->
<dependency>
    <groupId>com.vmware.test-operations</groupId>
    <artifactId>test-operations</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.test-operations/test-operations/
implementation 'com.vmware.test-operations:test-operations:1.1.0'
// https://jarcasting.com/artifacts/com.vmware.test-operations/test-operations/
implementation ("com.vmware.test-operations:test-operations:1.1.0")
'com.vmware.test-operations:test-operations:jar:1.1.0'
<dependency org="com.vmware.test-operations" name="test-operations" rev="1.1.0">
  <artifact name="test-operations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmware.test-operations', module='test-operations', version='1.1.0')
)
libraryDependencies += "com.vmware.test-operations" % "test-operations" % "1.1.0"
[com.vmware.test-operations/test-operations "1.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25

test (6)

Group / Artifact Type Version
com.vmware.test-operations : test-utilities jar 1.1.0
junit : junit jar 4.12
org.testng : testng jar 6.14.3
org.apache.logging.log4j : log4j-api jar 2.11.1
org.apache.logging.log4j : log4j-core jar 2.11.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.11.1

Project Modules

There are no modules declared in this project.