issues Search Results · repo:pholser/junit-quickcheck language:Java
Filter by
194 results
(60 ms)194 results
inpholser/junit-quickcheck (press backspace or delete to remove)It´s been many years since 1.0. A new release (if only to have something that pulls in updated transitive dependencies)
would be appreciated!
reftel
- 2
- Opened on Jun 20, 2024
- #575
Love the library! It is proving very useful. Quick question....
SITUATION: I m writing some custom generators for data structures that potentially need to generate multiple nested
structures of the same ...
mikera
- 5
- Opened on Apr 11, 2024
- #556
com.pholser.junit.quickcheck.internal.ReflectionException: com.pholser.junit.quickcheck.internal.ReflectionException: java.lang.InstantiationException: com.tejasoft.utils.Counter
at app//com.pholser.junit.quickcheck.internal.Reflection.reflectionException(Reflection.java:302) ...
nagkumar
- 7
- Opened on Apr 19, 2023
- #497
Here s an example test that demonstrates the problem:
package demo;
import com.pholser.junit.quickcheck.Property;
import com.pholser.junit.quickcheck.runner.JUnitQuickcheck;
import org.junit.runner.RunWith; ...
bug
non
- 4
- Opened on Jan 9, 2023
- #474
I saw the answer to https://github.com/pholser/junit-quickcheck/issues/149 but I don t feel like it s a solution to my
(simpler) problem. I simply want to generate Strings with length in a range. It seems ...
feature
generator
Bill
- 4
- Opened on Dec 21, 2022
- #472
It would be nice to be able to specify a default trials value for an entire test run. The idea would be to do a more
rigorous run once per night to try to catch more issues while still keeping normal test ...
DavidDTA
- 1
- Opened on Mar 7, 2022
- #415
The documentation has a link to a google group, which says Content unavailable when followed.
DavidDTA
- 7
- Opened on Feb 28, 2022
- #411
I am trying to use the junit-quickcheck property testing tool together with Pirtest 1.6.4. However, I am encountering a
problem. Pitest doesn t seem to be able to find the tests in my test class.
The ...
ricardosm
- 2
- Opened on Apr 20, 2021
- #337
I have an enum class and I want to generate it from EnumGenerator
enum class Direction {
RIGHT,
UP_RIGHT,
UP_LEFT,
LEFT,
DOWN_LEFT,
DOWN_RIGHT, ...
vitekkor
- 2
- Opened on Apr 6, 2021
- #331
Hi, @pholser ! I want to use your library in Kotlin, but I ran into some difficulties while writing the code, since all
examples are only in java. I wrote some code in java.
@Property
public void ...
vitekkor
- 5
- Opened on Apr 3, 2021
- #329

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.