All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jio.test.pbt.TestSuccess Maven / Gradle / Ivy

Go to download

JIO test library based on Property Based Testing and Java Flight Recording Debuggers

There is a newer version: 3.0.0-RC2
Show newest version
package jio.test.pbt;

/**
 * Represents the successful execution of a property test. Instances of this class indicate that a property test has
 * passed without any issues.
 * 

* This class provides a singleton instance, {@link TestResult#SUCCESS}, which must be used to represent a successful * property test result. *

*/ public final class TestSuccess implements TestResult { TestSuccess() { } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy