License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.joala |
ArtifactId | ArtifactIdjoala-conditions |
Version | Version1.2.1 |
Type | Typejar |
Description |
DescriptionJoala Conditions
Implements Waiting for JUnit tests. Concept contains expressions which are responsible to
retrieve a state of the application, matcher to verify the expected state (from Hamcrest Library)
and conditions which are responsible to repeat the evaluation of the given expression until
the state matches the expected state.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
joala-conditions-1.2.1.pom | |
joala-conditions-1.2.1.jar | 25 KB |
joala-conditions-1.2.1-sources.jar | 26 KB |
joala-conditions-1.2.1-javadoc.jar | 246 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.joala/joala-conditions/ -->
<dependency>
<groupId>net.joala</groupId>
<artifactId>joala-conditions</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.joala/joala-conditions/
implementation 'net.joala:joala-conditions:1.2.1'
// https://jarcasting.com/artifacts/net.joala/joala-conditions/
implementation ("net.joala:joala-conditions:1.2.1")
'net.joala:joala-conditions:jar:1.2.1'
<dependency org="net.joala" name="joala-conditions" rev="1.2.1">
<artifact name="joala-conditions" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.joala', module='joala-conditions', version='1.2.1')
)
libraryDependencies += "net.joala" % "joala-conditions" % "1.2.1"
[net.joala/joala-conditions "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
net.joala : joala-expressions | jar | 1.2.1 |
net.joala : joala-time | jar | 1.2.1 |
net.joala : joala-matchers | jar | 1.2.1 |
com.google.guava : guava | jar | |
junit : junit | jar | |
org.hamcrest : hamcrest-core | jar | |
org.hamcrest : hamcrest-library | jar | |
org.slf4j : slf4j-api | jar |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
net.joala : joala-labs-data | jar | 1.2.1 |
net.joala : joala-testlets | jar | 1.2.1 |
net.joala : joala-labs-junit | jar | 1.2.1 |
javax.inject : javax.inject | jar | |
org.apache.commons : commons-lang3 | jar | |
org.apache.commons : commons-text | jar | |
org.mockito : mockito-core | jar | |
org.springframework : spring-test | jar | |
org.springframework : spring-core | jar | |
org.springframework : spring-beans | jar | |
org.springframework : spring-context | jar | |
ch.qos.logback : logback-classic | jar |