Common Test Utilities
For more see the JavaDoc Documentation.
Happy coding,
David Tesler
| License |
License |
|---|---|
| Categories |
CategoriesProtobuf Data Data Structures |
| GroupId | GroupIdcom.github.protobufel |
| ArtifactId | ArtifactIdprotobufel-test-util |
| Last Version | Last Version0.7.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionprotobufel-test-util
Common Test Utilities
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| protobufel-test-util-0.7.0.pom | |
| protobufel-test-util-0.7.0.jar | 69 KB |
| protobufel-test-util-0.7.0-sources.jar | 36 KB |
| protobufel-test-util-0.7.0-javadoc.jar | 76 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.protobufel/protobufel-test-util/ -->
<dependency>
<groupId>com.github.protobufel</groupId>
<artifactId>protobufel-test-util</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.protobufel/protobufel-test-util/
implementation 'com.github.protobufel:protobufel-test-util:0.7.0'
// https://jarcasting.com/artifacts/com.github.protobufel/protobufel-test-util/
implementation ("com.github.protobufel:protobufel-test-util:0.7.0")
'com.github.protobufel:protobufel-test-util:jar:0.7.0'
<dependency org="com.github.protobufel" name="protobufel-test-util" rev="0.7.0">
<artifact name="protobufel-test-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.protobufel', module='protobufel-test-util', version='0.7.0')
)
libraryDependencies += "com.github.protobufel" % "protobufel-test-util" % "0.7.0"
[com.github.protobufel/protobufel-test-util "0.7.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jdt : org.eclipse.jdt.annotation | jar | 2.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.protobuf : protobuf-java | jar | 2.6.1 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-junit | jar | 2.0.0.0 |
| org.mockito : mockito-core | jar | 2.8.47 |
| com.google.guava : guava | jar | 22.0 |
| org.powermock : powermock-module-junit4 | jar | 1.7.0 |
| org.powermock : powermock-api-mockito | jar | 1.7.0 |
| org.powermock : powermock-module-junit4-rule | jar | 1.7.0 |
| org.powermock : powermock-classloading-xstream | jar | 1.7.0 |
| org.assertj : assertj-core | jar | 2.8.0 |
| com.github.protobufel : protobufel-protobuf-test-protos | jar | 0.7.0 |
| com.github.protobufel : protobufel-test-protos | jar | 0.7.0 |
Happy coding,
David Tesler