Last Version

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-parent
Version

Version

1.1.0
Type

Type

pom
Description

Description

test-operations
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 URL

Project URL

https://github.com/vmware/test-operations
Project Organization

Project Organization

VMware, Inc.
Source Code Management

Source Code Management

https://github.com/vmware/test-operations

Download test-operations-parent 1.1.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • test-operations
  • test-utilities