jdoc-test

Write BDD tests in JavaDocs!

MIT License

Stars
0
Committers
2

Bot releases are hidden (Show)

jdoc-test - v0.9.0 Latest Release

Published by boolivar about 2 months ago

0.9.0 (2024-08-27)

Features

jdoc-test - v0.8.1

Published by boolivar 5 months ago

0.8.1 (2024-05-16)

Bug Fixes

  • removed jdoc-platform publication from module metadata (d490322)
jdoc-test - v0.8.0

Published by boolivar 5 months ago

0.8.0 (2024-05-15)

Features

  • jdoc-spock gradle plugin (#24) (0188932)
  • JdocSpockPlugin byteBuddyVersion 1.14.15 (e51bcb7)
  • packages renamed in order to relocate on shadow and eliminate class conflicts between plugins (f2f2524)
  • shadow direct dependencies of projects on gradle.projectsEvaluated (e3fa4aa)

Bug Fixes

  • configure jdocSpock source set dependencies in JdocSpockPlugin (11390cf)
  • public SOURCE_SET_NAME for JdocSpockPlugin (bc0bb12)
  • removed reports dir output for jdocCucumberTest gradle task (ef3687c)
jdoc-test - v0.7.0

Published by boolivar 6 months ago

0.7.0 (2024-05-06)

Features

  • introduce jdoc-junit-engine-commons module in order to remove junit dependency from jdoc-core and gradle plugin (004f8b0)
  • project group changed to io.github.boolivar.jdoctest (c0f61dd)
  • removed apache commons dependency from jdoc-core (5ca99e2)
  • removed commons-io dependency from gradle plugin (35b0184)

Bug Fixes

  • shadow jdoc-cucumber-gradle-plugin project dependencies (7c563b0)
  • versionMapping fromResolutionResult for jdoc-cucumber-gradle-plugin publication (227f110)
jdoc-test - v0.6.0

Published by boolivar 6 months ago

0.6.0 (2024-05-03)

Features

Bug Fixes

  • dir config for GroovyCompiler spock test to avoid storing generated Hello class in the working copy (fc424dc)
  • RegexParser lazy matcher to handle multiple tags on single line (2d17147)
  • target-branch, release-please v4.1.0 (fb0cfbe)
jdoc-test - v0.5.0

Published by boolivar 7 months ago

0.5.0 (2024-03-24)

Features

Bug Fixes

  • jdoc-cucumber engine group + version/artifactId for all engines using manifest (a8d9d23)
jdoc-test - v0.4.0

Published by boolivar 7 months ago

0.4.0 (2024-03-22)

Features

Bug Fixes

  • subengine id to call spock engine (aea9da3)
jdoc-test - v0.3.0

Published by boolivar 7 months ago

0.3.0 (2024-03-19)

Features

  • no $target and mocks if no mockable constructor found (34fe03d)
jdoc-test - v0.2.0

Published by boolivar 7 months ago

0.2.0 (2024-03-16)

Features

  • internal platform in order to not publish platform bom (4c309ee)

Bug Fixes

  • release-please CI workflow dependency (a343a19)
jdoc-test - v0.1.0

Published by boolivar 7 months ago

0.1.0 (2024-03-15)

Features

  • close GroovyClassLoader (efd2ad7)
  • CodeBlockParser uses jsoup to parse nested <code> tags and consider lang attribute (b993dbf)
  • CompilerConfigurationFactory (26ba4e3)
  • ConfigParams (d2f2ecc)
  • DiscoveryRequest implementation for EngineDiscoveryRequest (77d887e)
  • DiscoveryRequestMapper implementation (4f20793)
  • GroovyCompiler (2e17e5a)
  • JavaFileParser (3b2c189)
  • JavaFileParser block comments inclusion (fa769b3)
  • JavaFileSpecFactory (5cc4282)
  • jdoc-spock CodeBlockParser (61d4f72)
  • JdocSpockEngine (9e5a6d4)
  • junit test engine service provider configuration (e7658b2)
  • mockable constructor search (602b03c)
  • public, protected and package visible constructors available for mocking (fa30185)
  • spec generation (071cc03)
  • SpecClassMapper (0ca1ee0)
  • SpecClassMapperFactory (ce08a99)
  • SpockEngineService implementation (e092fa1)

Miscellaneous Chores