Skip to content

Releases: approvals/ApprovalTests.Java

StoryBoard

21 Jun 20:15
Compare
Choose a tag to compare

Options.withWriter

31 May 21:08
Compare
Choose a tag to compare

You can now configure a ApprovalWriter in the Options. This goes along with the ApprovalWriterFactory and the DefaultApprovalWriterFactory.

Closes issue #158

MultiScrubbers & ArrayUtils.combine(T, T...)

24 May 21:03
Compare
Choose a tag to compare

SimpleLogger.get()

20 May 22:27
Compare
Choose a tag to compare

Exposes toggles for SimpleLogger

AwtApprovals.verifySequenceWithTimings

17 May 21:18
Compare
Choose a tag to compare

refactoring

03 May 20:42
Compare
Choose a tag to compare
11.2.3

a   reformat code

PaintablePanel.get

28 Apr 16:42
Compare
Choose a tag to compare

allows access to the wrapped paintable

All classes public

28 Apr 14:08
Compare
Choose a tag to compare

Some classes were package private, that is no longer the case

Junit 3,4,5 reporters

26 Apr 21:08
Compare
Choose a tag to compare

Junit reporters for version 3,4,5
ClassUtils.getAdjacentFile(class, filename)
IntellijReporters are better ordered
DiffMerge on linux fixed

Better Paintables

24 Apr 00:26
Compare
Choose a tag to compare
  • Paintables now have the ability to redraw.
  • Paintable panels know who they contain
  • FileCaptureReporter works on Github Actions