-
Updated
Jun 24, 2020 - Java
Method stubs and test cases for the problems from Elements of Programming Interviews
Marvel Characters Android Application Assigned by smava GmbH
A TestNG like dataprovider runner for JUnit with many additional features
Pom.xml configured via documentation https://docs.qameta.io/allure/#_maven_3.
When I run test via "mvn test" all works fine.
But I would build jar of test project then extract it on slaves and run tests via command "java org.testng.TestNG suite.xml"
Test report generates but test body is missed.
, Room Persistence, RxJava, (Java)
Matchers for JDK 8 Optional
Move the code and dependencies out of justtestlah-core into justtestlah-applitools and justtestlah-galen.
We also need to write unit tests for these integrations.
Code examples for JSON at Work.
Extra conditional annotations for JUnit 4
This is annotation based on Spring and Hibernate Version 4 project.
A handy little library for writing expressive "fuzz tests" in Java
Fast and light image loading library based on kotlin
Clean Architecture Modular Project: MVVM + Coroutines+ Flows + Dagger2 + LiveData + UnitTests + UITests + MockWebServer
Provides a new Runner for JUnit 4 that combines the features of Suite and Parameterized
Mockito JUnit test
A Movie Application uses TheMovie API, MVVM architecture and all jetpack components.
Add a description, image, and links to the junit4 topic page so that developers can more easily learn about it.
To associate your repository with the junit4 topic, visit your repo's landing page and select "manage topics."
The
pg_restorecommand can take a file argument, or you can pass the file contents over stdin. In order to pass a file, you have to deal with mounting, but over stdin you don't. Right now there's no way to pass content to stdin, and it would be useful if there was.Maybe add an
Optional<byte[]> stdinparameter which would be written to the process stdin?https://github.com/palantir/doc