File tree Expand file tree Collapse file tree
src/main/java/com/antithesis/sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ publishing {
4242 pom {
4343 name = " ${ implementationTitle} "
4444 description = ' This internal library provides methods for Java programs to interface with Antithesis platform.'
45- url = ' https://antithesis.com/docs/using_antithesis/sdk/java/overview/ '
45+ url = ' https://antithesis.com/docs/using_antithesis/sdk/java/overview'
4646
4747 licenses {
4848 license {
Original file line number Diff line number Diff line change 11org.gradle.java.installations.auto-download =false
2- version = 1.4.6
2+ version = 1.5.0
33com.antithesis.sdk.protocol = 1.1.0
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ publishing {
2121 pom {
2222 name = " ${ implementationTitle} "
2323 description = ' This library provides methods for Java programs to configure the Antithesis platform.'
24- url = ' https://antithesis.com/docs/using_antithesis/sdk/java/overview/ '
24+ url = ' https://antithesis.com/docs/using_antithesis/sdk/java/'
2525
2626 licenses {
2727 license {
Original file line number Diff line number Diff line change 99import com .fasterxml .jackson .databind .node .ObjectNode ;
1010
1111/**
12- * The Assert class enables defining <a href="https://antithesis.com/docs/using_antithesis /properties/" target="_blank">test properties</a>
13- * about your program or <a href="https://antithesis.com/docs/getting_started /first_test/" target="_blank">workload</a>.
12+ * The Assert class enables defining <a href="https://antithesis.com/docs/properties_assertions /properties/" target="_blank">test properties</a>
13+ * about your program or <a href="https://antithesis.com/docs/test_templates /first_test/" target="_blank">workload</a>.
1414 * <p>
1515 * Each static method in this class takes a parameter called <code>message</code>, which is
1616 * a string literal identifier used to aggregate assertions.
You can’t perform that action at this time.
0 commit comments