License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdio.github.martinschneider |
ArtifactId | ArtifactIdjusttestlah-core |
Last Version | Last Version1.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJustTestLah! Core
JustTestLah! is a JAVA test framework targeting projects that support multiple platforms, in particular Web, Android and iOS. It follows a BDD approach and allows testing against all platforms using the same feature files. JustTestLah's main aim is to make the configuration and the actual test code as easy as possible.
|
Filename | Size |
---|---|
justtestlah-core-1.6.pom | |
justtestlah-core-1.6.jar | 64 KB |
justtestlah-core-1.6-sources.jar | 42 KB |
justtestlah-core-1.6-javadoc.jar | 633 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.martinschneider/justtestlah-core/ -->
<dependency>
<groupId>io.github.martinschneider</groupId>
<artifactId>justtestlah-core</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.martinschneider/justtestlah-core/
implementation 'io.github.martinschneider:justtestlah-core:1.6'
// https://jarcasting.com/artifacts/io.github.martinschneider/justtestlah-core/
implementation ("io.github.martinschneider:justtestlah-core:1.6")
'io.github.martinschneider:justtestlah-core:jar:1.6'
<dependency org="io.github.martinschneider" name="justtestlah-core" rev="1.6">
<artifact name="justtestlah-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.martinschneider', module='justtestlah-core', version='1.6')
)
libraryDependencies += "io.github.martinschneider" % "justtestlah-core" % "1.6"
[io.github.martinschneider/justtestlah-core "1.6"]
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.0.0 |
com.tngtech.java : junit-dataprovider | jar | 1.13.1 |
org.junit.jupiter : junit-jupiter-api | jar | 5.5.0 |