Skip to content

Releases: wesleyegberto/vscode-java-tests

v1.5.1

27 Aug 01:57

Choose a tag to compare

Added:

  • Autoimport classe Assertions
  • Snippets to add Testcontainers dependencies
  • Snippets to add Surefire and Failsafe dependencies

v1.4.0

10 Jul 19:10

Choose a tag to compare

Added

  • Snippets for Maven:
    • JaCoCo plugin
    • ArchUnit dependency
    • JsonPath dependency

Bugfix

  • normalize file path when generating package name (PR #3 from @baincd)

v1.3.0

13 Apr 05:19

Choose a tag to compare

Added

  • Started support for JUnit 5:
    • imports
    • pom.xml dependencies
    • added snippets to specific JUnit 5 tests
  • Configuration javaTests.template.junitDefaultVersion to define the JUnit version

v1.2.1

11 Dec 03:52

Choose a tag to compare

Added

  • Simple icon

v1.2.0

16 Nov 00:46

Choose a tag to compare

Added

  • Created option to define the test class structure:
    • if should mock constructor's parameters
    • if should create test case for each method
    • if should ignore static method when creating test case

v1.1.0

19 Sep 18:44

Choose a tag to compare

Added

  • Command and context menu to generate or open a class using its qualified name

Changed

  • Fixed field name generated in test class for generic type
  • Command title prefix from Java Test: to Java:

v1.0.1

08 Sep 23:07

Choose a tag to compare

v1.0.1 Pre-release
Pre-release

Added

  • Tests

Changed

  • Fixed test class generated for generic type

v1.0.0

03 Sep 06:08

Choose a tag to compare

Added

  • Added lib java-ast version 0.3.0
  • Generate the mocked arguments to constructor
  • Generate a test case for each public method
  • Declare variables used in test case (arguments and result)

v0.2.1

03 Sep 01:00

Choose a tag to compare

Changed

  • Moved snippets file to root

v0.2.0

01 Sep 02:27

Choose a tag to compare

Changed

  • Display name to Java Tests

Added

  • Snippets to write imports, assertions and mocks