is not current version
Last Version 1.6.0

org.ninjaframework:ninja-core-test 0.5.10

Contains test utilities that allow to easily test a ninja application. For instance NijaIntegrationTest contains everything that is needed to start up an arbitrary ninja application and test it via htmlunit and fluentlenium.

Categories

Categories

Ninja User Interface Web Frameworks
GroupId

GroupId

org.ninjaframework
ArtifactId

ArtifactId

ninja-core-test
Version

Version

0.5.10
Type

Type

jar

Download ninja-core-test 0.5.10


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