Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- apply(PathProvider) - Method in record class org.approvej.review.FileReviewerScript
- apply(R, Integer) - Method in interface org.approvej.scrub.Replacement
-
Will return a replacement for the given match and count.
- ApprovalBuilder<T> - Class in org.approvej
-
A builder to configure an approval for a given value.
- ApprovalError - Exception Class in org.approvej
-
An
AssertionErrorthrown when an approval fails. - ApprovalError(String, String) - Constructor for exception class org.approvej.ApprovalError
-
Creates an
ApprovalErrorfor when the given received value does not match the previouslyApproved. - ApprovalResult - Interface in org.approvej
-
Interface for results of approvals.
- approve(T) - Static method in class org.approvej.ApprovalBuilder
-
Creates a new builder for the given value.
- APPROVED - Static variable in record class org.approvej.approve.PathProvider
-
The infix of the file containing a previously approved value.
- approvedLabel() - Method in record class org.approvej.approve.PathProvider
-
Returns the value of the
approvedLabelrecord component. - approvedPath() - Method in record class org.approvej.approve.PathProvider
-
Resolves and returns the
Pathto the received file in thePathProvider.directory, using thePathProvider.baseFilename, followed byPathProvider.approvedLabel(if any), followed by thePathProvider.filenameExtension(if any). - approvedPath(String) - Static method in class org.approvej.approve.PathProviders
-
Creates a new
PathProviderthat uses the given approved path}. - approvedPath(Path) - Static method in class org.approvej.approve.PathProviders
-
Creates a new
PathProviderthat uses the given approvedPath. - Approver - Interface in org.approvej.approve
-
A
Consumerthat approved a printed value and (optionally) stores the value in some fashion if approved for a later execution. - Approvers - Class in org.approvej.approve
-
Collection of static methods to create
Approverinstances. - Approving - Search tag in class org.approvej.ApprovalBuilder
- Section
B
- baseFilename() - Method in record class org.approvej.approve.PathProvider
-
Returns the value of the
baseFilenamerecord component. - basicIsoDates() - Static method in class org.approvej.scrub.Scrubbers
- by(Function<String, ApprovalResult>) - Method in class org.approvej.ApprovalBuilder
-
Approves the
ApprovalBuilder.valueby the given approver. - byFile() - Method in class org.approvej.ApprovalBuilder
-
Approves the receivedValue by a file, using a
nextToTest PathProvider, and theused PrintFormat's filenameExtension. - byFile(String) - Method in class org.approvej.ApprovalBuilder
-
Approves the receivedValue by a
Approverwith anPathProviders.approvedPath(Path)with the given pathStringto the approved file. - byFile(Path) - Method in class org.approvej.ApprovalBuilder
-
Approves the receivedValue by a file with an
PathProviders.approvedPath(Path)with the givenPathto the approved file. - byFile(PathProvider) - Method in class org.approvej.ApprovalBuilder
-
Approves the receivedValue by a file defined by the given
PathProvider. - byValue(String) - Method in class org.approvej.ApprovalBuilder
-
Approves the value by the given previouslyApproved value.
C
- configuration - Static variable in record class org.approvej.Configuration
-
The loaded
Configurationobject. - Configuration - Record Class in org.approvej
-
Central configuration class for ApproveJ.
- Configuration(PrintFormat<Object>, FileReviewer) - Constructor for record class org.approvej.Configuration
-
Creates an instance of a
Configurationrecord class. - ConfigurationError - Exception Class in org.approvej
-
An error that occurs when there is an issue with loading the
Configuration. - ConfigurationError(String) - Constructor for exception class org.approvej.ConfigurationError
-
Creates a new
ConfigurationErrorwith the given message. - ConfigurationError(String, Throwable) - Constructor for exception class org.approvej.ConfigurationError
-
Creates a new
ConfigurationErrorwith the given message and cause. - create(Method) - Static method in interface org.approvej.approve.TestMethod
-
Tries to create a
TestMethodfrom the givenMethod. - currentTestMethod() - Static method in class org.approvej.approve.StackTraceTestFinderUtil
-
Finds the current test method using the stack trace.
D
- dateTimeFormat(String) - Static method in class org.approvej.scrub.Scrubbers
-
Creates
DateTimeScrubberto replace date/time strings of the given pattern localized by the defaultLocale. - dateTimeFormat(String, Locale) - Static method in class org.approvej.scrub.Scrubbers
-
Creates
DateTimeScrubberto replace date/time strings of the given pattern localized by the given locale. - dateTimeFormatter(DateTimeFormatter) - Method in interface org.approvej.scrub.RelativeDateReplacement
-
Creates and returns a copy of this with the given dateTimeFormatter.
- dateTimeFormatter(DateTimeFormatter) - Method in interface org.approvej.scrub.RelativeDateTimeReplacement
-
Creates and returns a copy of this with the given
DateTimeFormatter. - DateTimeScrubber - Interface in org.approvej.scrub
-
Scrubs a
Stringof date/time strings described by aDateTimeFormatterpattern like "yyyy-MM-dd" for local dates using the wrappedStringScrubber. - DEFAULT_FILENAME_EXTENSION - Static variable in interface org.approvej.print.PrintFormat
-
The default filename extension for files that the printed value is written to.
- defaultFileReviewer() - Method in record class org.approvej.Configuration
-
Returns the value of the
defaultFileReviewerrecord component. - defaultPrintFormat() - Method in record class org.approvej.Configuration
-
Returns the value of the
defaultPrintFormatrecord component. - directory() - Method in record class org.approvej.approve.PathProvider
-
Returns the value of the
directoryrecord component. - directory(Path) - Method in record class org.approvej.approve.PathProvider
-
Set the
PathProvider.directorywhere the approved and received files are stored.
E
- equals(Object) - Method in record class org.approvej.approve.FileApprovalResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.approvej.approve.InplaceApprovalResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.approvej.approve.PathProvider
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.approvej.approve.TestMethod.JUnitTestMethod
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.approvej.approve.TestMethod.SpockTestMethod
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.approvej.approve.TestMethod.TestNGTestMethod
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.approvej.Configuration
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.approvej.print.MultiLineStringPrintFormat
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.approvej.print.SingleLineStringPrintFormat
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.approvej.review.FileReviewerScript
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.approvej.review.FileReviewResult
-
Indicates whether some other object is "equal to" this one.
F
- field(Class<T>, String) - Static method in class org.approvej.scrub.Scrubbers
-
Creates a
Scrubberto replace the value of the named field with another value, null by default. - FieldScrubber<T> - Interface in org.approvej.scrub
-
Generic
Scrubberto set the value of a certain field via reflection. - file(PathProvider) - Static method in class org.approvej.approve.Approvers
-
Creates a new
Approverthat uses the givenPathProviderto determine the paths of approved and received files. - FileApprovalResult - Record Class in org.approvej.approve
-
ApprovalResultfor files. - FileApprovalResult(String, String, PathProvider) - Constructor for record class org.approvej.approve.FileApprovalResult
-
Creates an instance of a
FileApprovalResultrecord class. - filenameAffix() - Method in record class org.approvej.approve.PathProvider
-
Returns the value of the
filenameAffixrecord component. - filenameAffix(String) - Method in record class org.approvej.approve.PathProvider
-
Extends the
PathProvider.baseFilenamewith the givenString. - filenameExtension() - Method in record class org.approvej.approve.PathProvider
-
Returns the value of the
filenameExtensionrecord component. - filenameExtension() - Method in interface org.approvej.print.PrintFormat
-
Returns the suggested filename extension for the printed object.
- filenameExtension(String) - Method in record class org.approvej.approve.PathProvider
-
Creates a new
PathProviderwith the current values and the given filenameExtension, unless the currently setPathProvider.filenameExtensionis not empty and given is the default "txt"<T>. - FileReviewer - Interface in org.approvej.review
-
Interface for triggering a review by the user.
- FileReviewerScript - Record Class in org.approvej.review
-
A
FileReviewerimplementation that executes the given script. - FileReviewerScript(String) - Constructor for record class org.approvej.review.FileReviewerScript
-
Creates an instance of a
FileReviewerScriptrecord class. - FileReviewResult - Record Class in org.approvej.review
-
Result class for
FileReviewers. - FileReviewResult(boolean) - Constructor for record class org.approvej.review.FileReviewResult
-
Creates an instance of a
FileReviewResultrecord class. - findTestSourcePath(Method) - Static method in class org.approvej.approve.StackTraceTestFinderUtil
-
Finds the source path of the test method, making the following assumptions: the test class' name is also the name of the source file, the base package is at most 10 levels deep, the filename extension of the file is
java,kt,groovy, orscala
H
- hashCode() - Method in record class org.approvej.approve.FileApprovalResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.approvej.approve.InplaceApprovalResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.approvej.approve.PathProvider
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.approvej.approve.TestMethod.JUnitTestMethod
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.approvej.approve.TestMethod.SpockTestMethod
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.approvej.approve.TestMethod.TestNGTestMethod
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.approvej.Configuration
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.approvej.print.MultiLineStringPrintFormat
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.approvej.print.SingleLineStringPrintFormat
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.approvej.review.FileReviewerScript
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.approvej.review.FileReviewResult
-
Returns a hash code value for this object.
I
- InplaceApprovalResult - Record Class in org.approvej.approve
-
A simple
ApprovalResult, e.g. - InplaceApprovalResult(String, String) - Constructor for record class org.approvej.approve.InplaceApprovalResult
-
Creates an instance of a
InplaceApprovalResultrecord class. - isoDates() - Static method in class org.approvej.scrub.Scrubbers
- isoDateTimes() - Static method in class org.approvej.scrub.Scrubbers
-
Creates a
DateTimeScrubberfor ISO-8601 date/times, like2019-02-25T12:34:56,2019-02-25T12:34:56.123456789,2019-02-25T12:34:56+02:00, or2019-02-25T12:34:56.123456789+02:00[Europe/Berlin]. - isoDateTimes(Locale) - Static method in class org.approvej.scrub.Scrubbers
-
Creates a
DateTimeScrubberfor ISO-8601 date/times, like2019-02-25T12:34:56,2019-02-25T12:34:56.123456789,2019-02-25T12:34:56+02:00, or2019-02-25T12:34:56.123456789+02:00[Europe/Berlin]. - isoInstants() - Static method in class org.approvej.scrub.Scrubbers
-
Creates a
DateTimeScrubberfor ISO-8601 instants, like2019-02-25T12:34:56.123456789+02:00, or2019-02-25T12:34:56.123456789Z. - isoLocalDates() - Static method in class org.approvej.scrub.Scrubbers
-
Creates a
DateTimeScrubberfor ISO-8601 local dates, like2019-02-25. - isoLocalDateTimes() - Static method in class org.approvej.scrub.Scrubbers
-
Creates a
DateTimeScrubberfor ISO-8601 local date/times, like12:34:56,12:34:56+02:00,12:34:56.123456789, or12:34:56.123456789+02:00. - isoLocalTimes() - Static method in class org.approvej.scrub.Scrubbers
- isoOffsetDates() - Static method in class org.approvej.scrub.Scrubbers
-
Creates a
DateTimeScrubberfor ISO-8601 offset dates, like2019-02-25+02:00. - isoOffsetDateTimes() - Static method in class org.approvej.scrub.Scrubbers
-
Creates a
DateTimeScrubberfor ISO-8601 offset date/times, like2019-02-25T12:34:56+02:00, or2019-02-25T12:34:56.123456789+02:00. - isoOffsetTimes() - Static method in class org.approvej.scrub.Scrubbers
-
Creates a
DateTimeScrubberfor ISO-8601 offset times, like12:34:56+02:00, or12:34:56.123456789+02:00. - isoOrdinalDates() - Static method in class org.approvej.scrub.Scrubbers
- isoTimes() - Static method in class org.approvej.scrub.Scrubbers
-
Creates a
DateTimeScrubberfor ISO-8601 times, like12:34:56,12:34:56+02:00,12:34:56.123456789, or12:34:56.123456789+02:00. - isoWeekDates() - Static method in class org.approvej.scrub.Scrubbers
- isoZonedDateTimes() - Static method in class org.approvej.scrub.Scrubbers
-
Creates a
DateTimeScrubberfor ISO-8601 zoned date/times, like2019-02-25T12:34:56+02:00,2019-02-25T12:34:56.123456789+02:00,2019-02-25T12:34:56+02:00[Europe/Berlin], or2019-02-25T12:34:56.123456789+02:00[Europe/Berlin]. - isoZonedDateTimes(Locale) - Static method in class org.approvej.scrub.Scrubbers
-
Creates a
DateTimeScrubberfor ISO-8601 zoned date/times, like2019-02-25T12:34:56+02:00,2019-02-25T12:34:56.123456789+02:00,2019-02-25T12:34:56+02:00[Europe/Berlin], or2019-02-25T12:34:56.123456789+02:00[Europe/Berlin].
J
- JUnitTestMethod(Method) - Constructor for record class org.approvej.approve.TestMethod.JUnitTestMethod
-
Creates an instance of a
JUnitTestMethodrecord class.
L
- labeled(String) - Static method in class org.approvej.scrub.Replacements
-
Replaces with "
[label]" where "label" is the given label.
M
- masking() - Static method in class org.approvej.scrub.Replacements
-
Masks each letter or digit of the match with a generic one.
- method() - Method in record class org.approvej.approve.TestMethod.JUnitTestMethod
-
Returns the value of the
methodrecord component. - method() - Method in interface org.approvej.approve.TestMethod
-
Returns the
Methodof the test case. - method() - Method in record class org.approvej.approve.TestMethod.SpockTestMethod
-
Returns the value of the
methodrecord component. - method() - Method in record class org.approvej.approve.TestMethod.TestNGTestMethod
-
Returns the value of the
methodrecord component. - multiLineString() - Static method in record class org.approvej.print.MultiLineStringPrintFormat
-
Creates a new
MultiLineStringPrintFormat. - MultiLineStringPrintFormat - Record Class in org.approvej.print
-
A generic printer for Java
Objects that prints their properties and values one per line. - MultiLineStringPrintFormat(Printer<Object>) - Constructor for record class org.approvej.print.MultiLineStringPrintFormat
-
Creates an instance of a
MultiLineStringPrintFormatrecord class.
N
- named(String) - Method in class org.approvej.ApprovalBuilder
-
Sets a name for the current approval.
- needsApproval() - Method in interface org.approvej.ApprovalResult
-
Determines if the result needs approval by a human reviewer.
- needsReapproval() - Method in record class org.approvej.review.FileReviewResult
-
Returns the value of the
needsReapprovalrecord component. - needsReapproval() - Method in interface org.approvej.review.ReviewResult
-
Determines if the approval should be reapplied.
- nextToTest() - Static method in class org.approvej.approve.PathProviders
-
Creates a
PathProviderthat uses a stack trace to determine the paths of the approved and received files. - nextToTestInSubdirectory() - Static method in class org.approvej.approve.PathProviders
-
Creates a
PathProviderthat uses a stack trace to determine the paths of the approved and received files in a subdirectory named after the currect test class simple name. - numbered() - Static method in class org.approvej.scrub.Replacements
-
Replaces each match with "
[scrubbed #]" where#is the number of the distinct replacement. - numbered(String) - Static method in class org.approvej.scrub.Replacements
-
Replaces with "
[label #]" wherelabelis the given label and#is the number of the distinct replacement.
O
- org.approvej - package org.approvej
- org.approvej.approve - package org.approvej.approve
- org.approvej.print - package org.approvej.print
- org.approvej.review - package org.approvej.review
- org.approvej.scrub - package org.approvej.scrub
P
- pathProvider() - Method in record class org.approvej.approve.FileApprovalResult
-
Returns the value of the
pathProviderrecord component. - PathProvider - Record Class in org.approvej.approve
-
A record to provide the paths of the approved and received files.
- PathProvider(Path, String, String, String, String) - Constructor for record class org.approvej.approve.PathProvider
-
Creates an instance of a
PathProviderrecord class. - PathProviders - Class in org.approvej.approve
-
Collection of static methods to create
PathProviderinstances. - previouslyApproved() - Method in interface org.approvej.ApprovalResult
-
Returns the previously approved value.
- previouslyApproved() - Method in record class org.approvej.approve.FileApprovalResult
-
Returns the value of the
previouslyApprovedrecord component. - previouslyApproved() - Method in record class org.approvej.approve.InplaceApprovalResult
-
Returns the value of the
previouslyApprovedrecord component. - printed() - Method in class org.approvej.ApprovalBuilder
- printedAs(PrintFormat<? super T>) - Method in class org.approvej.ApprovalBuilder
- printedBy(Function<? super T, String>) - Method in class org.approvej.ApprovalBuilder
- printer() - Method in record class org.approvej.print.MultiLineStringPrintFormat
-
Returns the value of the
printerrecord component. - printer() - Method in interface org.approvej.print.PrintFormat
-
Returns the printer implementing this format.
- printer() - Method in record class org.approvej.print.SingleLineStringPrintFormat
- Printer<T> - Interface in org.approvej.print
- PrintFormat<T> - Interface in org.approvej.print
-
A format to print values of type T, as defined by a
Printerand a suggestedPrintFormat.filenameExtension(). - Printing - Search tag in class org.approvej.ApprovalBuilder
- Section
R
- received() - Method in interface org.approvej.ApprovalResult
-
Returns the received value.
- received() - Method in record class org.approvej.approve.FileApprovalResult
-
Returns the value of the
receivedrecord component. - received() - Method in record class org.approvej.approve.InplaceApprovalResult
-
Returns the value of the
receivedrecord component. - RECEIVED - Static variable in record class org.approvej.approve.PathProvider
-
The infix of the file containing the latest received value that didn't match the previously approved.
- receivedPath() - Method in record class org.approvej.approve.PathProvider
-
Resolves and returns the
Pathto the received file in thePathProvider.directory, using thePathProvider.baseFilename, followed by "received" (if any), followed by thePathProvider.filenameExtension(if any). - relativeDate() - Static method in class org.approvej.scrub.Replacements
-
Replaces each match of the
DateTimeScrubberwith a relative duration, like[today],[yesterday],[in 13 days],[1 year 20 days ago]. - RelativeDateReplacement - Interface in org.approvej.scrub
-
Replaces each match of the given dateTimePattern (as defined by
DateTimeFormatter) with a relative description, like[today],[yesterday],[13 days from now]. - relativeDateTime() - Static method in class org.approvej.scrub.Replacements
-
Replaces each match of the
DateTimeScrubberwith a relative duration, like[now],[in 1d 23h 59m 59s],[10s ago]. - RelativeDateTimeReplacement - Interface in org.approvej.scrub
-
Replaces each match of the given dateTimePattern (as defined by
DateTimeFormatter) with a relative description, like[10m ago],[in 2d 1h 3m 33s],[13d ago]. - replacement(RelativeDateReplacement) - Method in interface org.approvej.scrub.DateTimeScrubber
-
Set the
RelativeDateReplacementto be used. - replacement(RelativeDateTimeReplacement) - Method in interface org.approvej.scrub.DateTimeScrubber
-
Set the
RelativeDateTimeReplacementto be used. - replacement(Replacement<R>) - Method in interface org.approvej.scrub.Scrubber
-
Creates a copy of this using the given
Replacement. - replacement(R) - Method in interface org.approvej.scrub.Scrubber
-
Creates a copy of this using the given staticReplacement.
- Replacement<R> - Interface in org.approvej.scrub
-
A
BiFunction, that defines how a match is replaced. - Replacements - Class in org.approvej.scrub
- reviewedBy(String) - Method in class org.approvej.ApprovalBuilder
-
Creates a
FileReviewerScriptfrom the given scriptStringto trigger if the received value is not equal to the previously approved. - reviewedBy(FileReviewer) - Method in class org.approvej.ApprovalBuilder
-
Sets the given
FileReviewerto trigger if the received value is not equal to the previously approved. - ReviewResult - Interface in org.approvej.review
-
Interface for results of reviews.
- rfc1123DateTimes() - Static method in class org.approvej.scrub.Scrubbers
-
Creates a
DateTimeScrubberfor RFC-1123 date/times, likeMon, 35 Feb 2019 12:34:56 GMT. - roundedTo(Duration) - Method in interface org.approvej.scrub.RelativeDateTimeReplacement
-
Rounds the relative date/time to the given
Duration.
S
- script() - Method in record class org.approvej.review.FileReviewerScript
-
Returns the value of the
scriptrecord component. - script(String) - Static method in record class org.approvej.review.FileReviewerScript
-
A
FileReviewerimplementation that executes the given script. - scrubbedOf(UnaryOperator<T>) - Method in class org.approvej.ApprovalBuilder
-
Applies the given scrubber to the current
ApprovalBuilder.value. - Scrubber<I,
T, - Interface in org.approvej.scrubR> -
An
UnaryOperatorthat scrubs certain information from a value. - Scrubbers - Class in org.approvej.scrub
-
Collection of static methods to create
Scrubberinstances. - Scrubbing - Search tag in class org.approvej.ApprovalBuilder
- Section
- ScrubbingError - Exception Class in org.approvej.scrub
-
Exception thrown when scrubbing fails.
- ScrubbingError(String, Throwable) - Constructor for exception class org.approvej.scrub.ScrubbingError
-
Constructs a new ScrubbingError with the specified detail message.
- singleLineString() - Static method in record class org.approvej.print.SingleLineStringPrintFormat
-
Creates a new
SingleLineStringPrintFormat. - SingleLineStringPrintFormat - Record Class in org.approvej.print
-
A generic print format for Java
Objects that prints that uses theObject.toString()method. - SingleLineStringPrintFormat() - Constructor for record class org.approvej.print.SingleLineStringPrintFormat
-
Creates an instance of a
SingleLineStringPrintFormatrecord class. - sorted() - Method in record class org.approvej.print.MultiLineStringPrintFormat
-
Sort the printed object's fields alphabetically by their name.
- SpockTestMethod(Method) - Constructor for record class org.approvej.approve.TestMethod.SpockTestMethod
-
Creates an instance of a
SpockTestMethodrecord class. - StackTraceTestFinderUtil - Class in org.approvej.approve
-
Utility class to find the current test method using the stack trace.
- string(String) - Static method in class org.approvej.scrub.Replacements
-
Replaces each match with the given static replacement string.
- strings(String, String...) - Static method in class org.approvej.scrub.Scrubbers
-
Creates a
StringScrubberfor all given strings. - StringScrubber - Interface in org.approvej.scrub
- stringsMatching(String) - Static method in class org.approvej.scrub.Scrubbers
-
Creates a
StringScrubberwith the given pattern. - stringsMatching(Pattern) - Static method in class org.approvej.scrub.Scrubbers
-
Creates a
StringScrubberwith the given pattern.
T
- testAnnotations() - Method in record class org.approvej.approve.TestMethod.JUnitTestMethod
- testAnnotations() - Method in record class org.approvej.approve.TestMethod.SpockTestMethod
- testAnnotations() - Method in interface org.approvej.approve.TestMethod
-
Returns all test related
Annotations of theTestMethod. - testAnnotations() - Method in record class org.approvej.approve.TestMethod.TestNGTestMethod
- testCaseName() - Method in record class org.approvej.approve.TestMethod.JUnitTestMethod
- testCaseName() - Method in record class org.approvej.approve.TestMethod.SpockTestMethod
- testCaseName() - Method in interface org.approvej.approve.TestMethod
-
Returns the name of the test case.
- testCaseName() - Method in record class org.approvej.approve.TestMethod.TestNGTestMethod
- testClass() - Method in record class org.approvej.approve.TestMethod.JUnitTestMethod
- testClass() - Method in record class org.approvej.approve.TestMethod.SpockTestMethod
- testClass() - Method in interface org.approvej.approve.TestMethod
-
Returns the
Classof theTestMethod. - testClass() - Method in record class org.approvej.approve.TestMethod.TestNGTestMethod
- TestMethod - Interface in org.approvej.approve
-
Represents a test method in a test class.
- TestMethod.JUnitTestMethod - Record Class in org.approvej.approve
-
TestMethodimplementation for JUnit/JUnit5. - TestMethod.SpockTestMethod - Record Class in org.approvej.approve
-
TestMethodimplementation for Spock. - TestMethod.TestNGTestMethod - Record Class in org.approvej.approve
-
TestMethodimplementation for TestNG. - TestNGTestMethod(Method) - Constructor for record class org.approvej.approve.TestMethod.TestNGTestMethod
-
Creates an instance of a
TestNGTestMethodrecord class. - throwIfNotApproved() - Method in interface org.approvej.ApprovalResult
-
Throws an
ApprovalErrorifApprovalResult.needsApproval()returns true. - toString() - Method in record class org.approvej.approve.FileApprovalResult
-
Returns a string representation of this record class.
- toString() - Method in record class org.approvej.approve.InplaceApprovalResult
-
Returns a string representation of this record class.
- toString() - Method in record class org.approvej.approve.PathProvider
-
Returns a string representation of this record class.
- toString() - Method in record class org.approvej.approve.TestMethod.JUnitTestMethod
-
Returns a string representation of this record class.
- toString() - Method in record class org.approvej.approve.TestMethod.SpockTestMethod
-
Returns a string representation of this record class.
- toString() - Method in record class org.approvej.approve.TestMethod.TestNGTestMethod
-
Returns a string representation of this record class.
- toString() - Method in record class org.approvej.Configuration
-
Returns a string representation of this record class.
- toString() - Method in record class org.approvej.print.MultiLineStringPrintFormat
-
Returns a string representation of this record class.
- toString() - Method in record class org.approvej.print.SingleLineStringPrintFormat
-
Returns a string representation of this record class.
- toString() - Method in record class org.approvej.review.FileReviewerScript
-
Returns a string representation of this record class.
- toString() - Method in record class org.approvej.review.FileReviewResult
-
Returns a string representation of this record class.
U
- uuids() - Static method in class org.approvej.scrub.Scrubbers
-
Creates a
StringScrubberfor UUIDs.
V
- value(String) - Static method in class org.approvej.approve.Approvers
-
Creates a
Approverusing the given previouslyApproved value.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form